rpms/gphoto2/F-8 gphoto2-storage.patch, 1.1, 1.2 gphoto2.spec, 1.85, 1.86

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Tue Nov 27 08:43:31 UTC 2007


Author: jnovy

Update of /cvs/extras/rpms/gphoto2/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7389

Modified Files:
	gphoto2-storage.patch gphoto2.spec 
Log Message:
fix permission problems while accessing camera (#400491)


gphoto2-storage.patch:

Index: gphoto2-storage.patch
===================================================================
RCS file: /cvs/extras/rpms/gphoto2/F-8/gphoto2-storage.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gphoto2-storage.patch	18 Sep 2007 20:41:01 -0000	1.1
+++ gphoto2-storage.patch	27 Nov 2007 08:43:27 -0000	1.2
@@ -5,7 +5,7 @@
  	printf(" <device>\n");
  	printf("  <match key=\"info.bus\" string=\"usb\">\n");
 +	printf("   <!-- skip USB Mass Storage Devices -->\n");
-+	printf("   <match key=\"usb.interface_class\" compare_ne=\"8\">\n");
++	printf("   <match key=\"usb.interface.class\" compare_ne=\"8\">\n");
  	return 0;
  }
  
@@ -100,7 +100,7 @@
  	printf(" <device>\n");
  	printf("  <match key=\"info.bus\" string=\"usb\">\n");
 +	printf("   <!-- skip USB Mass Storage Devices -->\n");
-+	printf("   <match key=\"usb.interface_class\" compare_ne=\"8\">\n");
++	printf("   <match key=\"usb.interface.class\" compare_ne=\"8\">\n");
  	return 0;
  }
  


Index: gphoto2.spec
===================================================================
RCS file: /cvs/extras/rpms/gphoto2/F-8/gphoto2.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- gphoto2.spec	19 Sep 2007 05:26:08 -0000	1.85
+++ gphoto2.spec	27 Nov 2007 08:43:27 -0000	1.86
@@ -8,7 +8,7 @@
 %define libpkg libgphoto2
 %define libver 2.4.0
 Version: %{pkgver}
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2 and LGPLv2+
 Group: Applications/Multimedia
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -199,6 +199,9 @@
 # ChangeLog
 ########################################################################
 %changelog
+* Tue Nov 27 2007 Jindrich Novy <jnovy at redhat.com> 2.4.0-4
+- fix permission problems while accessing camera (#400491)
+
 * Tue Sep 18 2007 Jindrich Novy <jnovy at redhat.com> 2.4.0-3
 - avoid tagging mass storage devices as cameras (#295051)
 - add missing BR popt-devel




More information about the fedora-extras-commits mailing list