From 3fb21e1de1542f4c4bcd44720277732567c63b61 Mon Sep 17 00:00:00 2001 From: Leon Wang Date: Thu, 22 Dec 2022 09:53:24 +0800 Subject: [PATCH] fix rpm-config hard code problem --- fonts-rpm-macros.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fonts-rpm-macros.spec b/fonts-rpm-macros.spec index 43c9ef2..22cfe50 100644 --- a/fonts-rpm-macros.spec +++ b/fonts-rpm-macros.spec @@ -9,7 +9,7 @@ Name: fonts-rpm-macros Version: 4.0.2 -Release: 1 +Release: 2 Summary: Build-stage rpm automation for fonts packages License: GPLv3+ URL: https://docs.fedoraproject.org/en-US/packaging-guidelines/FontsPolicy/ @@ -33,7 +33,7 @@ will pull it in for fonts packages only. %package -n fonts-srpm-macros Summary: Source-stage rpm automation for fonts packages -Requires: openEuler-rpm-config +Requires: %{_vendor}-rpm-config %description -n fonts-srpm-macros This package provides SRPM-stage rpm automation to simplify the creation of @@ -125,6 +125,9 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir} %doc %{ftcgtemplatedir}/*conf %changelog +* Thu Dec 22 2022 wanglin - 4.0.2-2 +- Fix rpm-config hard code problem + * Tue Nov 01 2022 zhouwenpei - 4.0.2-1 - upgrade to 4.0.2