rpms/bluez/devel bluez.spec,1.66,1.67

Bastien Nocera hadess at fedoraproject.org
Wed May 20 15:53:49 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/bluez/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv884

Modified Files:
	bluez.spec 
Log Message:
Update for udev rules changes


Index: bluez.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/devel/bluez.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- bluez.spec	19 May 2009 19:22:09 -0000	1.66
+++ bluez.spec	20 May 2009 15:53:19 -0000	1.67
@@ -149,7 +149,8 @@ if test -d ${RPM_BUILD_ROOT}/usr/lib64/c
 	rm -rf ${RPM_BUILD_ROOT}%{_libdir}/cups
 fi
 
-install -D -m0644 scripts/bluetooth.rules ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/rules.d/97-bluetooth-serial.rules
+rm -f ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/*.rules
+install -D -m0644 scripts/bluetooth-serial.rules ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/rules.d/97-bluetooth-serial.rules
 install -D -m0644 %{SOURCE9} ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/rules.d/97-bluetooth-ondemand.rules
 install -D -m0755 scripts/bluetooth_serial ${RPM_BUILD_ROOT}/lib/udev/bluetooth_serial
 




More information about the scm-commits mailing list