rpms/hal/devel hal-add-out-of-tree-ofw-probing.patch, 1.1, 1.2 hal.spec, 1.173, 1.174

Richard Hughes rhughes at fedoraproject.org
Mon Nov 24 12:17:56 UTC 2008


Author: rhughes

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

Modified Files:
	hal-add-out-of-tree-ofw-probing.patch hal.spec 
Log Message:
* Mon Nov 24 2008 Richard Hughes <rhughes at redhat.com> - 0.5.12-13.20081027git
- For OLPC, set system.firmware.version to the main system firmware version,
  rather than the version of the embedded controller microcode.
  Thanks to Mitch Bradley for the pointer.


hal-add-out-of-tree-ofw-probing.patch:

Index: hal-add-out-of-tree-ofw-probing.patch
===================================================================
RCS file: /cvs/pkgs/rpms/hal/devel/hal-add-out-of-tree-ofw-probing.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hal-add-out-of-tree-ofw-probing.patch	5 Nov 2008 09:36:24 -0000	1.1
+++ hal-add-out-of-tree-ofw-probing.patch	24 Nov 2008 12:17:54 -0000	1.2
@@ -13,7 +13,7 @@
 +		return FALSE;
 +
 +	/* these mappings are not documented */
-+	hal_util_set_string_from_file(root, "system.firmware.version", OFW_TREE_PATH, "ec-name");
++	hal_util_set_string_from_file(root, "system.firmware.version", OFW_TREE_PATH, "openprom/model");
 +	hal_util_set_string_from_file(root, "system.hardware.product", OFW_TREE_PATH, "banner-name");
 +	hal_util_set_string_from_file(root, "system.hardware.serial", OFW_TREE_PATH, "serial-number");
 +	hal_util_set_string_from_file(root, "system.hardware.vendor", OFW_TREE_PATH, "architecture");


Index: hal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal/devel/hal.spec,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- hal.spec	5 Nov 2008 19:25:21 -0000	1.173
+++ hal.spec	24 Nov 2008 12:17:54 -0000	1.174
@@ -28,7 +28,7 @@
 Name: hal
 Version: 0.5.12
 #Release: 5%{?dist}
-Release: 12.%{?alphatag}%{?dist}
+Release: 13.%{?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
@@ -289,6 +289,11 @@
 %{_datadir}/gtk-doc/html/libhal-storage/*
 
 %changelog
+* Mon Nov 24 2008 Richard Hughes <rhughes at redhat.com> - 0.5.12-13.20081027git
+- For OLPC, set system.firmware.version to the main system firmware version,
+  rather than the version of the embedded controller microcode.
+  Thanks to Mitch Bradley for the pointer.
+
 * Wed Nov  5 2008 Jeremy Katz <katzj at redhat.com> - 0.5.12-12.20081027git
 - Fix up OLPC detection with regard to what's in the upstream kernel
 




More information about the fedora-extras-commits mailing list