rpms/upstart/devel upstart.spec,1.51,1.52

Casey Dahlin sadmac at fedoraproject.org
Sat Jul 24 01:51:00 UTC 2010


Author: sadmac

Update of /cvs/pkgs/rpms/upstart/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16480

Modified Files:
	upstart.spec 
Log Message:
Fix broken upgrades from package split



Index: upstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/upstart.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- upstart.spec	24 Jul 2010 00:44:03 -0000	1.51
+++ upstart.spec	24 Jul 2010 01:50:59 -0000	1.52
@@ -1,6 +1,6 @@
 Name:           upstart
 Version:        0.6.5
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        An event-driven init system
 
 Group:          System Environment/Base
@@ -15,6 +15,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildRequires:  gettext, audit-libs-devel, expat-devel
 BuildRequires:  dbus-devel >= 1:1.2.16, libnih-devel >= 1.0.1
 Conflicts:	initscripts < 9.12
+Requires:       sysvinit-userspace
 
 %description
 Upstart is an event-based replacement for the /sbin/init daemon which
@@ -27,6 +28,7 @@ Summary:        Upstart System V init to
 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
 Conflicts:      systemd-sysvinit
 
 %description sysvinit
@@ -148,6 +150,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/telinit.8.gz
 
 %changelog
+* Sat Jul 24 2010 Casey Dahlin <cdahlin at redhat.com> - 0.6.5-7
+- Make upgrades work correctly now that -sysvinit is split off
+
 * Sat Jul 24 2010 Lennart Poettering <lpoetter at redhat.com> - 0.6.5-6
 - Split off -sysvinit to make Upstart parallel installable with systemd
 



More information about the scm-commits mailing list