Hello community, here is the log from the commit of package kexec-tools for openSUSE:Factory checked in at 2014-01-15 19:35:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kexec-tools (Old) and /work/SRC/openSUSE:Factory/.kexec-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kexec-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes 2014-01-07 14:36:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kexec-tools.new/kexec-tools.changes 2014-01-15 19:35:50.000000000 +0100 @@ -1,0 +2,9 @@ +Thu Jan 9 21:04:46 UTC 2014 - [email protected] + +- Update to version 2.0.4 +- Drop patches (mainline): + kexec-tools-fix-makefile-binaries.patch (aaedd532) + kexec-tools-fix-strncat.patch (d5efc524) + kexec-tools-no-vga-output.patch (f1facd4b) + +------------------------------------------------------------------- Old: ---- kexec-tools-2.0.3-rpmlintrc kexec-tools-2.0.3.tar.bz2 kexec-tools-fix-makefile-binaries.patch kexec-tools-fix-strncat.patch kexec-tools-no-vga-output.patch New: ---- kexec-tools-2.0.4-rpmlintrc kexec-tools-2.0.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kexec-tools.spec ++++++ --- /var/tmp/diff_new_pack.7eqfsq/_old 2014-01-15 19:35:51.000000000 +0100 +++ /var/tmp/diff_new_pack.7eqfsq/_new 2014-01-15 19:35:51.000000000 +0100 @@ -26,19 +26,16 @@ Summary: Tools for fast kernel loading License: GPL-2.0+ Group: System/Kernel -Version: 2.0.3 +Version: 2.0.4 Release: 0 Source: ftp://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.bz2 Source1: kexec-bootloader Source2: kexec-bootloader.8.txt Source3: kexec.init Source4: %{name}-%{version}-rpmlintrc -Patch0: %{name}-no-vga-output.patch Patch1: %{name}-xen-static.patch -Patch2: %{name}-fix-strncat.patch -Patch3: %{name}-xen-balloon-up.patch -Patch4: %{name}-fix-makefile-binaries.patch -Patch5: %{name}-disable-test.patch +Patch2: %{name}-xen-balloon-up.patch +Patch3: %{name}-disable-test.patch Url: ftp://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build #!BuildIgnore: fop @@ -61,12 +58,9 @@ %prep %setup -q -n kexec-tools-%{version} -%patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 -%patch4 -p1 -%patch5 -p1 %build # disable as-needed ++++++ kexec-tools-2.0.3-rpmlintrc -> kexec-tools-2.0.4-rpmlintrc ++++++ ++++++ kexec-tools-2.0.3.tar.bz2 -> kexec-tools-2.0.4.tar.bz2 ++++++ ++++ 17036 lines of diff (skipped) ++++++ kexec-tools-disable-test.patch ++++++ --- /var/tmp/diff_new_pack.7eqfsq/_old 2014-01-15 19:35:51.000000000 +0100 +++ /var/tmp/diff_new_pack.7eqfsq/_new 2014-01-15 19:35:51.000000000 +0100 @@ -10,7 +10,7 @@ --- a/Makefile.in +++ b/Makefile.in -@@ -176,8 +176,11 @@ PSRCS:=$(foreach s, $(SRCS), $(PACKAGE_N +@@ -177,8 +177,11 @@ PSRCS:=$(foreach s, $(SRCS), $(PACKAGE_N PGSRCS:=$(foreach s, $(GENERATED_SRCS), $(PACKAGE_NAME)-$(PACKAGE_VERSION)/$(s)) MAN_PAGES:=$(KEXEC_MANPAGE) $(KDUMP_MANPAGE) $(VMCORE_DMESG_MANPAGE) ++++++ kexec-tools-xen-balloon-up.patch ++++++ --- /var/tmp/diff_new_pack.7eqfsq/_old 2014-01-15 19:35:51.000000000 +0100 +++ /var/tmp/diff_new_pack.7eqfsq/_new 2014-01-15 19:35:51.000000000 +0100 @@ -9,10 +9,8 @@ kexec/kexec.c | 6 ++ 3 files changed, 119 insertions(+), 6 deletions(-) -Index: kexec-tools-2.0.2/kexec/crashdump-xen.c -=================================================================== ---- kexec-tools-2.0.2.orig/kexec/crashdump-xen.c -+++ kexec-tools-2.0.2/kexec/crashdump-xen.c +--- a/kexec/crashdump-xen.c ++++ b/kexec/crashdump-xen.c @@ -8,6 +8,7 @@ #include <limits.h> #include <sys/types.h> @@ -42,7 +40,7 @@ static jmp_buf xen_sigill_jmp; void xen_sigill_handler(int sig) { -@@ -81,29 +93,118 @@ found: +@@ -84,29 +96,118 @@ found: return regs[0]; } @@ -167,7 +165,7 @@ #endif /* -@@ -122,6 +223,11 @@ int xen_present(void) +@@ -125,6 +226,11 @@ int xen_present(void) return is_dom0 > 0; } @@ -179,11 +177,9 @@ unsigned long xen_architecture(struct crash_elf_info *elf_info) { unsigned long machine = elf_info->machine; -Index: kexec-tools-2.0.2/kexec/crashdump.h -=================================================================== ---- kexec-tools-2.0.2.orig/kexec/crashdump.h -+++ kexec-tools-2.0.2/kexec/crashdump.h -@@ -50,6 +50,7 @@ unsigned long phys_to_virt(struct crash_ +--- a/kexec/crashdump.h ++++ b/kexec/crashdump.h +@@ -57,6 +57,7 @@ unsigned long phys_to_virt(struct crash_ unsigned long paddr); int xen_present(void); @@ -191,11 +187,9 @@ unsigned long xen_architecture(struct crash_elf_info *elf_info); int xen_get_nr_phys_cpus(void); int xen_get_note(int cpu, uint64_t *addr, uint64_t *len); -Index: kexec-tools-2.0.2/kexec/kexec.c -=================================================================== ---- kexec-tools-2.0.2.orig/kexec/kexec.c -+++ kexec-tools-2.0.2/kexec/kexec.c -@@ -1048,6 +1048,7 @@ int main(int argc, char *argv[]) +--- a/kexec/kexec.c ++++ b/kexec/kexec.c +@@ -1054,6 +1054,7 @@ int main(int argc, char *argv[]) int do_shutdown = 1; int do_sync = 1; int do_ifdown = 0; @@ -203,7 +197,7 @@ int do_unload = 0; int do_reuse_initrd = 0; void *entry = 0; -@@ -1082,6 +1083,7 @@ int main(int argc, char *argv[]) +@@ -1088,6 +1089,7 @@ int main(int argc, char *argv[]) do_shutdown = 0; do_sync = 1; do_ifdown = 1; @@ -211,7 +205,7 @@ do_exec = 1; break; case OPT_LOAD: -@@ -1100,6 +1102,7 @@ int main(int argc, char *argv[]) +@@ -1106,6 +1108,7 @@ int main(int argc, char *argv[]) do_shutdown = 0; do_sync = 1; do_ifdown = 1; @@ -219,7 +213,7 @@ do_exec = 1; break; case OPT_LOAD_JUMP_BACK_HELPER: -@@ -1222,6 +1225,9 @@ int main(int argc, char *argv[]) +@@ -1228,6 +1231,9 @@ int main(int argc, char *argv[]) if ((result == 0) && do_ifdown) { ifdown(); } ++++++ kexec-tools-xen-static.patch ++++++ --- /var/tmp/diff_new_pack.7eqfsq/_old 2014-01-15 19:35:51.000000000 +0100 +++ /var/tmp/diff_new_pack.7eqfsq/_new 2014-01-15 19:35:51.000000000 +0100 @@ -14,7 +14,7 @@ --- a/configure.ac +++ b/configure.ac -@@ -160,7 +160,8 @@ fi +@@ -161,7 +161,8 @@ fi dnl find Xen control stack libraries if test "$with_xen" = yes ; then AC_CHECK_HEADER(xenctrl.h, -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
