Author: baggins Date: Thu Mar 15 11:29:32 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 5 - provide our own services instead of hacking into fedora ones
---- Files affected: packages/systemd: systemd.spec (1.124 -> 1.125) ---- Diffs: ================================================================ Index: packages/systemd/systemd.spec diff -u packages/systemd/systemd.spec:1.124 packages/systemd/systemd.spec:1.125 --- packages/systemd/systemd.spec:1.124 Wed Mar 14 23:03:22 2012 +++ packages/systemd/systemd.spec Thu Mar 15 12:29:27 2012 @@ -18,7 +18,7 @@ Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa Name: systemd Version: 43 -Release: 4 +Release: 5 License: GPL v2+ Group: Base Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz @@ -97,6 +97,8 @@ Conflicts: pam < 1:1.1.5-5 # ...and sudo hates it Conflicts: sudo < 1:1.7.8p2-4 +# for prefdm script +Conflicts: xinitrc-ng < 1.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _libexecdir %{_prefix}/lib @@ -390,9 +392,6 @@ ln -s ../pld-storage-init-late.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants/pld-storage-init-late.service ln -s ../pld-storage-init.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants/pld-storage-init.service -# it is in rc-scripts pkg -%{__rm} $RPM_BUILD_ROOT%{systemdunitdir}/rc-local.service - # Make sure these directories are properly owned: # - halt,kexec,poweroff,reboot: generic ones used by ConsoleKit-systemd, # - syslog _might_ be used by some syslog implementation (none for now), @@ -762,6 +761,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.125 2012/03/15 11:29:27 baggins +- rel 5 +- provide our own services instead of hacking into fedora ones + Revision 1.124 2012/03/14 22:03:22 baggins - renumber sources ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemd/systemd.spec?r1=1.124&r2=1.125&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
