rpms/libgphoto2/devel libgphoto2.spec,1.6,1.7

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Wed Jun 4 09:13:45 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/libgphoto2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6499

Modified Files:
	libgphoto2.spec 
Log Message:
* Wed Jun 04 2008 Jindrich Novy <jnovy at redhat.com> 2.4.1-2
- fix obsoletes
- workaround problem with coreutils-6.12 and RHEL5-xen kernels
  what prevents libgphoto2 koji build



Index: libgphoto2.spec
===================================================================
RCS file: /cvs/extras/rpms/libgphoto2/devel/libgphoto2.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libgphoto2.spec	4 Jun 2008 06:37:31 -0000	1.6
+++ libgphoto2.spec	4 Jun 2008 09:13:06 -0000	1.7
@@ -104,7 +104,7 @@
 for i in AUTHORS COPYING; do
 	mv ${i} ${i}.old
 	iconv -f cp1250 -t utf-8 < ${i}.old > ${i}
-	touch -r ${i}.old ${i}
+	touch -r ${i}.old ${i} || :
 	rm -f ${i}.old
 done
 
@@ -152,6 +152,8 @@
 %changelog
 * Wed Jun 04 2008 Jindrich Novy <jnovy at redhat.com> 2.4.1-2
 - fix obsoletes
+- workaround problem with coreutils-6.12 and RHEL5-xen kernels
+  what prevents libgphoto2 koji build
 
 * Mon Jun 02 2008 Jindrich Novy <jnovy at redhat.com> 2.4.1-1
 - update to 2.4.1 (#443515, #436138)




More information about the fedora-extras-commits mailing list