rpms/kexec-tools/devel kexec-tools-2.0.0-disable-kexec-test.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 kexec-tools.spec, 1.121, 1.122 sources, 1.10, 1.11

Neil Horman nhorman at fedoraproject.org
Wed Aug 27 11:59:05 UTC 2008


Author: nhorman

Update of /cvs/extras/rpms/kexec-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22658

Modified Files:
	.cvsignore kexec-tools.spec sources 
Added Files:
	kexec-tools-2.0.0-disable-kexec-test.patch 
Log Message:
Updating to latest upstream version 2.0.0 of kexec-tools

kexec-tools-2.0.0-disable-kexec-test.patch:

--- NEW FILE kexec-tools-2.0.0-disable-kexec-test.patch ---
diff -up kexec-tools-2.0.0/Makefile.in.orig kexec-tools-2.0.0/Makefile.in
--- kexec-tools-2.0.0/Makefile.in.orig	2008-07-14 07:28:19.000000000 -0400
+++ kexec-tools-2.0.0/Makefile.in	2008-08-27 07:49:27.000000000 -0400
@@ -104,8 +104,8 @@ PKGINCLUDEIR=$(INCLUDEDIR)/$(PACKAGE_NAM
 
 MAN_PAGES:= kexec/kexec.8
 MAN_PAGES+= kdump/kdump.8
-BINARIES_i386:=  $(SBINDIR)/kexec $(PKGLIBDIR)/kexec_test
-BINARIES_x86_64:=$(SBINDIR)/kexec $(PKGLIBDIR)/kexec_test
+BINARIES_i386:=  $(SBINDIR)/kexec
+BINARIES_x86_64:=$(SBINDIR)/kexec
 BINARIES:=$(SBINDIR)/kexec $(SBINDIR)/kdump $(BINARIES_$(ARCH))
 
 TARGETS:=$(BINARIES) $(MAN_PAGES)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	5 Jun 2008 15:18:53 -0000	1.8
+++ .cvsignore	27 Aug 2008 11:58:35 -0000	1.9
@@ -5,3 +5,4 @@
 makedumpfile-1.1.5.tar.gz
 kexec-tools-testing-20070330.tar.bz2
 makedumpfile-1.2.6.tar.gz
+kexec-tools-2.0.0.tar.bz2


Index: kexec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/kexec-tools.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- kexec-tools.spec	27 Aug 2008 11:26:34 -0000	1.121
+++ kexec-tools.spec	27 Aug 2008 11:58:35 -0000	1.122
@@ -1,10 +1,10 @@
 Name: kexec-tools
-Version: 1.102pre 
-Release: 16%{?dist}
+Version: 2.0.0 
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
-Source0: %{name}-testing-20070330.tar.bz2
+Source0: %{name}-%{version}.tar.bz2
 Source1: kdump.init
 Source2: kdump.sysconfig
 Source3: kdump.sysconfig.x86_64
@@ -34,9 +34,6 @@
 #
 # Patches 0 through 100 are meant for x86 kexec-tools enablement
 #
-Patch1: kexec-tools-1.102pre-elf-core-type.patch
-Patch2: kexec-tools-1.102pre-bzimage-options.patch
-Patch3: kexec-tools-1.102pre-cmdline-length.patch
 
 #
 # Patches 101 through 200 are meant for x86_64 kexec-tools enablement
@@ -45,14 +42,10 @@
 #
 # Patches 201 through 300 are meant for ia64 kexec-tools enablement
 #
-Patch201: kexec-tools-1.102pre-ia64-efi_ususable_map.patch
-Patch202: kexec-tools-1.102pre-ia64-altix_vmcore.patch
 
 #
 # Patches 301 through 400 are meant for ppc64 kexec-tools enablement
 #
-Patch301: kexec-tools-1.102pre-ppc64_rmo_top.patch
-Patch302: kexec-tools-1.102pre-ppc64-rtas.patch
 
 #
 # Patches 401 through 500 are meant for s390 kexec-tools enablement
@@ -61,15 +54,11 @@
 #
 # Patches 501 through 600 are meant for ppc kexec-tools enablement
 #
-Patch501: kexec-tools-1.102pre-ppc-fixup.patch
 
 #
 # Patches 601 onward are generic patches
 #
-Patch601: kexec-tools-1.102pre-elf-format.patch
-Patch602: kexec-tools-1.102pre-x86-add_buffer_retry.patch
-Patch603: kexec-tools-1.102pre-disable-kexec-test.patch
-Patch604: kexec-tools-1.102pre-vmcoreinfo.patch
+Patch603: kexec-tools-2.0.0-disable-kexec-test.patch
 Patch605: kexec-tools-1.102pre-x86-phys_base.patch
 
 %description
@@ -80,29 +69,14 @@
 component of the kernel's kexec feature.
 
 %prep
-%setup -q -n %{name}-testing-20070330
-
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-
-%patch201 -p1
-%patch202 -p1
-
-%patch301 -p1
-%patch302 -p1
-
-%patch501 -p1
+%setup -q 
 
 mkdir -p -m755 kcp
 tar -z -x -v -f %{SOURCE9}
 
-
-%patch601 -p1
-%patch602 -p1
 %patch603 -p1
-%patch604 -p1
 %patch605 -p1
+
 tar -z -x -v -f %{SOURCE13}
 
 %ifarch ppc
@@ -265,6 +239,9 @@
 
 
 %changelog
+* Wed Aug 27 2008 Neil Horman <nhorman at redhat.com> - 2.0.0-1
+- Update kexec-tools to latest upstream version
+
 * Wed Aug 27 2008 Neil Horman <nhorman at redhat.com> - 1.102pre-16
 - Fix mkdumprd to properly use UUID/LABEL search (bz 455998)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kexec-tools/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	5 Jun 2008 15:18:53 -0000	1.10
+++ sources	27 Aug 2008 11:58:35 -0000	1.11
@@ -1,3 +1,3 @@
 68f68403304c5c89c7087b07563911f8  kexec-tools-po.tar.gz
-ec7cb260d6b708e14acbc74a45356d27  kexec-tools-testing-20070330.tar.bz2
 9b8434ea5fdd546f24fde82bd2ce59c3  makedumpfile-1.2.6.tar.gz
+d9f2ecd3c3307905f24130a25816e6cc  kexec-tools-2.0.0.tar.bz2




More information about the fedora-extras-commits mailing list