aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--macros.in3
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4678fc..b1ace2b 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/macros.in b/macros.in
index 235d563..041f1ac 100644
--- a/macros.in
+++ b/macros.in
@@ -13,6 +13,9 @@
%_vendor @RPMVENDOR@
+%dist_vendor @RPMVENDOR@
+%dist_name @RPMVENDOR@ Linux
+
%_gnu @CANONTARGETGNU@
%_target_platform %{_target_cpu}-%{_real_vendor}-%{_target_os}%{?_gnu}