diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | macros.in | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- macros: add %dist_vendor (Mageia) and %dist_name (Mageia Linux) macros + Version 2.80 - 5 July 2024, by Jani Välimaa - macros: make %install override compatible with rpm 4.20.0 @@ -13,6 +13,9 @@ %_vendor @RPMVENDOR@ +%dist_vendor @RPMVENDOR@ +%dist_name @RPMVENDOR@ Linux + %_gnu @CANONTARGETGNU@ %_target_platform %{_target_cpu}-%{_real_vendor}-%{_target_os}%{?_gnu} |