rpms/rpm/devel rpm-4.4.2-docflags.patch, NONE, 1.1 rpm.spec, 1.226, 1.227

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 16 15:19:09 UTC 2007


Author: pnasrat

Update of /cvs/dist/rpms/rpm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9604

Modified Files:
	rpm.spec 
Added Files:
	rpm-4.4.2-docflags.patch 
Log Message:
* Mon Apr 16 2007 Paul Nasrat <pnasrat at redhat.com> - 4.4.2-44
- Set default verify flags for %doc (#235353)
- Resolves: rhbz#235353


rpm-4.4.2-docflags.patch:
 files.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE rpm-4.4.2-docflags.patch ---
--- rpm-4.4.2/build/files.c.docflags	2007-04-16 16:15:42.000000000 +0100
+++ rpm-4.4.2/build/files.c	2007-04-16 16:16:24.000000000 +0100
@@ -2124,7 +2124,7 @@
 	fl.isDir = 0;
 	fl.inFtw = 0;
 	fl.currentFlags = 0;
-	fl.currentVerifyFlags = 0;
+	fl.currentVerifyFlags = fl.defVerifyFlags;
 
 	fl.noGlob = 0;
  	fl.devtype = 0;


Index: rpm.spec
===================================================================
RCS file: /cvs/dist/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- rpm.spec	16 Apr 2007 11:59:52 -0000	1.226
+++ rpm.spec	16 Apr 2007 15:19:07 -0000	1.227
@@ -17,7 +17,7 @@
 Name: rpm
 Version: 4.4.2
 %{expand: %%define rpm_version %{version}}
-Release: 43%{?dist}
+Release: 44%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source: rpm-%{rpm_version}.tar.gz
@@ -65,6 +65,7 @@
 Patch39: rpm-4.4.2-no-ppc-asm.patch
 Patch40: rpm-4.4.2-forkfailed.patch
 Patch41: rpm-4.4.2-cdiff.patch
+Patch42: rpm-4.4.2-docflags.patch
 License: GPL
 Requires: patch > 2.5
 Prereq: shadow-utils
@@ -208,6 +209,7 @@
 %patch39 -p1 -b .noppcasm
 %patch40 -p0 -b .forkfail
 %patch41 -p1 -b .cdiff
+%patch42 -p1 -b .docflags
 
 # rebuild configure for ipv6
 autoconf
@@ -566,6 +568,9 @@
 %{__includedir}/popt.h
 
 %changelog
+* Mon Apr 16 2007 Paul Nasrat <pnasrat at redhat.com> - 4.4.2-44
+- Set default verify flags for %%doc (#235353)
+
 * Mon Apr 16 2007 Paul Nasrat <pnasrat at redhat.com> - 4.4.2-43
 - Log failures for fork failing (OLPC)
 - Gendiff enhancement from Enrico Scholz (#146981)




More information about the fedora-cvs-commits mailing list