How do I add informations about bugfixes or security fixes to rpm spec files?

29 Views Asked by At

I build rpms with my own spec files. Now I want to add information about bugfixes or security fixes, so that dnf can understand them like:

# dnf check-update --bugfix

or

# dnf check-update --security

How can I make this work?

Thx, Joerg

0

There are 0 best solutions below