[systemd/f15/master] new upstream release

Lennart Poettering lennart at fedoraproject.org
Tue Mar 8 19:11:50 UTC 2011


commit 3a18c63390b2e6654bfa02ae0d487884c3e36e51
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Mar 8 20:11:37 2011 +0100

    new upstream release

 .gitignore   |    1 +
 sources      |    2 +-
 systemd.spec |   10 +++++++++-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3e81cb..fa6dc3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ x86_64/
 systemd-*src.rpm
 /systemd-18.tar.bz2
 /systemd-19.tar.bz2
+/systemd-20.tar.bz2
diff --git a/sources b/sources
index b83db90..4e11cbc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32de12b132a2f6c270d422d682362a91  systemd-19.tar.bz2
+c1c98eed410ec108b8bf74e4d94d5d66  systemd-20.tar.bz2
diff --git a/systemd.spec b/systemd.spec
index 6c78391..33e2ebd 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -1,7 +1,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Version:        19
+Version:        20
 Release:        1%{?dist}
 License:        GPLv2+
 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/runlevel5.target
 
+touch %{buildroot}%{_sysconfdir}/machine-id
+
 # Make sure these directories are properly owned
 mkdir -p %{buildroot}/lib/systemd/system/basic.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
 
 %post
+/bin/systemd-machine-id-setup > /dev/null 2>&1 || :
 /bin/systemctl daemon-reexec > /dev/null 2>&1 || :
 
 # Make sure pam_systemd is enabled
@@ -190,10 +193,12 @@ fi
 %{_sysconfdir}/xdg/systemd
 %{_sysconfdir}/tmpfiles.d/systemd.conf
 %{_sysconfdir}/tmpfiles.d/x11.conf
+%ghost %config(noreplace) %{_sysconfdir}/machine-id
 /bin/systemd
 /bin/systemd-notify
 /bin/systemd-ask-password
 /bin/systemd-tty-ask-password-agent
+/bin/systemd-machine-id-setup
 /lib/systemd/systemd-*
 /lib/udev/rules.d/*.rules
 %dir /lib/systemd/system-generators
@@ -250,6 +255,9 @@ fi
 %{_mandir}/man1/systemadm.*
 
 %changelog
+* Tue Mar  8 2011 Lennart Poettering <lpoetter at redhat.com> - 20-1
+- New upstream release
+
 * Tue Mar  1 2011 Lennart Poettering <lpoetter at redhat.com> - 19-1
 - New upstream release
 


More information about the scm-commits mailing list