I have built some Asterisk 16 RPMs I serve to my network internally. In the last couple of weeks EPEL has started distributing an Asterisk RPM, but it's version 18. This creates a conflict when I try to run dnf upgrade on my servers.
I know I can exclude asterisk* from updates, either at the command line or in a config file, but this will prevent me from getting my internal updates.
Can I tell dnf to ignore the asterisk* packages in the EPEL repo but continue to update them from my internal repo?