rpms/upstart/devel upstart-fedora-buglist.patch, NONE, 1.1 upstart.spec, 1.13, 1.14

Casey Dahlin (sadmac) fedora-extras-commits at redhat.com
Thu Apr 3 15:31:25 UTC 2008


Author: sadmac

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

Modified Files:
	upstart.spec 
Added Files:
	upstart-fedora-buglist.patch 
Log Message:
Changed bug reporting email to fedora-devel-list at redhat.com


upstart-fedora-buglist.patch:

--- NEW FILE upstart-fedora-buglist.patch ---
diff -urN upstart-0.3.9/configure upstart-0.3.9-adj/configure
--- upstart-0.3.9/configure	2007-10-11 17:12:41.000000000 -0400
+++ upstart-0.3.9-adj/configure	2008-04-03 11:22:20.000000000 -0400
@@ -732,7 +732,7 @@
 PACKAGE_TARNAME='upstart'
 PACKAGE_VERSION='0.3.9'
 PACKAGE_STRING='upstart 0.3.9'
-PACKAGE_BUGREPORT='upstart-devel at lists.ubuntu.com'
+PACKAGE_BUGREPORT='fedora-devel-list at redhat.com'
 
 ac_unique_file="init/main.c"
 gt_needs=
@@ -1574,7 +1574,7 @@
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <upstart-devel at lists.ubuntu.com>.
+Report bugs to <fedora-devel-list at redhat.com>.
 _ACEOF
 ac_status=$?
 fi
diff -urN upstart-0.3.9/configure.ac upstart-0.3.9-adj/configure.ac
--- upstart-0.3.9/configure.ac	2007-10-11 17:11:27.000000000 -0400
+++ upstart-0.3.9-adj/configure.ac	2008-04-03 11:22:20.000000000 -0400
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.60)
-AC_INIT([upstart], [0.3.9], [upstart-devel at lists.ubuntu.com])
+AC_INIT([upstart], [0.3.9], [fedora-devel-list at redhat.com])
 AC_COPYRIGHT([[Copyright © 2007 Canonical Ltd.]])
 AC_CONFIG_SRCDIR([init/main.c])
 AC_CONFIG_MACRO_DIR([m4])


Index: upstart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/upstart/devel/upstart.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- upstart.spec	17 Mar 2008 02:59:03 -0000	1.13
+++ upstart.spec	3 Apr 2008 15:30:44 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           upstart
 Version:        0.3.9
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        An event-driven init system
 
 Group:          System Environment/Base
@@ -11,6 +11,7 @@
 Patch1:         upstart-force-on-shutdown-reboot.patch
 Patch2:         upstart-tty-stack.patch
 Patch3:         upstart-rpm.patch
+Patch4:         upstart-fedora-buglist.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext
@@ -26,6 +27,7 @@
 %patch1 -p1
 %patch2
 %patch3
+%patch4 -p1
 
 %build
 %configure --enable-compat=sysv --sbindir=/sbin --libdir=/%{_lib}
@@ -87,6 +89,9 @@
 %{_mandir}/man8/telinit.8.gz
 
 %changelog
+* Thu Apr 03 2008 Casey Dahlin <cjdahlin at ncsu.edu> - 0.3.9-14
+- Change bug report email address to fedora-devel-list at redhat.com
+
 * Thu Mar 14 2008 Bill Nottingham <notting at redhat.com> - 0.3.9-13
 - Ignore rpm temporary files of the foo;<somehex> format
 - Make ignores of .rpm{new,orig,save} match only at the end of the name




More information about the fedora-extras-commits mailing list