rpms/kerneloops/devel kerneloops.spec,1.17,1.18

Chuck Ebbert cebbert at fedoraproject.org
Wed Apr 8 02:34:35 UTC 2009


Author: cebbert

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

Modified Files:
	kerneloops.spec 
Log Message:
Log the URL of the last patch submitted to the system log (#493963)


Index: kerneloops.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kerneloops/devel/kerneloops.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- kerneloops.spec	8 Mar 2009 12:09:39 -0000	1.17
+++ kerneloops.spec	8 Apr 2009 02:34:04 -0000	1.18
@@ -1,6 +1,6 @@
 Name:		kerneloops
 Version:	0.12
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Tool to automatically collect and submit kernel crash signatures
 
 Group:		System Environment/Base
@@ -8,7 +8,8 @@
 URL:		http://www.kerneloops.org
 Source0:	http://www.kerneloops.org/download/%{name}-%{version}.tar.gz
 Source1:	kerneloops.service
-Patch:		kerneloops-0.12-dbus-service-activate.patch
+Patch0:		kerneloops-0.12-dbus-service-activate.patch
+Patch1:		kerneloops-0.12-log_result_url.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	curl-devel
@@ -28,7 +29,8 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@@ -66,6 +68,9 @@
 %doc %{_mandir}/man8/kerneloops.8.gz
 
 %changelog
+* Tue Apr 07 2009 Chuck Ebbert <cebbert at redhat.com>  0.12-5
+- Log the URL of the last patch submitted to the system log (#493963)
+
 * Sun Mar 08 2009 Lubomir Rintel <lkundrak at v3.sk> 0.12-4
 - Don't install the initscript, deinstall if present
 




More information about the fedora-extras-commits mailing list