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

Thu Jun 28 2001 Jeff Johnson <jbj@redhat.com>
- fix: sanity checks on #tags (<65K) and offset (<16Mb) in header.
- fix: add -r to useradd to prevent /etc/skel glop (#46215).
- fix: disambiguate typedef and struct name(s) for kpackage.
This commit is contained in:
cvsdist 2004-09-09 11:52:03 +00:00
parent 8877f4f0ce
commit 3d91ba0de4
2 changed files with 7 additions and 5 deletions

View File

@ -14,7 +14,7 @@ Summary: The Red Hat package management system.
Name: rpm
%define version 4.0.3
Version: %{version}
Release: 0.53.1
Release: 0.54
Group: System Environment/Base
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{version}.tar.gz
Copyright: GPL
@ -185,7 +185,7 @@ Please remove (or at least rename) one of those files, and re-install.
exit 1
fi
/usr/sbin/groupadd -g 37 rpm > /dev/null 2>&1
/usr/sbin/useradd -d /var/lib/rpm -u 37 -g 37 rpm > /dev/null 2>&1
/usr/sbin/useradd -r -d /var/lib/rpm -u 37 -g 37 rpm > /dev/null 2>&1
%endif
exit 0
@ -429,8 +429,10 @@ fi
%{__prefix}/include/popt.h
%changelog
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild to fix dependency hysteresis
* Thu Jun 28 2001 Jeff Johnson <jbj@redhat.com>
- fix: sanity checks on #tags (<65K) and offset (<16Mb) in header.
- fix: add -r to useradd to prevent /etc/skel glop (#46215).
- fix: disambiguate typedef and struct name(s) for kpackage.
* Mon Jun 25 2001 Jeff Johnson <jbj@redhat.com>
- fix: remove executable bit on perl.req, not find-req.pl.

View File

@ -1 +1 @@
2bc17ed2b289b5010a0a2d3544658b0e rpm-4.0.3.tar.gz
0b4678e76da30858fa98151e598c0347 rpm-4.0.3.tar.gz