Author: baggins Date: Thu Mar 15 20:06:40 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 6 - better network services cleanup in trigger
---- Files affected: packages/systemd: systemd.spec (1.125 -> 1.126) ---- Diffs: ================================================================ Index: packages/systemd/systemd.spec diff -u packages/systemd/systemd.spec:1.125 packages/systemd/systemd.spec:1.126 --- packages/systemd/systemd.spec:1.125 Thu Mar 15 12:29:27 2012 +++ packages/systemd/systemd.spec Thu Mar 15 21:06:35 2012 @@ -18,7 +18,7 @@ Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa Name: systemd Version: 43 -Release: 5 +Release: 6 License: GPL v2+ Group: Base Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz @@ -478,11 +478,12 @@ /bin/systemctl daemon-reload > /dev/null 2>&1 || : fi -%triggerpostun units -- %{name}-units < 43-4 +%triggerpostun units -- %{name}-units < 43-6 # Remove design fialures -/bin/systemctl disable network-post.service >/dev/null 2>&1 || : rm -f %{_sysconfdir}/systemd/system/network.target.wants/ifcfg@*.service >/dev/null 2>&1 || : rm -f %{_sysconfdir}/systemd/system/network.target.wants/network-post.service >/dev/null 2>&1 || : +rm -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service >/dev/null 2>&1 || : +/bin/systemctl reenable network.service >/dev/null 2>&1 || : %post no-compat-tmpfiles %{__sed} -i -e '/^#/!s/^/# /g' %{_sysconfdir}/tmpfiles.d/compat-pld-var-run.conf @@ -761,6 +762,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.126 2012/03/15 20:06:35 baggins +- rel 6 +- better network services cleanup in trigger + Revision 1.125 2012/03/15 11:29:27 baggins - rel 5 - provide our own services instead of hacking into fedora ones ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.125&r2=1.126&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
