diff --git a/rpm.spec b/rpm.spec index eda1cef..c67a7b7 100644 --- a/rpm.spec +++ b/rpm.spec @@ -20,10 +20,9 @@ Name: rpm %define version 4.0.4 Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 7x.5 +Release: 7x.7 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz -Patch: rpm-4.0.4-pyver.patch Copyright: GPL Conflicts: patch < 2.5 %ifos linux @@ -153,8 +152,6 @@ shell-like rules. %prep %setup -q -%patch -p1 -autoconf %build @@ -524,6 +521,18 @@ fi %{__prefix}/include/popt.h %changelog +* Mon Mar 18 2002 Jeff Johnson +- fix: one-step-too-far when searching added package provides (#61388). +- fix: avoid libio misconfiguration with bleeding edge glibc. +- fix: add quotes around [:blank:] in linux find-provides. +- make --addsign and --resign behave exactly the same. +- *really* dump signature header immutable region. +- fix: don't overflow result buffer if gpg/pgp gives copious output. + +* Fri Mar 15 2002 Jeff Johnson +- re-enable FD_CLOEXEC, the problem is in zlib through mmap. +- add toy python callbacks for payload unpacking failure(s). + * Wed Feb 13 2002 Jeff Johnson - don't do close-on-exec, 2 powertools packages cannot be read when doing. - reapply Berkeley DB patch #4491. diff --git a/sources b/sources index bc51b10..e437877 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0c3093d2f0d850760e59ac1db9bf152 rpm-4.0.4.tar.gz +b677d03ce04fb94767d922cd59dccccf rpm-4.0.4.tar.gz