All Questions
1 question
1
vote
1
answer
977
views
Which RPM Spec Macro provides OS Minor in Release, eg el8_4?
How do I get the OS Minor in the Release field of the RPMs?
I understand that the spec file entry %{?dist} expands to the OS Major
Name: mypkg
Version: 2.3
Release: 1.2%{?dist}
...