From 38052ed19f283d9298d51f55d3b1b4b29cd098aa Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 11:50:29 +0000 Subject: [PATCH] auto-import changelog data from rpm-4.0.2-9.src.rpm Sun Jun 24 2001 Elliot Lee 4.0.2-9 - Hack in the perl.prov script so we can get a working rpm for 7.2-build. --- rpm.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index 6462fcf..e743e79 100644 --- a/rpm.spec +++ b/rpm.spec @@ -13,10 +13,12 @@ Summary: The Red Hat package management system. Name: rpm %define version 4.0.2 Version: %{version} -Release: 8 +Release: 9 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz Patch0: rpm-4.0.2-kernel-whiteout.patch +Patch1: rpm-4.0.2-perlprov.patch +Source1: perl.prov Copyright: GPL Conflicts: patch < 2.5 %ifos linux @@ -115,6 +117,7 @@ capabilities. %prep %setup -q %patch0 -p1 -b .kernel-whiteout +%patch1 -p1 -b .sopwith %build %ifos linux @@ -146,6 +149,8 @@ gzip -9n apidocs/man/man*/* || : } %endif +install -m555 $RPM_SOURCE_DIR/perl.prov $RPM_BUILD_ROOT/usr/lib/rpm/perl.prov + %clean rm -rf $RPM_BUILD_ROOT @@ -346,6 +351,9 @@ fi %{__prefix}/include/popt.h %changelog +* Sun Jun 24 2001 Elliot Lee 4.0.2-9 +- Hack in the perl.prov script so we can get a working rpm for 7.2-build. + * Sun Apr 8 2001 Matt Wilson - remove the kernel->initscripts whiteout, we actually need this as a kernel Prereq now.