rpms/upstart/devel .cvsignore, 1.8, 1.9 sources, 1.9, 1.10 upstart.spec, 1.34, 1.35

Casey Dahlin sadmac at fedoraproject.org
Sat Nov 21 05:12:34 UTC 2009


Author: sadmac

Update of /cvs/pkgs/rpms/upstart/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13316

Modified Files:
	.cvsignore sources upstart.spec 
Log Message:
Upstart 0.6.3



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	23 Jun 2009 15:45:05 -0000	1.8
+++ .cvsignore	21 Nov 2009 05:12:34 -0000	1.9
@@ -1 +1 @@
-upstart-0.3.11.tar.bz2
+upstart-0.6.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	23 Jun 2009 15:45:05 -0000	1.9
+++ sources	21 Nov 2009 05:12:34 -0000	1.10
@@ -1 +1 @@
-a9e475e1458c876add0441d9d4cfe9c0  upstart-0.3.11.tar.bz2
+ef9d2704426423f75d1e0c309ecfceb4  upstart-0.6.3.tar.bz2


Index: upstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/upstart.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- upstart.spec	15 Nov 2009 06:04:14 -0000	1.34
+++ upstart.spec	21 Nov 2009 05:12:34 -0000	1.35
@@ -1,24 +1,16 @@
 Name:           upstart
-Version:        0.3.11
-Release:        4%{?dist}
+Version:        0.6.3
+Release:        1%{?dist}
 Summary:        An event-driven init system
 
 Group:          System Environment/Base
 License:        GPLv2+
 URL:            http://upstart.ubuntu.com
 Source0:        http://upstart.ubuntu.com/download/0.3/upstart-%{version}.tar.bz2
-Source1:	events.5
-Patch0:         upstart-force-on-shutdown-reboot.patch
-Patch1:         upstart-tty-stack.patch
-Patch2:         upstart-fedora-buglist.patch
-Patch3:         upstart-telinit-u.patch
-Patch4:	        upstart-initctl-man.patch
-Patch5:		upstart-save-state-across-reexec.patch
-Patch6:		upstart-audit-events.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: SysVinit < 2.86-24, sysvinit < 2.86-24
 Provides: SysVinit = 2.86-24, sysvinit = 2.86-24
-BuildRequires:  gettext audit-libs-devel
+BuildRequires:  gettext audit-libs-devel dbus-devel expat-devel
 
 %description
 Upstart is an event-based replacement for the /sbin/init daemon which
@@ -27,13 +19,6 @@ during shutdown and supervising them whi
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
 %configure --enable-compat=sysv --sbindir=/sbin --libdir=/%{_lib}
@@ -43,9 +28,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
-mkdir -p %{buildroot}/%{_mandir}/man5
-install -m 644 %{SOURCE1} %{buildroot}/%{_mandir}/man5/events.5
-
 # libupstart and libnih aren't shipped
 rm -f %{buildroot}/%{_lib}/libupstart.*
 rm -f %{buildroot}/%{_lib}/libnih.*
@@ -70,12 +52,11 @@ rm -rf %{buildroot}
 %doc README
 %doc TODO
 %doc HACKING
-%{_sysconfdir}/event.d/
-%config(noreplace) %{_sysconfdir}/event.d/logd
+%{_sysconfdir}/init/
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/Upstart.conf
 /sbin/halt
 /sbin/init
 /sbin/initctl
-/sbin/logd
 /sbin/poweroff
 /sbin/reboot
 /sbin/runlevel
@@ -83,12 +64,24 @@ rm -rf %{buildroot}
 /sbin/start
 /sbin/status
 /sbin/stop
+/sbin/restart
 /sbin/telinit
-%{_mandir}/man5/events.5.gz
+%{_mandir}/man5/init.5.gz
+%{_mandir}/man5/inittab.5.gz
+%{_mandir}/man7/control-alt-delete.7.gz
+%{_mandir}/man7/keyboard-request.7.gz
+%{_mandir}/man7/power-status-changed.7.gz
+%{_mandir}/man7/runlevel.7.gz
+%{_mandir}/man7/started.7.gz
+%{_mandir}/man7/starting.7.gz
+%{_mandir}/man7/startup.7.gz
+%{_mandir}/man7/stopped.7.gz
+%{_mandir}/man7/stopping.7.gz
+%{_mandir}/man7/upstart.7.gz
+%{_mandir}/man8/restart.8.gz
 %{_mandir}/man8/halt.8.gz
 %{_mandir}/man8/init.8.gz
 %{_mandir}/man8/initctl.8.gz
-%{_mandir}/man8/logd.8.gz
 %{_mandir}/man8/poweroff.8.gz
 %{_mandir}/man8/reboot.8.gz
 %{_mandir}/man8/runlevel.8.gz
@@ -99,8 +92,8 @@ rm -rf %{buildroot}
 %{_mandir}/man8/telinit.8.gz
 
 %changelog
-* Sat Nov 15 2009 Casey Dahlin <cdahlin at redhat.com> - 0.3.11-4
-- rebuilt against new glibc
+* Fri Nov 20 2009 Casey Dahlin <cdahlin at redhat.com> - 0.6.3-1
+- Upgrade to 0.6.3
 
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 0.3.11-3
 - rebuilt with new audit




More information about the fedora-extras-commits mailing list