prepare release 5
This commit is contained in:
parent
da0ba226b4
commit
f58b3d09b6
12
systemd.spec
12
systemd.spec
@ -1,8 +1,8 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Version: 4
|
Version: 5
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Summary: A System and Session Manager
|
Summary: A System and Session Manager
|
||||||
@ -126,6 +126,11 @@ if [ $1 -eq 1 ] ; then
|
|||||||
getty.target \
|
getty.target \
|
||||||
rc-local.service \
|
rc-local.service \
|
||||||
remote-fs.target 2>&1 || :
|
remote-fs.target 2>&1 || :
|
||||||
|
|
||||||
|
# Temporary fix for broken upgrades between older F14 rawhide to newer F14 rawhide. Should be removed eventually.
|
||||||
|
/bin/systemctl enable \
|
||||||
|
dbus.service \
|
||||||
|
dbus.socket 2>&1 || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%preun units
|
%preun units
|
||||||
@ -215,6 +220,9 @@ fi
|
|||||||
%{_mandir}/man8/runlevel.*
|
%{_mandir}/man8/runlevel.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 4 2010 Lennart Poettering <lpoetter@redhat.com> - 5-1
|
||||||
|
- Prepare release 5
|
||||||
|
|
||||||
* Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 4-4
|
* Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 4-4
|
||||||
- Add 'sysvinit-userspace' provide to -sysvinit package to fix upgrade/install (#618537)
|
- Add 'sysvinit-userspace' provide to -sysvinit package to fix upgrade/install (#618537)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user