From 32c17a2e88ff1cf9e4a2737beda4377af2774464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 7 Nov 2019 17:53:04 +0400 Subject: [PATCH] Add redhat-rpm-config dependency. Fixes rhbz#1769792 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- mingw-filesystem.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec index 33e1853..4705e0e 100644 --- a/mingw-filesystem.spec +++ b/mingw-filesystem.spec @@ -6,7 +6,7 @@ %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) Name: mingw-filesystem -Version: 109 +Version: 110 Release: 1%{?dist} Summary: MinGW cross compiler base filesystem and environment @@ -58,6 +58,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: redhat-rpm-config # Obsolete the packages from the test repo Obsoletes: cross-filesystem < 67-2 Obsoletes: cross-filesystem-scripts < 67-2 @@ -316,6 +317,9 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/ %changelog +* Thu Nov 07 2019 Marc-André Lureau - 110-1 +- Add redhat-rpm-config dependency. Fixes rhbz#1769792 + * Thu Aug 29 2019 Sandro Mani - 109-1 - Add dlltool to toolchain-mingw{32,64}.meson