rpms/hal/devel hal.spec,1.207,1.208

Bastien Nocera hadess at fedoraproject.org
Wed Jan 20 15:19:55 UTC 2010


Author: hadess

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

Modified Files:
	hal.spec 
Log Message:
* Wed Jan 20 2010 Bastien Nocera <bnocera at redhat.com> 0.5.14-2
- Split out the filesystem for fdi files, so as to avoid
  libraries requiring HAL itself



Index: hal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal/devel/hal.spec,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -p -r1.207 -r1.208
--- hal.spec	4 Dec 2009 13:14:36 -0000	1.207
+++ hal.spec	20 Jan 2010 15:19:54 -0000	1.208
@@ -26,7 +26,7 @@
 Summary: Hardware Abstraction Layer
 Name: hal
 Version: 0.5.14
-Release: 1%{?dist}
+Release: 2%{?dist}
 #Release: 1.%{?alphatag}%{?dist}
 URL: http://www.freedesktop.org/Software/hal
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
@@ -84,6 +84,7 @@ Requires: udev >= %{udev_version} 
 Requires: util-linux >= %{util_linux_version} 
 Requires: initscripts >= %{initscripts_version}
 Requires: cryptsetup-luks >= %{cryptsetup_luks_version}
+Requires: %{name}-filesystem = %{version}-%{release}
 %ifnarch s390 s390x
 Requires: pm-utils >= %{pm_utils_version}
 %endif 
@@ -134,6 +135,13 @@ Requires: %{name} = %{version}-%{release
 %description docs
 API docs for HAL.
 
+%package filesystem
+Summary: Filesystem layout for HAL
+Group: System Environment/Libraries
+
+%description filesystem
+Filesystem layout for HAL fdi files.
+
 %prep
 %setup -q -n %{name}-%{version}
 %patch2 -p1 -b .priority
@@ -248,8 +256,6 @@ fi
 
 %{_libexecdir}/*
 
-%dir %{_datadir}/hal
-%dir %{_datadir}/hal/fdi
 %{_datadir}/hal/fdi/*
 
 %dir %{_libexecdir}/scripts
@@ -274,6 +280,10 @@ fi
 %{_libdir}/pkgconfig/*
 %{_includedir}/*
 
+%files filesystem
+%dir %{_datadir}/hal
+%dir %{_datadir}/hal/fdi
+
 %files docs
 %defattr(-,root,root,-)
 
@@ -287,6 +297,10 @@ fi
 %{_datadir}/gtk-doc/html/libhal-storage/*
 
 %changelog
+* Wed Jan 20 2010 Bastien Nocera <bnocera at redhat.com> 0.5.14-2
+- Split out the filesystem for fdi files, so as to avoid
+  libraries requiring HAL itself
+
 * Fri Dec 04 2009 Richard Hughes <rhughes at redhat.com> - 0.5.14-1
 - New release.
 - See http://lists.freedesktop.org/archives/hal/2009-November/013671.html



More information about the scm-commits mailing list