From 74f2406cc2af737fbb4c54b228f52439b18597c6 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Sun, 19 Jan 2020 10:26:27 +0800 Subject: [PATCH] revise macros --- generic-rpm-config.spec | 8 +++++++- macros | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/generic-rpm-config.spec b/generic-rpm-config.spec index 7e548f6..d3dee04 100644 --- a/generic-rpm-config.spec +++ b/generic-rpm-config.spec @@ -2,7 +2,7 @@ Name: %{vendor}-rpm-config Version: 30 -Release: 6 +Release: 7 License: GPL+ Summary: specific rpm configuration files URL: https://gitee.com/src-openeuler/openEuler-rpm-config @@ -104,6 +104,12 @@ mkdir -p %{buildroot}%{_fileattrsdir} %{_rpmconfigdir}/macros.d/* %changelog +* Sun Jan 19 2020 openEuler Buildteam - 30-7 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:revise macro file + * Tue Jan 14 2020 openEuler Buildteam - 30-6 - Type:enhancement - ID:NA diff --git a/macros b/macros index 7ebe487..3208fc0 100644 --- a/macros +++ b/macros @@ -1,6 +1,6 @@ # Per-platform rpm configuration file. -%_vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler} +%_vendor %{!?_vendor:openEuler} %_os linux %_target_platform %{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu} -- Gitee