diff --git a/systemd.spec b/systemd.spec index c0a599d..99f1855 100644 --- a/systemd.spec +++ b/systemd.spec @@ -2,7 +2,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Version: 3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Base Summary: A System and Session Manager @@ -84,7 +84,6 @@ ln -s ../bin/systemctl %{buildroot}/sbin/poweroff ln -s ../bin/systemctl %{buildroot}/sbin/shutdown ln -s ../bin/systemctl %{buildroot}/sbin/telinit ln -s ../bin/systemctl %{buildroot}/sbin/runlevel -rmdir %{buildroot}/cgroup %clean rm -rf $RPM_BUILD_ROOT @@ -114,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.*.xml %{_docdir}/systemd +# Joint ownership with libcgroup +%dir /cgroup + %files units %defattr(-,root,root,-) %{_sysconfdir}/systemd @@ -148,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/runlevel.* %changelog +* Tue Jul 13 2010 Lennart Poettering - 3-2 +- Own /cgroup jointly with libcgroup, since we don't dpend on it anymore + * Tue Jul 13 2010 Lennart Poettering - 3-1 - New upstream release