[systemd/f14/master] New upstream release

Lennart Poettering lennart at fedoraproject.org
Tue Sep 14 00:46:09 UTC 2010


commit d44ba8f3eda0f7985255d7ebfb48c0d3f1458cd2
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Sep 14 02:38:13 2010 +0200

    New upstream release

 .gitignore   |    1 +
 sources      |    2 +-
 systemd.spec |   17 +++++++++++++++--
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9dde014..a3e0bd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ systemd-6.tar.bz2
 systemd-7.tar.bz2
 /systemd-8.tar.bz2
 /systemd-9.tar.bz2
+/systemd-10.tar.bz2
diff --git a/sources b/sources
index 96d1d0a..d8a36c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c23183ba53c669342f0ab0dc00d525ed  systemd-9.tar.bz2
+346ad2a67def5bf8750da0479505ec0e  systemd-10.tar.bz2
diff --git a/systemd.spec b/systemd.spec
index f26ae6d..47f0d5c 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -1,8 +1,8 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Version:        9
-Release:        3%{?dist}
+Version:        10
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Summary:        A System and Session Manager
@@ -124,6 +124,12 @@ touch %{buildroot}%{_sysconfdir}/systemd/system/runlevel5.target
 
 mkdir -p %{buildroot}%{_localstatedir}/run/user
 
+# 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
+mkdir -p %{buildroot}/lib/systemd/system/dbus.target.wants
+mkdir -p %{buildroot}/lib/systemd/system/syslog.target.wants
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -237,6 +243,13 @@ fi
 %{_mandir}/man8/runlevel.*
 
 %changelog
+* Tue Sep 14 2010 Lennart Poettering <lpoetter at redhat.com> - 10-1
+- New upstream release
+- https://bugzilla.redhat.com/show_bug.cgi?id=630401
+- https://bugzilla.redhat.com/show_bug.cgi?id=630225
+- https://bugzilla.redhat.com/show_bug.cgi?id=626966
+- https://bugzilla.redhat.com/show_bug.cgi?id=623456
+
 * Fri Sep  3 2010 Bill Nottingham <notting at redhat.com> - 9-3
 - move fedora-specific units to initscripts; require newer version thereof
 


More information about the scm-commits mailing list