packages: udev/udev.spec - package systemd files

wiget wiget at pld-linux.org
Sun Nov 27 11:26:34 CET 2011


Author: wiget                        Date: Sun Nov 27 10:26:34 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- package systemd files

---- Files affected:
packages/udev:
   udev.spec (1.358 -> 1.359) 

---- Diffs:

================================================================
Index: packages/udev/udev.spec
diff -u packages/udev/udev.spec:1.358 packages/udev/udev.spec:1.359
--- packages/udev/udev.spec:1.358	Tue Sep 27 18:42:26 2011
+++ packages/udev/udev.spec	Sun Nov 27 11:26:29 2011
@@ -33,7 +33,7 @@
 Name:		udev
 # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
 Version:	172
-Release:	3
+Release:	4
 Epoch:		1
 License:	GPL v2+
 Group:		Base
@@ -161,6 +161,14 @@
 %description core -l pl.UTF-8
 Implementacja devfs w przestrzeni użytkownika - główna część udev.
 
+%package systemd
+Summary:	systemd units for udev
+Group:		Base
+Requires:	%{name}-core = %{epoch}:%{version}-%{release}
+
+%description systemd
+systemd units for udev.
+
 %package libs
 Summary:	Shared library to access udev device information
 Summary(pl.UTF-8):	Biblioteka współdzielona do dostępu do informacji o urządzeniach udev
@@ -351,6 +359,7 @@
 	--enable-shared \
 	--enable-static \
 	--with-pci-ids-path=%{_sysconfdir}/pci.ids \
+	--with-systemdsystemunitdir=/lib/systemd/system \
 	--with%{!?with_selinux:out}-selinux
 %{__make}
 
@@ -527,6 +536,18 @@
 %{_mandir}/man7/udev.7*
 %{_mandir}/man8/*
 
+%files systemd
+%defattr(644,root,root,755)
+/lib/systemd/system/basic.target.wants/udev-trigger.service
+/lib/systemd/system/basic.target.wants/udev.service
+/lib/systemd/system/sockets.target.wants/udev-control.socket
+/lib/systemd/system/sockets.target.wants/udev-kernel.socket
+/lib/systemd/system/udev-control.socket
+/lib/systemd/system/udev-kernel.socket
+/lib/systemd/system/udev-settle.service
+/lib/systemd/system/udev-trigger.service
+/lib/systemd/system/udev.service
+
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) /%{_lib}/libudev.so.*.*.*
@@ -594,6 +615,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.359  2011/11/27 10:26:29  wiget
+- package systemd files
+
 Revision 1.358  2011/09/27 16:42:26  baggins
 - rel 3
 - call alsactl from /sbin, not by its /usr symlink
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/udev/udev.spec?r1=1.358&r2=1.359&f=u



More information about the pld-cvs-commit mailing list