Remove requires setup and rpm (RHBZ#629791).

I checked back in the history, and these were inherited from
the first time we created this package:

http://git.annexia.org/?p=fedora-mingw.git;a=commitdiff;h=337c0675f1f1f8aa46b4ef166954b48eb8e3fe75
This commit is contained in:
Richard Jones 2010-09-03 11:53:26 +01:00
parent cf660b2b31
commit d8bcc2f5ac

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: mingw32-filesystem
Version: 57
Version: 58
Release: 1%{?dist}
Summary: MinGW base filesystem and environment
@ -22,8 +22,6 @@ Source7: mingw32-rpmlint.config
Source8: Toolchain-mingw32.cmake
Source9: mingw32-find-debuginfo.sh
Requires: setup
Requires: rpm
Requires: pkgconfig
Requires: rpmlint >= 0.85-2
@ -167,6 +165,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Sep 3 2010 Richard W.M. Jones <rjones@redhat.com> - 58-1
- Remove requires setup and rpm (RHBZ#629791).
* Tue Jun 8 2010 Richard W.M. Jones <rjones@redhat.com> - 57-1
- Add provides mingw32(rpcrt4.dll) (RHBZ#594581).