rpms/ksplice/devel ksplice-0.9.1-config.patch, 1.1, 1.2 ksplice.spec, 1.3, 1.4

Jochen Schmitt s4504kr at fedoraproject.org
Mon Oct 6 19:36:37 UTC 2008


Author: s4504kr

Update of /cvs/extras/rpms/ksplice/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15040

Modified Files:
	ksplice-0.9.1-config.patch ksplice.spec 
Log Message:
Fix typo in config patch

ksplice-0.9.1-config.patch:

Index: ksplice-0.9.1-config.patch
===================================================================
RCS file: /cvs/extras/rpms/ksplice/devel/ksplice-0.9.1-config.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ksplice-0.9.1-config.patch	6 Oct 2008 16:02:13 -0000	1.1
+++ ksplice-0.9.1-config.patch	6 Oct 2008 19:36:36 -0000	1.2
@@ -50,7 +50,7 @@
 -  ac_libbfd=auto
 +if test "$ac_libbfd" = "yes"; then
 +  AC_CHECK_LIB([bfd], [bfd_openr], , [ac_libbfd=NONE])
-+elif test "ac_libbfd" != "NONE"; then
++elif test "$ac_libbfd" != "NONE"; then
 +  LIBS="-L$ac_libbfd $LIBS"
    AC_CHECK_LIB([bfd], [bfd_openr], , [ac_libbfd=NONE])
 -else


Index: ksplice.spec
===================================================================
RCS file: /cvs/extras/rpms/ksplice/devel/ksplice.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ksplice.spec	6 Oct 2008 16:02:13 -0000	1.3
+++ ksplice.spec	6 Oct 2008 19:36:36 -0000	1.4
@@ -1,6 +1,6 @@
 Name:		ksplice
 Version:	0.9.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Patching a Linux kernel without reboot
 
 Group:		System Environment/Kernel
@@ -84,6 +84,9 @@
 %doc COPYING README
 
 %changelog
+* Mon Oct  6 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.9.1-2
+- Fix typo in config patch
+
 * Sun Oct  5 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.9.1-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list