rpms/hal/devel 99-redhat-storage-policy-fixed-drives.fdi, NONE, 1.1 hal.spec, 1.77, 1.78

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 18 19:12:40 UTC 2006


Author: johnp

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

Modified Files:
	hal.spec 
Added Files:
	99-redhat-storage-policy-fixed-drives.fdi 
Log Message:
- Add policy file to ignore fixed disks.  This is a temporary solution
  until upstream comes up with a more flexable option




--- NEW FILE 99-redhat-storage-policy-fixed-drives.fdi ---
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- --> 

<deviceinfo version="0.2">
<device>
  <match key="@block.storage_device:storage.hotpluggable" bool="false">
    <match key="@block.storage_device:storage.removable" bool="false">
      <merge key="volume.ignore" type="bool">true</merge>
    </match>
  </match>
</device>
</deviceinfo>


Index: hal.spec
===================================================================
RCS file: /cvs/dist/rpms/hal/devel/hal.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- hal.spec	17 Jan 2006 15:04:30 -0000	1.77
+++ hal.spec	18 Jan 2006 19:12:38 -0000	1.78
@@ -18,9 +18,10 @@
 Summary: Hardware Abstraction Layer
 Name: hal
 Version: 0.5.6
-Release: 1
+Release: 2 
 URL: http://www.freedesktop.org/Software/hal
 Source0: %{name}-%{version}.tar.gz
+Source1: 99-redhat-storage-policy-fixed-drives.fdi
 License: AFL/GPL
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-root
@@ -87,6 +88,8 @@
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
+cp -f %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/hal/fdi/policy/10osvendor/
+
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %clean
@@ -167,6 +170,10 @@
 %{_bindir}/hal-device-manager
 
 %changelog
+* Wed Jan 18 2006 John (J5) Palmieri <johnp at redhat.com> - 0.5.6-2
+- Add policy file to ignore fixed disks.  This is a temporary solution
+  until upstream comes up with a more flexable option
+
 * Tue Jan 17 2006 John (J5) Palmieri <johnp at redhat.com> - 0.5.6
 - New upstream release
 - Remove match on capabilities patch (upstream already)




More information about the fedora-cvs-commits mailing list