[systemd] New upstream release

Lennart Poettering lennart at fedoraproject.org
Thu Jun 16 11:33:11 UTC 2011


commit a8456a75af3a2da4e166f86654f315bc4089b74c
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Jun 16 13:32:52 2011 +0200

    New upstream release

 .gitignore                                         |    1 +
 0001-exec-Fix-number-of-unit-types.patch           |   33 ------------
 ...temctl-fix-double-unref-of-a-dbus-message.patch |   24 ---------
 ...etup-generator-fix-etc-cryptsetup-options.patch |   34 -------------
 ...elinuxfs-can-be-mounted-on-sys-fs-selinux.patch |   52 --------------------
 ...kconfig-support-in-systemctl-for-openSUSE.patch |   25 ---------
 ...ad-common-fix-total-memory-size-detection.patch |   33 ------------
 sources                                            |    2 +-
 systemd.spec                                       |   19 ++-----
 9 files changed, 7 insertions(+), 216 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ef219e..f8a653f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ systemd-*src.rpm
 /systemd-25.tar.bz2
 /systemd-26.tar.bz2
 /systemd-28.tar.bz2
+/systemd-29.tar.bz2
diff --git a/sources b/sources
index b80f019..dc77e6e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-be37500f576a0494f82fed7fa47cc306  systemd-28.tar.bz2
+e91ffd208c5f03e5c11966eee7b684b0  systemd-29.tar.bz2
diff --git a/systemd.spec b/systemd.spec
index 99d9de6..0fc17c1 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:        28
-Release:        4%{?dist}
+Version:        29
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Summary:        A System and Service Manager
@@ -37,12 +37,6 @@ Source0:        http://www.freedesktop.org/software/systemd/%{name}-%{version}.t
 # Adds support for the %%{_unitdir} macro
 Source1:        macros.systemd
 Source2:        systemd-sysv-convert
-Patch1:         0001-exec-Fix-number-of-unit-types.patch
-Patch2:         0002-systemctl-fix-double-unref-of-a-dbus-message.patch
-Patch3:         0003-cryptsetup-generator-fix-etc-cryptsetup-options.patch
-Patch4:         0004-selinux-selinuxfs-can-be-mounted-on-sys-fs-selinux.patch
-Patch5:         0005-enable-chkconfig-support-in-systemctl-for-openSUSE.patch
-Patch6:         0006-readahead-common-fix-total-memory-size-detection.patch
 
 # For sysvinit tools
 Obsoletes:      SysVinit < 2.86-24, sysvinit < 2.86-24
@@ -96,12 +90,6 @@ SysV compatibility tools for systemd
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
 %configure --with-rootdir= --with-distro=fedora
@@ -302,6 +290,9 @@ fi
 %{_bindir}/systemd-sysv-convert
 
 %changelog
+* Thu Jun 16 2011 Lennart Poettering <lpoetter at redhat.com> - 29-1
+- New upstream release
+
 * Mon Jun 13 2011 Michal Schmidt <mschmidt at redhat.com> - 28-4
 - Apply patches from current upstream.
 - Fixes memory size detection on 32-bit with >4GB RAM (BZ712341)


More information about the scm-commits mailing list