Add redhat-rpm-config dependency. Fixes rhbz#1769792
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
782b104283
commit
32c17a2e88
@ -6,7 +6,7 @@
|
|||||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||||
|
|
||||||
Name: mingw-filesystem
|
Name: mingw-filesystem
|
||||||
Version: 109
|
Version: 110
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW cross compiler base filesystem and environment
|
Summary: MinGW cross compiler base filesystem and environment
|
||||||
|
|
||||||
@ -58,6 +58,7 @@ This environment is maintained by the Fedora MinGW SIG at:
|
|||||||
%package base
|
%package base
|
||||||
Summary: Generic files which are needed for both mingw32-filesystem and mingw64-filesystem
|
Summary: Generic files which are needed for both mingw32-filesystem and mingw64-filesystem
|
||||||
|
|
||||||
|
Requires: redhat-rpm-config
|
||||||
# Obsolete the packages from the test repo
|
# Obsolete the packages from the test repo
|
||||||
Obsoletes: cross-filesystem < 67-2
|
Obsoletes: cross-filesystem < 67-2
|
||||||
Obsoletes: cross-filesystem-scripts < 67-2
|
Obsoletes: cross-filesystem-scripts < 67-2
|
||||||
@ -316,6 +317,9 @@ install -m 0644 %{SOURCE19} $RPM_BUILD_ROOT%{_datadir}/mingw/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 07 2019 Marc-André Lureau <marcandre.lureau@redhat.com> - 110-1
|
||||||
|
- Add redhat-rpm-config dependency. Fixes rhbz#1769792
|
||||||
|
|
||||||
* Thu Aug 29 2019 Sandro Mani <manisandro@gmail.com> - 109-1
|
* Thu Aug 29 2019 Sandro Mani <manisandro@gmail.com> - 109-1
|
||||||
- Add dlltool to toolchain-mingw{32,64}.meson
|
- Add dlltool to toolchain-mingw{32,64}.meson
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user