diff options
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index 41fba43e1..98dd47e69 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -20,7 +20,7 @@ Name: rpm %define version @VERSION@ Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.4 +Release: 0.5 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz License: GPL @@ -488,6 +488,10 @@ exit 0 %{__includedir}/popt.h %changelog +* Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 4.2-0.5 +- plug some rpmbuild memory leaks. +- file security contexts added to package header. + * Mon Dec 22 2003 Jeff Johnson <jbj@redhat.com> 4.2-0.4 - test build with methods needed for selinux. |