From 1bb29b32b3e37d2e0477ec3e770ee369247d75c5 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:38:54 +0000 Subject: [PATCH] auto-import changelog data from rpm-4.3-0.7.1.src.rpm Mon Jan 19 2004 Jeremy Katz 4.3-0.7.1 - add patch from nasrat to fix rpm-python problems that show up in anaconda (#113387) --- rpm.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index 3aeec61..b255d8a 100644 --- a/rpm.spec +++ b/rpm.spec @@ -20,9 +20,10 @@ Name: rpm %define version 4.3 Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.7 +Release: 0.7.1 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz +Patch0: rpm-py.patch License: GPL Conflicts: patch < 2.5 %ifos linux @@ -117,6 +118,7 @@ shell-like rules. %prep %setup -q +%patch0 -p0 -b .python %build @@ -482,6 +484,10 @@ exit 0 %{__includedir}/popt.h %changelog +* Mon Jan 19 2004 Jeremy Katz 4.3-0.7.1 +- add patch from nasrat to fix rpm-python problems that show + up in anaconda (#113387) + * Mon Jan 12 2004 Jeff Johnson 4.3-0.7 - fix: handle files w/o contexts correctly.