From d432d01ec080714c341231bfc78d7b633844c772 Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Tue, 23 Apr 2024 14:13:07 +0800 Subject: [PATCH] modify spec, add vendor macros (cherry picked from commit 6335d9593e40d128c3744e3cff5f64c2b7989dbc) --- mingw-filesystem.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec index 897ac5f..33728b0 100644 --- a/mingw-filesystem.spec +++ b/mingw-filesystem.spec @@ -7,7 +7,7 @@ Name: mingw-filesystem Version: 118 -Release: 3 +Release: 4 Summary: MinGW cross compiler base filesystem and environment License: GPLv2+ @@ -59,7 +59,7 @@ This environment is maintained by the Fedora MinGW SIG at: %package base Summary: Generic files which are needed for both mingw32-filesystem and mingw64-filesystem -Requires: openEuler-rpm-config +Requires: %{_vendor}-rpm-config # Obsolete the packages from the test repo Obsoletes: cross-filesystem < 67-2 Obsoletes: cross-filesystem-scripts < 67-2 @@ -318,6 +318,9 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/ %changelog +* Mon Apr 22 2024 yueyuankun - 118-4 +- modify spec, add vendor + * Mon Feb 5 2024 Li Shunlong - 118-3 - update changelog info @@ -333,4 +336,4 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/ - fix wrong requires * Thu Dec 9 2019 openEuler Buildteam - 110-2 -- Package init \ No newline at end of file +- Package init -- Gitee