Hello community,

here is the log from the commit of package kexec-tools for openSUSE:Factory 
checked in at 2018-11-09 07:49:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kexec-tools (Old)
 and      /work/SRC/openSUSE:Factory/.kexec-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kexec-tools"

Fri Nov  9 07:49:54 2018 rev:128 rq:645947 version:2.0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes  2018-10-01 
09:05:06.427908836 +0200
+++ /work/SRC/openSUSE:Factory/.kexec-tools.new/kexec-tools.changes     
2018-11-09 07:50:13.496000730 +0100
@@ -1,0 +2,14 @@
+Thu Nov  1 20:58:20 UTC 2018 - ptesa...@suse.com
+
+- Remove bogus Url RPM tag: The project does not have a home page.
+
+-------------------------------------------------------------------
+Thu Nov  1 14:58:41 UTC 2018 - ptesa...@suse.com
+
+- Bump to version 2.0.18
+  Changelog: 
http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/log/?id=refs/tags/v2.0.17..v2.0.18
+- Drop patches from upstream git:
+  * kexec-tools-fix-for-Unhandled-rela-relocation-R_X86_64_PLT32.patch
+- Remove the confusing kdump binary (no longer in upstream).
+
+-------------------------------------------------------------------

Old:
----
  kexec-tools-2.0.17.tar.xz
  kexec-tools-fix-for-Unhandled-rela-relocation-R_X86_64_PLT32.patch

New:
----
  kexec-tools-2.0.18.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kexec-tools.spec ++++++
--- /var/tmp/diff_new_pack.JjoBy5/_old  2018-11-09 07:50:15.851998006 +0100
+++ /var/tmp/diff_new_pack.JjoBy5/_new  2018-11-09 07:50:15.855998002 +0100
@@ -17,13 +17,12 @@
 
 
 Name:           kexec-tools
-Version:        2.0.17
+Version:        2.0.18
 Release:        0
 Summary:        Tools for loading replacement kernels into memory
 License:        GPL-2.0-or-later
 Group:          System/Kernel
-Url:            
https://www.kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.xz
-Source:         
https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/snapshot/%{name}-%{version}.tar.xz
+Source:         
https://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.xz
 Source1:        kexec-bootloader
 Source2:        kexec-bootloader.8
 Source3:        kexec-load.service
@@ -31,7 +30,6 @@
 Patch2:         %{name}-xen-balloon-up.patch
 Patch3:         %{name}-disable-test.patch
 Patch14:        %{name}-vmcoreinfo-in-xen.patch
-Patch15:        %{name}-fix-for-Unhandled-rela-relocation-R_X86_64_PLT32.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  systemd-rpm-macros
@@ -58,7 +56,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch14 -p1
-%patch15 -p1
 
 %build
 autoreconf -fvi
@@ -70,7 +67,6 @@
 %install
 %make_install
 install -c -m 0644 %{SOURCE2} %{buildroot}/%{_mandir}/man8
-rm -f %{buildroot}/%{_mandir}/man8/kdump.8
 mkdir -p %{buildroot}/%{_sbindir}
 install -m 0755 %{SOURCE1} %{buildroot}/%{_sbindir}
 mkdir -p %{buildroot}/%{_unitdir}
@@ -78,7 +74,6 @@
 ln -s service %{buildroot}%{_sbindir}/rckexec-load
 #UsrMerge
 mkdir -p %{buildroot}/sbin
-ln -s %{_sbindir}/kdump %{buildroot}/sbin
 ln -s %{_sbindir}/kexec %{buildroot}/sbin
 #EndUsrMerge
 
@@ -103,11 +98,9 @@
 %doc AUTHORS COPYING News TODO doc
 %{_mandir}/man*/*
 #UsrMerge
-/sbin/kdump
 /sbin/kexec
 #EndUsrMerge
 %{_sbindir}/rckexec-load
-%{_sbindir}/kdump
 %{_sbindir}/kexec
 %{_sbindir}/kexec-bootloader
 %{_sbindir}/vmcore-dmesg

++++++ kexec-tools-2.0.17.tar.xz -> kexec-tools-2.0.18.tar.xz ++++++
++++ 58344 lines of diff (skipped)

++++++ kexec-tools-disable-test.patch ++++++
--- /var/tmp/diff_new_pack.JjoBy5/_old  2018-11-09 07:50:16.095997724 +0100
+++ /var/tmp/diff_new_pack.JjoBy5/_new  2018-11-09 07:50:16.095997724 +0100
@@ -8,14 +8,12 @@
  Makefile.in |    7 +++++--
  1 file changed, 5 insertions(+), 2 deletions(-)
 
-Index: kexec-tools-2.0.14/Makefile.in
-===================================================================
---- kexec-tools-2.0.14.orig/Makefile.in
-+++ kexec-tools-2.0.14/Makefile.in
-@@ -178,8 +178,11 @@ PSRCS:=$(foreach s, $(SRCS), $(PACKAGE_N
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -173,8 +173,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)
+ MAN_PAGES:=$(KEXEC_MANPAGE) $(VMCORE_DMESG_MANPAGE)
 -BINARIES_i386:=$(KEXEC_TEST)
 -BINARIES_x86_64:=$(KEXEC_TEST)
 +# Dont' build kexec_test
@@ -23,6 +21,6 @@
 +#BINARIES_x86_64:=$(KEXEC_TEST)
 +BINARIES_i386:=
 +BINARIES_x86_64:=
- BINARIES:=$(KEXEC) $(KDUMP) $(VMCORE_DMESG) $(BINARIES_$(ARCH))
+ BINARIES:=$(KEXEC) $(VMCORE_DMESG) $(BINARIES_$(ARCH))
  
- TARGETS:=$(BINARIES) $(MAN_PAGES)
+ UNINSTALL_KDUMP = $(sbindir)/kdump


Reply via email to