new upstream release
This commit is contained in:
parent
342c431001
commit
3a18c63390
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ x86_64/
|
|||||||
systemd-*src.rpm
|
systemd-*src.rpm
|
||||||
/systemd-18.tar.bz2
|
/systemd-18.tar.bz2
|
||||||
/systemd-19.tar.bz2
|
/systemd-19.tar.bz2
|
||||||
|
/systemd-20.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
32de12b132a2f6c270d422d682362a91 systemd-19.tar.bz2
|
c1c98eed410ec108b8bf74e4d94d5d66 systemd-20.tar.bz2
|
||||||
|
10
systemd.spec
10
systemd.spec
@ -1,7 +1,7 @@
|
|||||||
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: 19
|
Version: 20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -110,6 +110,8 @@ touch %{buildroot}%{_sysconfdir}/systemd/system/runlevel3.target
|
|||||||
touch %{buildroot}%{_sysconfdir}/systemd/system/runlevel4.target
|
touch %{buildroot}%{_sysconfdir}/systemd/system/runlevel4.target
|
||||||
touch %{buildroot}%{_sysconfdir}/systemd/system/runlevel5.target
|
touch %{buildroot}%{_sysconfdir}/systemd/system/runlevel5.target
|
||||||
|
|
||||||
|
touch %{buildroot}%{_sysconfdir}/machine-id
|
||||||
|
|
||||||
# Make sure these directories are properly owned
|
# Make sure these directories are properly owned
|
||||||
mkdir -p %{buildroot}/lib/systemd/system/basic.target.wants
|
mkdir -p %{buildroot}/lib/systemd/system/basic.target.wants
|
||||||
mkdir -p %{buildroot}/lib/systemd/system/default.target.wants
|
mkdir -p %{buildroot}/lib/systemd/system/default.target.wants
|
||||||
@ -127,6 +129,7 @@ ln -s rescue.service %{buildroot}/lib/systemd/system/single.service
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
/bin/systemd-machine-id-setup > /dev/null 2>&1 || :
|
||||||
/bin/systemctl daemon-reexec > /dev/null 2>&1 || :
|
/bin/systemctl daemon-reexec > /dev/null 2>&1 || :
|
||||||
|
|
||||||
# Make sure pam_systemd is enabled
|
# Make sure pam_systemd is enabled
|
||||||
@ -190,10 +193,12 @@ fi
|
|||||||
%{_sysconfdir}/xdg/systemd
|
%{_sysconfdir}/xdg/systemd
|
||||||
%{_sysconfdir}/tmpfiles.d/systemd.conf
|
%{_sysconfdir}/tmpfiles.d/systemd.conf
|
||||||
%{_sysconfdir}/tmpfiles.d/x11.conf
|
%{_sysconfdir}/tmpfiles.d/x11.conf
|
||||||
|
%ghost %config(noreplace) %{_sysconfdir}/machine-id
|
||||||
/bin/systemd
|
/bin/systemd
|
||||||
/bin/systemd-notify
|
/bin/systemd-notify
|
||||||
/bin/systemd-ask-password
|
/bin/systemd-ask-password
|
||||||
/bin/systemd-tty-ask-password-agent
|
/bin/systemd-tty-ask-password-agent
|
||||||
|
/bin/systemd-machine-id-setup
|
||||||
/lib/systemd/systemd-*
|
/lib/systemd/systemd-*
|
||||||
/lib/udev/rules.d/*.rules
|
/lib/udev/rules.d/*.rules
|
||||||
%dir /lib/systemd/system-generators
|
%dir /lib/systemd/system-generators
|
||||||
@ -250,6 +255,9 @@ fi
|
|||||||
%{_mandir}/man1/systemadm.*
|
%{_mandir}/man1/systemadm.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 8 2011 Lennart Poettering <lpoetter@redhat.com> - 20-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Tue Mar 1 2011 Lennart Poettering <lpoetter@redhat.com> - 19-1
|
* Tue Mar 1 2011 Lennart Poettering <lpoetter@redhat.com> - 19-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user