From 784bd54a6cef7d286535c92c4d4a122a4f87eb6a Mon Sep 17 00:00:00 2001 From: lkx690 Date: Fri, 3 Apr 2020 17:01:39 +0800 Subject: [PATCH] fix wrong requires --- mingw-filesystem.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec index 04f301c..5bc0a43 100644 --- a/mingw-filesystem.spec +++ b/mingw-filesystem.spec @@ -3,7 +3,7 @@ Name: mingw-filesystem Version: 110 -Release: 2 +Release: 3 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: redhat-rpm-config +Requires: openEuler-rpm-config Obsoletes: cross-filesystem < 67-2 Obsoletes: cross-filesystem-scripts < 67-2 Obsoletes: mingw-filesystem-scripts < 75-2 @@ -242,5 +242,8 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/ %{_datadir}/mingw/toolchain-mingw64.meson %changelog +* Fri Apr 3 2020 likexin -110-3 +- fix wrong requires + * Thu Dec 9 2019 openEuler Buildteam - 110-2 - Package init -- Gitee