rpms/hal/devel hal-0.5.7-expand-sysfs-names.patch, NONE, 1.1 hal.spec, 1.100, 1.101

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 24 15:39:37 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/hal/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22793

Modified Files:
	hal.spec 
Added Files:
	hal-0.5.7-expand-sysfs-names.patch 
Log Message:
- Add patch to handle longer sysfs names
- add dist tag to release


hal-0.5.7-expand-sysfs-names.patch:
 hotplug_helper.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE hal-0.5.7-expand-sysfs-names.patch ---
--- hal-0.5.7/hald/linux2/hotplug_helper.h.expand-sysfs-names	2006-07-24 11:32:17.000000000 -0400
+++ hal-0.5.7/hald/linux2/hotplug_helper.h	2006-07-24 11:34:05.000000000 -0400
@@ -28,7 +28,7 @@
 
 #define HALD_HELPER_MAGIC 0x68616c64
 #define HALD_HELPER_SOCKET_PATH "/var/run/hal/hotplug_socket2"
-#define HALD_HELPER_STRLEN 256
+#define HALD_HELPER_STRLEN 512 
 
 struct hald_helper_msg
 {


Index: hal.spec
===================================================================
RCS file: /cvs/dist/rpms/hal/devel/hal.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- hal.spec	18 Jul 2006 22:34:07 -0000	1.100
+++ hal.spec	24 Jul 2006 15:39:34 -0000	1.101
@@ -22,7 +22,7 @@
 Summary: Hardware Abstraction Layer
 Name: hal
 Version: 0.5.7
-Release: 13
+Release: 14%{?dist}
 URL: http://www.freedesktop.org/Software/hal
 Source0: %{name}-%{version}.tar.gz
 Source1: 99-redhat-storage-policy-fixed-drives.fdi
@@ -31,6 +31,7 @@
 Patch2: hal-0.5.7-fix-for-nfs-and-autofs.patch
 Patch3: hal-0.5.7-pcmcia-readers.patch
 Patch4: hal-0.5.7-dbus-deprecated.patch
+Patch5: hal-0.5.7-expand-sysfs-names.patch
 License: AFL/GPL
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-root
@@ -104,7 +105,7 @@
 %patch2 -p1 -b .fix-for-nfs-and-autofs
 %patch3 -p0 -b .pcmcia-readers
 %patch4 -p1 -b .dbus-deprecated
-
+%patch5 -p1 -b .expand-sysfs-names
 %build
 
 %configure --disable-docbook-docs --with-os-type=redhat
@@ -209,6 +210,10 @@
 %{_bindir}/hal-device-manager
 
 %changelog
+* Mon Jul 24 2006 John (J5) Palmieri <johnp at redhat.com> - 0.5.7-14
+- Add patch to handle longer sysfs names
+- add dist tag to release
+
 * Tue Jul 18 2006 John (J5) Palmieri <johnp at redhat.com> - 0.5.7-13
 - BR dbus-glib-devel
 - Fix a deprecated function




More information about the fedora-cvs-commits mailing list