From ef7bdeb41fdb420b047b9ed9ead61bd5a5ec1874 Mon Sep 17 00:00:00 2001 From: Leon Wang Date: Thu, 22 Dec 2022 10:56:00 +0800 Subject: [PATCH] fix rpm-config hardcode problem --- mingw-filesystem.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec index 4ce0585..8bafe84 100644 --- a/mingw-filesystem.spec +++ b/mingw-filesystem.spec @@ -3,7 +3,7 @@ Name: mingw-filesystem Version: 110 -Release: 4 +Release: 5 Summary: MinGW cross compiler base filesystem and environment License: GPLv2+ URL: http://fedoraproject.org/wiki/MinGW @@ -39,7 +39,7 @@ environment for MinGW packages. %package base Summary: Generic files which are needed for both mingw32-filesystem and mingw64-filesystem -Requires: openEuler-rpm-config +Requires: %{_vendor}-rpm-config Obsoletes: cross-filesystem < 67-2 Obsoletes: cross-filesystem-scripts < 67-2 Obsoletes: mingw-filesystem-scripts < 75-2 @@ -242,6 +242,9 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/ %{_datadir}/mingw/toolchain-mingw64.meson %changelog +* Thu Dec 22 2022 wanglin - 110-5 +- Fix rpm-config hard code problem + * Tue Nov 03 2020 Zhiyi Weng - 110-4 - test ci error