rpms/deltarpm/F-7 deltarpm.spec,1.6,1.7

Jonathan Dieter (jdieter) fedora-extras-commits at redhat.com
Thu Jul 5 08:02:43 UTC 2007


Author: jdieter

Update of /cvs/extras/rpms/deltarpm/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4451

Modified Files:
	deltarpm.spec 
Log Message:
Don't make deltas of colored files


Index: deltarpm.spec
===================================================================
RCS file: /cvs/extras/rpms/deltarpm/F-7/deltarpm.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- deltarpm.spec	9 May 2007 21:38:48 -0000	1.6
+++ deltarpm.spec	5 Jul 2007 08:02:06 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: Create deltas between rpms
 Name: deltarpm
 Version: 3.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://www.novell.com/products/linuxpackages/professional/deltarpm.html
@@ -12,6 +12,7 @@
 BuildRequires: bzip2-devel, rpm-devel
 
 Patch0: deltarpm-3.4-multilib-workaround.patch
+Patch1: deltarpm-3.4-multilib-include-colored.patch
 
 %description
 A deltarpm contains the difference between an old
@@ -23,6 +24,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .multilib
+%patch1 -p1 -b .multicolor
 
 %build
 %{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
@@ -49,6 +51,10 @@
 %{_bindir}/rpmdumpheader
 
 %changelog
+* Tue Jun  5 2007 Jeremy Katz <katzj at redhat.com> - 3.4-3
+- include colored binaries from non-multilib-dirs so that deltas can work 
+  on multilib platforms
+
 * Wed May 09 2007 Adam Jackson <ajax at redhat.com> 3.4-2
 - Add -a flag to work around multilib ignorance. (#238964)
 




More information about the scm-commits mailing list