From 6ef9080904b39d3a2b4450660e3d88a2536fd16c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Mon, 11 Nov 2024 14:50:54 +0200 Subject: macros: add %dist_vendor (Mageia) and %dist_name (Mageia Linux) macros --- macros.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'macros.in') 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} -- cgit v1.2.1