auto-import changelog data from rpm-4.0.3-0.93.src.rpm

Thu Aug 16 2001 Jeff Johnson <jbj@redhat.com>
- python: add exception to detect bad data in hdrUnload.
- change dir creation message from warning to debug for now.
Wed Aug 15 2001 Jeff Johnson <jbj@redhat.com>
- always use dl size in regionSwab() return.
- ppc: revert ppcmac to ppc.
- ppc: autoconf test for va_copy.
This commit is contained in:
cvsdist 2004-09-09 11:57:03 +00:00
parent 591588ec0d
commit 75a4b029ef
2 changed files with 12 additions and 3 deletions

View File

@ -19,7 +19,7 @@ Name: rpm
%define version 4.0.3 %define version 4.0.3
Version: %{version} Version: %{version}
%{expand: %%define rpm_version %{version}} %{expand: %%define rpm_version %{version}}
Release: 0.91 Release: 0.93
Group: System Environment/Base Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
Copyright: GPL Copyright: GPL
@ -271,7 +271,7 @@ exit 0
%ifos linux %ifos linux
%postun %postun
/sbin/ldconfig /sbin/ldconfig
if [ $1 == 0 ]; then if [ $1 = 0 ]; then
/usr/sbin/userdel rpm /usr/sbin/userdel rpm
/usr/sbin/groupdel rpm /usr/sbin/groupdel rpm
fi fi
@ -506,6 +506,15 @@ fi
%{__prefix}/include/popt.h %{__prefix}/include/popt.h
%changelog %changelog
* Thu Aug 16 2001 Jeff Johnson <jbj@redhat.com>
- python: add exception to detect bad data in hdrUnload.
- change dir creation message from warning to debug for now.
* Wed Aug 15 2001 Jeff Johnson <jbj@redhat.com>
- always use dl size in regionSwab() return.
- ppc: revert ppcmac to ppc.
- ppc: autoconf test for va_copy.
* Mon Aug 13 2001 Jeff Johnson <jbj@redhat.com> * Mon Aug 13 2001 Jeff Johnson <jbj@redhat.com>
- fix: segfault on headerFree given malicious data. - fix: segfault on headerFree given malicious data.
- fix: don't verify hash page nelem. - fix: don't verify hash page nelem.

View File

@ -1 +1 @@
dd83bc7f66aace78bb3f77c31d47f465 rpm-4.0.3.tar.gz 62b3b3f55632b97cf777772d8db7d810 rpm-4.0.3.tar.gz