packages: systemd/systemd.spec - plymouth: reload unit files on install/uni...
glen
glen at pld-linux.org
Wed Mar 28 22:43:40 CEST 2012
Author: glen Date: Wed Mar 28 20:43:40 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- plymouth: reload unit files on install/uninstall
---- Files affected:
packages/systemd:
systemd.spec (1.138 -> 1.139)
---- Diffs:
================================================================
Index: packages/systemd/systemd.spec
diff -u packages/systemd/systemd.spec:1.138 packages/systemd/systemd.spec:1.139
--- packages/systemd/systemd.spec:1.138 Thu Mar 22 20:54:22 2012
+++ packages/systemd/systemd.spec Wed Mar 28 22:43:35 2012
@@ -17,7 +17,7 @@
Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa
Name: systemd
Version: 44
-Release: 5
+Release: 6
License: GPL v2+
Group: Base
Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
@@ -483,6 +483,12 @@
%post no-compat-tmpfiles
%{__sed} -i -e '/^#/!s/^/# /g' %{_sysconfdir}/tmpfiles.d/compat-pld-var-run.conf
+%post plymouth
+%systemd_reload
+
+%postun plymouth
+%systemd_reload
+
%files
%defattr(644,root,root,755)
%doc DISTRO_PORTING README TODO
@@ -759,6 +765,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.139 2012/03/28 20:43:35 glen
+- plymouth: reload unit files on install/uninstall
+
Revision 1.138 2012/03/22 19:54:22 glen
- vala is gtk dep
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/systemd/systemd.spec?r1=1.138&r2=1.139
More information about the pld-cvs-commit
mailing list