rpms/gphoto2/devel gphoto-set-procperm, 1.1, 1.2 gphoto2.spec, 1.51, 1.52

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 30 18:38:25 UTC 2006


Author: notting

Update of /cvs/dist/rpms/gphoto2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18150

Modified Files:
	gphoto-set-procperm gphoto2.spec 
Log Message:
set perms on /dev/bus/usb/XXX, as that's what libusb prefers now



Index: gphoto-set-procperm
===================================================================
RCS file: /cvs/dist/rpms/gphoto2/devel/gphoto-set-procperm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gphoto-set-procperm	11 Nov 2005 22:21:51 -0000	1.1
+++ gphoto-set-procperm	30 Jan 2006 18:38:23 -0000	1.2
@@ -18,4 +18,5 @@
 bus_num=`printf %.3u $HAL_PROP_USB_BUS_NUMBER`
 dev_num=`printf %.3u $HAL_PROP_USB_LINUX_DEVICE_NUMBER`
 
+chown $console_user /dev/bus/usb/$bus_num/$dev_num 
 chown $console_user /proc/bus/usb/$bus_num/$dev_num 


Index: gphoto2.spec
===================================================================
RCS file: /cvs/dist/rpms/gphoto2/devel/gphoto2.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- gphoto2.spec	23 Jan 2006 07:17:32 -0000	1.51
+++ gphoto2.spec	30 Jan 2006 18:38:23 -0000	1.52
@@ -5,7 +5,7 @@
 %define libpkg libgphoto2
 %define libver 2.1.99
 Version: %{pkgver}
-Release: 4
+Release: 5
 License: LGPL
 Group: Applications/Multimedia
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -212,6 +212,10 @@
 # ChangeLog
 ########################################################################
 %changelog
+* Mon Jan 30 2006 Bill Nottingham <notting at redhat.com> 2.1.99-5
+- set permissions on /dev/bus/usb/XXX as well - that's what new
+  libusb uses by default
+
 * Mon Jan 23 2006 Radek Vokal <rvokal at redhat.com> 2.1.99-4
 - fixed gphoto2 --summary segfault with Canon cameras (#178572)
 




More information about the fedora-cvs-commits mailing list