[systemd/f17] New upstream release

Lennart Poettering lennart at fedoraproject.org
Thu Feb 9 02:33:52 UTC 2012


commit 3c0bb5aa4313432d3de44f50c3b924bd884eadd0
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Feb 9 03:33:43 2012 +0100

    New upstream release

 .gitignore   |    1 +
 sources      |    2 +-
 systemd.spec |   10 +++++++---
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 889f678..e78c67a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@ systemd-*src.rpm
 /systemd-git9fa2f41.tar.xz
 /systemd-39.tar.xz
 /systemd-40.tar.xz
+/systemd-41.tar.xz
diff --git a/sources b/sources
index 4b8dd5a..5c4b163 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8880180f54dac8618ef70c46492fd8d9  systemd-40.tar.xz
+a73b50aeccaee088bf816e773fb4d0b8  systemd-41.tar.xz
diff --git a/systemd.spec b/systemd.spec
index 5e805ce..e3ada19 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -2,7 +2,7 @@
 
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
-Version:        40
+Version:        41
 Release:        1%{?gitcommit:.git%{gitcommit}}%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
@@ -27,6 +27,7 @@ BuildRequires:  libacl-devel
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  gperf
 BuildRequires:  xz-devel
+BuildRequires:  kmod-devel >= 5
 %if %{defined gitcommit}
 BuildRequires:  automake
 BuildRequires:  autoconf
@@ -140,7 +141,7 @@ find %{buildroot} \( -name '*.a' -o -name '*.la' \) -exec rm {} \;
 # Create SysV compatibility symlinks. systemctl/systemd are smart
 # enough to detect in which way they are called.
 mkdir -p %{buildroot}/%{_sbindir}
-ln -s ../bin/systemd %{buildroot}%{_sbindir}/init
+ln -s ../lib/systemd/systemd %{buildroot}%{_sbindir}/init
 ln -s ../bin/systemctl %{buildroot}%{_sbindir}/reboot
 ln -s ../bin/systemctl %{buildroot}%{_sbindir}/halt
 ln -s ../bin/systemctl %{buildroot}%{_sbindir}/poweroff
@@ -301,7 +302,7 @@ fi
 %ghost %config(noreplace) %{_sysconfdir}/timezone
 %ghost %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
 %config(noreplace) %{_sysconfdir}/rsyslog.d/listen.conf
-%{_bindir}/systemd
+%{_prefix}/lib/systemd/systemd
 %{_bindir}/systemd-notify
 %{_bindir}/systemd-ask-password
 %{_bindir}/systemd-tty-ask-password-agent
@@ -393,6 +394,9 @@ fi
 %{_bindir}/systemd-analyze
 
 %changelog
+* Thu Feb  9 2012 Lennart Poettering <lpoetter at redhat.com> - 41-1
+- New upstream release
+
 * Tue Feb  7 2012 Lennart Poettering <lpoetter at redhat.com> - 40-1
 - New upstream release
 


More information about the scm-commits mailing list