rpms/upstart/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 upstart.spec, 1.21, 1.22

Casey Dahlin (sadmac) fedora-extras-commits at redhat.com
Wed Jul 23 17:35:17 UTC 2008


Author: sadmac

Update of /cvs/pkgs/rpms/upstart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4696

Modified Files:
	.cvsignore sources upstart.spec 
Log Message:
Better revision naming for builds from source control



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	22 Jul 2008 21:31:33 -0000	1.3
+++ .cvsignore	23 Jul 2008 17:34:30 -0000	1.4
@@ -1 +1 @@
-upstart-0.5.0.tar.bz2
+upstart-0.5.0-20080723bzr_dbus_userspace_1045.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	22 Jul 2008 21:31:33 -0000	1.3
+++ sources	23 Jul 2008 17:34:30 -0000	1.4
@@ -1 +1 @@
-a1a362de2720926ad5ca215cb24f6203  upstart-0.5.0.tar.bz2
+7d3813c9632905d667750e78f51ca0dd  upstart-0.5.0-20080723bzr_dbus_userspace_1045.tar.bz2


Index: upstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/upstart.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- upstart.spec	22 Jul 2008 21:31:33 -0000	1.21
+++ upstart.spec	23 Jul 2008 17:34:30 -0000	1.22
@@ -1,12 +1,20 @@
+%define build_str 20080723bzr_dbus_userspace_1045
+%if build_str
+%define build_rel %{build_str}_
+%define build_pkg -%{build_str}
+%else
+%define build_rel %{nil}
+%define build_pkg %{nil}
+%endif
+
 Name:           upstart
 Version:        0.5.0
-Release:        0.0.7%{?dist}
+Release:        %{build_rel}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
+Source0:        http://upstart.ubuntu.com/download/0.3/upstart-%{version}%{build_pkg}.tar.bz2
 Source1:	events.5
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: SysVinit < 2.86-24, sysvinit < 2.86-24
@@ -20,7 +28,7 @@
 during shutdown and supervising them while the system is running.
 
 %prep
-%setup -q
+%setup -q -n upstart-%{version}%{build_pkg}
 
 %build
 %configure --enable-compat=sysv --sbindir=/sbin --libdir=/%{_lib}
@@ -75,6 +83,10 @@
 %{_mandir}/man8/telinit.8.gz
 
 %changelog
+* Wed Jul 23 2008 Casey Dahlin <cdahlin at redhat.com - 0.5.0-20080723bzr_dbus_userspace_1045_1
+- More reflective tarball name
+- Retrieve source with `bzr clone lp:~cjdahlin/upstart/trunk -r 1045`
+
 * Tue Jul 22 2008 Casey Dahlin <cdahlin at redhat.com - 0.5.0-0.0.7
 - Fix bug in environment substitution
 




More information about the fedora-extras-commits mailing list