[systemd/f17] new upstream release

Lennart Poettering lennart at fedoraproject.org
Wed Feb 15 03:51:19 UTC 2012


commit 7cc50376c5779e89dc7d9c2979845af4e03218d6
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Feb 15 04:51:07 2012 +0100

    new upstream release

 .gitignore   |    1 +
 sources      |    2 +-
 systemd.spec |    8 +++++++-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d240a0..43a6bd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ systemd-*src.rpm
 /systemd-40.tar.xz
 /systemd-41.tar.xz
 /systemd-42.tar.xz
+/systemd-43.tar.xz
diff --git a/sources b/sources
index 277b86c..a714a1d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7686b44e368d2523901d3e903ed4dcea  systemd-42.tar.xz
+446cc6db7625617af67e2d8e5f503a49  systemd-43.tar.xz
diff --git a/systemd.spec b/systemd.spec
index 9645066..6def6d5 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -2,7 +2,7 @@
 
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
-Version:        42
+Version:        43
 Release:        1%{?gitcommit:.git%{gitcommit}}%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
@@ -143,6 +143,7 @@ find %{buildroot} \( -name '*.a' -o -name '*.la' \) -exec rm {} \;
 # enough to detect in which way they are called.
 mkdir -p %{buildroot}/%{_sbindir}
 ln -s ../lib/systemd/systemd %{buildroot}%{_sbindir}/init
+ln -s ../lib/systemd/systemd %{buildroot}%{_bindir}/systemd
 ln -s ../bin/systemctl %{buildroot}%{_sbindir}/reboot
 ln -s ../bin/systemctl %{buildroot}%{_sbindir}/halt
 ln -s ../bin/systemctl %{buildroot}%{_sbindir}/poweroff
@@ -308,6 +309,7 @@ fi
 %ghost %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
 %config(noreplace) %{_sysconfdir}/rsyslog.d/listen.conf
 %{_prefix}/lib/systemd/systemd
+%{_bindir}/systemd
 %{_bindir}/systemctl
 %{_bindir}/systemd-notify
 %{_bindir}/systemd-ask-password
@@ -399,6 +401,10 @@ fi
 %{_bindir}/systemd-analyze
 
 %changelog
+* Wed Feb 15 2012 Lennart Poettering <lpoetter at redhat.com> - 43-1
+- New upstream release
+- Closes #789758, #790260, #790522
+
 * Sat Feb 11 2012 Lennart Poettering <lpoetter at redhat.com> - 42-1
 - New upstream release
 - Save a bit of entropy during system installation (#789407)


More information about the scm-commits mailing list