[tw] - enabled prereqs again

This commit is contained in:
Thomas Woerner 2005-03-31 18:32:08 +00:00
parent 6a92fd0e50
commit 59fd0bd6c2

View File

@ -20,7 +20,7 @@ Name: rpm
%define version 4.4.1 %define version 4.4.1
Version: %{version} Version: %{version}
%{expand: %%define rpm_version %{version}} %{expand: %%define rpm_version %{version}}
Release: 8 Release: 9
Group: System Environment/Base Group: System Environment/Base
Source: ftp://jbj.org/pub/rpm-devel/rpm-%{rpm_version}.tar.gz Source: ftp://jbj.org/pub/rpm-devel/rpm-%{rpm_version}.tar.gz
Patch0: rpm-4.4.1-posttrans.patch Patch0: rpm-4.4.1-posttrans.patch
@ -28,6 +28,7 @@ Patch1: rpm-4.4.1-gcc4.patch
Patch2: rpm-4.4.1-hkp-disable.patch Patch2: rpm-4.4.1-hkp-disable.patch
Patch3: rpm-4.4.1-read-macro.patch Patch3: rpm-4.4.1-read-macro.patch
Patch4: rpm-4.4.1-fileconflicts.patch Patch4: rpm-4.4.1-fileconflicts.patch
Patch5: rpm-4.4.1-prereq.patch
License: GPL License: GPL
Conflicts: patch < 2.5 Conflicts: patch < 2.5
%ifos linux %ifos linux
@ -141,6 +142,7 @@ shell-like rules.
%patch2 -p1 %patch2 -p1
%patch3 -p1 %patch3 -p1
%patch4 -p1 -b .fileconflicts %patch4 -p1 -b .fileconflicts
%patch5 -p1 -b .prereq
%build %build
@ -511,6 +513,9 @@ exit 0
%{__includedir}/popt.h %{__includedir}/popt.h
%changelog %changelog
* Thu Mar 31 2005 Thomas Woerner <twoerner@redhat.com> 4.4.1-9
- enabled prereqs again
* Mon Mar 21 2005 Paul Nasrat <pnasrat@redhat.com> 4.4.1-8 * Mon Mar 21 2005 Paul Nasrat <pnasrat@redhat.com> 4.4.1-8
- Add devel requires libselinux-devel - Add devel requires libselinux-devel
- Fileconflicts as FC3 (#151609) - Fileconflicts as FC3 (#151609)