[systemd] Drop upstart requires.

Bill Nottingham notting at fedoraproject.org
Fri Sep 17 20:59:54 UTC 2010


commit ac0a7dfc506c4123753d2a92e6070f1cb3a8c166
Author: Bill Nottingham <notting at redhat.com>
Date:   Fri Sep 17 16:57:38 2010 -0400

    Drop upstart requires.

 systemd.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index ce427fa..18f29fd 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -2,7 +2,7 @@ Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Version:        10
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Summary:        A System and Session Manager
@@ -66,13 +66,9 @@ Requires:       %{name} = %{version}-%{release}
 Obsoletes:      SysVinit < 2.86-24, sysvinit < 2.86-24
 Provides:       SysVinit = 2.86-24, sysvinit = 2.86-24
 Provides:       sysvinit-userspace
-Obsoletes:      upstart < 0.6.5-6.fc14
+Obsoletes:      upstart < 0.6.5-9
 Conflicts:      upstart-sysvinit
 
-# For now, require upstart installed, so that people can rely that
-# they can emergency boot into upstart with init=/sbin/upstart
-Requires:       upstart >= 0.6.5-6.fc14
-
 %description sysvinit
 Drop-in replacement for the System V init tools of systemd.
 
@@ -244,6 +240,9 @@ fi
 %{_mandir}/man8/runlevel.*
 
 %changelog
+* Fri Sep 17 2010 Bill Nottingham <notting at redhat.com> - 10-3
+- Drop upstart requires
+
 * Tue Sep 14 2010 Lennart Poettering <lpoetter at redhat.com> - 10-2
 - Enable audit
 - https://bugzilla.redhat.com/show_bug.cgi?id=633771


More information about the scm-commits mailing list