rpms/bluez/devel bluez.spec,1.43,1.44

Bastien Nocera hadess at fedoraproject.org
Thu Mar 5 00:57:21 UTC 2009


Author: hadess

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

Modified Files:
	bluez.spec 
Log Message:
* Thu Mar 05 2009 - Bastien Nocera <bnocera at redhat.com> - 4.32-3
- Fix permissions on the udev rules (#479348)



Index: bluez.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/devel/bluez.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- bluez.spec	4 Mar 2009 20:04:48 -0000	1.43
+++ bluez.spec	5 Mar 2009 00:56:51 -0000	1.44
@@ -1,7 +1,7 @@
 Summary: Bluetooth utilities
 Name: bluez
 Version: 4.32
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
@@ -119,7 +119,7 @@
 	rm -rf ${RPM_BUILD_ROOT}%{_libdir}/cups
 fi
 
-install -D -m0755 scripts/bluetooth.rules ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/rules.d/97-bluetooth-serial.rules
+install -D -m0644 scripts/bluetooth.rules ${RPM_BUILD_ROOT}/%{_sysconfdir}/udev/rules.d/97-bluetooth-serial.rules
 install -D -m0755 scripts/bluetooth_serial ${RPM_BUILD_ROOT}/lib/udev/bluetooth_serial
 
 install -D -m0755 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/modules/bluez-uinput.modules
@@ -187,6 +187,9 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Thu Mar 05 2009 - Bastien Nocera <bnocera at redhat.com> - 4.32-3
+- Fix permissions on the udev rules (#479348)
+
 * Wed Mar 04 2009 - Bastien Nocera <bnocera at redhat.com> - 4.32-2
 - Own /usr/lib*/bluetooth and children (#474632)
 




More information about the fedora-extras-commits mailing list