rpms/bluez/devel bluez-uinput.modules, NONE, 1.1 bluez.spec, 1.19, 1.20

Bastien Nocera hadess at fedoraproject.org
Fri Oct 17 10:47:51 UTC 2008


Author: hadess

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

Modified Files:
	bluez.spec 
Added Files:
	bluez-uinput.modules 
Log Message:
* Fri Oct 17 2008 - Bastien Nocera <bnocera at redhat.com> - 4.14-2
- Add script to autoload uinput on startup, so the PS3 remote
  works out-of-the-box



--- NEW FILE bluez-uinput.modules ---
#!/bin/sh

if [ ! -c /dev/input/uinput ] ; then
	exec /sbin/modprobe uinput >/dev/null 2>&1
fi



Index: bluez.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez/devel/bluez.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bluez.spec	17 Oct 2008 00:22:15 -0000	1.19
+++ bluez.spec	17 Oct 2008 10:47:21 -0000	1.20
@@ -1,12 +1,13 @@
 Summary: Bluetooth utilities
 Name: bluez
 Version: 4.14
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
 Source1: bluetooth.init
 Source2: bluetooth.conf
+Source3: bluez-uinput.modules
 Patch1: bluez-utils-oui-usage.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -121,6 +122,8 @@
 install -D -m0755 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
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -181,6 +184,10 @@
 %{_libdir}/alsa-lib/*.so
 
 %changelog
+* Fri Oct 17 2008 - Bastien Nocera <bnocera at redhat.com> - 4.14-2
+- Add script to autoload uinput on startup, so the PS3 remote
+  works out-of-the-box
+
 * Fri Oct 17 2008 - Bastien Nocera <bnocera at redhat.com> - 4.14-1
 - Update to 4.14
 




More information about the fedora-extras-commits mailing list