rpms/hal/devel hal-remove-bdi-devices.patch, NONE, 1.1 hal.spec, 1.169, 1.170

Richard Hughes rhughes at fedoraproject.org
Tue Oct 28 18:45:08 UTC 2008


Author: rhughes

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

Modified Files:
	hal.spec 
Added Files:
	hal-remove-bdi-devices.patch 
Log Message:
* Tue Oct 28 2008 Richard Hughes <rhughes at redhat.com> - 0.5.12-9.20081027git
- Remove the newly added BDI devices to fix #468850


hal-remove-bdi-devices.patch:

--- NEW FILE hal-remove-bdi-devices.patch ---
diff --git a/hald/linux/device.c b/hald/linux/device.c
index 37afb10..7474742 100644
--- a/hald/linux/device.c
+++ b/hald/linux/device.c
@@ -4433,7 +4433,7 @@ static DevHandler dev_handler_xen = {
 
 static DevHandler *dev_handlers[] = {
 	&dev_handler_backlight,
-	&dev_handler_bdi,
+//	&dev_handler_bdi,
 	&dev_handler_bluetooth,
 	&dev_handler_ccw,
 	&dev_handler_ccwgroup,


Index: hal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal/devel/hal.spec,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- hal.spec	27 Oct 2008 17:45:46 -0000	1.169
+++ hal.spec	28 Oct 2008 18:44:38 -0000	1.170
@@ -28,7 +28,7 @@
 Name: hal
 Version: 0.5.12
 #Release: 5%{?dist}
-Release: 8.%{?alphatag}%{?dist}
+Release: 9.%{?alphatag}%{?dist}
 URL: http://www.freedesktop.org/Software/hal
 #Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
@@ -36,6 +36,7 @@
 Patch2: hal-change-priority.patch
 Patch3: hal-add-keys-to-buttons.patch
 Patch4: hal-joystick.patch
+Patch5: hal-remove-bdi-devices.patch
 
 License: AFL or GPLv2
 Group: System Environment/Libraries
@@ -134,6 +135,7 @@
 %patch2 -p1 -b .priority
 %patch3 -p1 -b .keys
 %patch4 -p1 -b .joystick
+%patch5 -p1 -b .remove-bdi
 
 %build
 autoreconf
@@ -278,6 +280,9 @@
 %{_datadir}/gtk-doc/html/libhal-storage/*
 
 %changelog
+* Tue Oct 28 2008 Richard Hughes <rhughes at redhat.com> - 0.5.12-9.20081027git
+- Remove the newly added BDI devices to fix #468850
+
 * Mon Oct 27 2008 Richard Hughes <rhughes at redhat.com> - 0.5.12-8.20081027git
 - Update to git snapshot 20081027git to fix #468692
 




More information about the fedora-extras-commits mailing list