fix 197144

This commit is contained in:
Paul Nasrat 2006-06-28 20:36:18 +00:00
parent 2b0ed422b9
commit 1121bc29e8
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- rpm-4.4.2/python/header-py.c.aslist 2006-06-28 16:33:31.000000000 -0400
+++ rpm-4.4.2/python/header-py.c 2006-06-28 16:33:47.000000000 -0400
@@ -537,6 +537,7 @@
case RPMTAG_CONFLICTNAME:
case RPMTAG_CONFLICTFLAGS:
case RPMTAG_CONFLICTVERSION:
+ case RPMTAG_CHANGELOGTIME:
forceArray = 1;
break;
case RPMTAG_SUMMARY:

View File

@ -20,7 +20,7 @@ Name: rpm
%define version 4.4.2 %define version 4.4.2
Version: %{version} Version: %{version}
%{expand: %%define rpm_version %{version}} %{expand: %%define rpm_version %{version}}
Release: 25 Release: 26
Group: System Environment/Base Group: System Environment/Base
Source: ftp://wraptastic.org/pub/rpm-4.4.x/rpm-%{rpm_version}.tar.gz Source: ftp://wraptastic.org/pub/rpm-4.4.x/rpm-%{rpm_version}.tar.gz
Source1: mono-find-provides Source1: mono-find-provides
@ -53,6 +53,7 @@ Patch24: rpm-4.4.2-trust.patch
Patch25: rpm-4.4.2-devel-autodep.patch Patch25: rpm-4.4.2-devel-autodep.patch
Patch26: rpm-4.4.2-rpmfc-skip.patch Patch26: rpm-4.4.2-rpmfc-skip.patch
Patch27: rpm-4.4.2-noselinux-verify.patch Patch27: rpm-4.4.2-noselinux-verify.patch
Patch28: rpm-4.4.2-python-aslist.patch
License: GPL License: GPL
Conflicts: patch < 2.5 Conflicts: patch < 2.5
%ifos linux %ifos linux
@ -190,6 +191,7 @@ shell-like rules.
%patch26 -p1 -b .fcskip %patch26 -p1 -b .fcskip
%patch27 -p0 -b .nosever %patch27 -p0 -b .nosever
%patch6 -p1 -b .matchpathcon %patch6 -p1 -b .matchpathcon
%patch28 -p1 -b .aslist
%build %build
@ -583,6 +585,9 @@ exit 0
%{__includedir}/popt.h %{__includedir}/popt.h
%changelog %changelog
* Wed Jun 28 2006 Paul Nasrat <pnasrat@redhat.com> - 4.4.2-26
- Force CHANGELOGTIME to be a list in rpm-python
* Wed Jun 28 2006 Paul Nasrat <pnasrat@redhat.com> - 4.4.2-25 * Wed Jun 28 2006 Paul Nasrat <pnasrat@redhat.com> - 4.4.2-25
- Remove SELinux context verification (#193488) - Remove SELinux context verification (#193488)