e9839c new release

Authored and Committed by Paul Nasrat 19 years ago
1 file changed. 4 lines added. 1 lines removed.
    new release
    
        
file modified
+4 -1
rpm.spec CHANGED
@@ -20,7 +20,7 @@ Name: rpm
20
20
%define version 4.4.2
21
21
Version: %{version}
22
22
%{expand: %%define rpm_version %{version}}
23
- Release: 4
23
+ Release: 5
24
24
Group: System Environment/Base
25
25
Source: ftp://wraptastic.org/pub/rpm-4.4.x/rpm-%{rpm_version}.tar.gz
26
26
Patch0: rpm-4.4.1-hkp-disable.patch
@@ -544,6 +544,9 @@ exit 0
544
544
%{__includedir}/popt.h
545
545
546
546
%changelog
547
+ * Thu Sep 22 2005 Paul Nasrat <pnasrat@redhat.com> - 4.4.2-5
548
+ - Actually fix context verification where matchpathcon fails (#162037)
549
+
547
550
* Fri Aug 26 2005 Paul Nasrat <pnasrat@redhat.com> - 4.4.2-4
548
551
- Fix build with CFLAGS having --param
549
552
- Fix for context verification in /tmp (#162037)