diff --git a/rpm.spec b/rpm.spec index 604251f..da89426 100644 --- a/rpm.spec +++ b/rpm.spec @@ -20,7 +20,7 @@ Name: rpm %define version 4.4.1 Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 8 +Release: 9 Group: System Environment/Base Source: ftp://jbj.org/pub/rpm-devel/rpm-%{rpm_version}.tar.gz 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 Patch3: rpm-4.4.1-read-macro.patch Patch4: rpm-4.4.1-fileconflicts.patch +Patch5: rpm-4.4.1-prereq.patch License: GPL Conflicts: patch < 2.5 %ifos linux @@ -141,6 +142,7 @@ shell-like rules. %patch2 -p1 %patch3 -p1 %patch4 -p1 -b .fileconflicts +%patch5 -p1 -b .prereq %build @@ -511,6 +513,9 @@ exit 0 %{__includedir}/popt.h %changelog +* Thu Mar 31 2005 Thomas Woerner 4.4.1-9 +- enabled prereqs again + * Mon Mar 21 2005 Paul Nasrat 4.4.1-8 - Add devel requires libselinux-devel - Fileconflicts as FC3 (#151609)