[packages/kexec-tools] - updated to 2.0.15 - removed obsolete format patch

qboosh qboosh at pld-linux.org
Thu Jun 22 21:29:11 CEST 2017


commit 182964d94e962d6e0117b1d311a01df0b91726e6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jun 22 21:30:34 2017 +0200

    - updated to 2.0.15
    - removed obsolete format patch

 kexec-tools-format.patch | 20 --------------------
 kexec-tools.spec         | 10 ++++------
 2 files changed, 4 insertions(+), 26 deletions(-)
---
diff --git a/kexec-tools.spec b/kexec-tools.spec
index a63e38f..b11f150 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -11,18 +11,17 @@
 Summary:	Tool for starting new kernel without reboot
 Summary(pl.UTF-8):	Narzędzie pozwalające załadować nowe jądro bez konieczności restartu
 Name:		kexec-tools
-Version:	2.0.14
+Version:	2.0.15
 Release:	1
 License:	GPL v2
 Group:		Applications/System
 Source0:	https://www.kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.xz
-# Source0-md5:	4164abff8ed21e9f94d57f535c2f77bf
+# Source0-md5:	76f5ea9e36ebaf605d0d7ec2e50d6ac6
 Source1:	kexec.init
 Source2:	kexec.sysconfig
-Patch0:		%{name}-format.patch
-Patch1:		%{name}-xen.patch
+Patch0:		%{name}-xen.patch
 # from http://patchwork.openembedded.org/patch/90971/raw/
-Patch2:		%{name}-x32.patch
+Patch1:		%{name}-x32.patch
 URL:		https://www.kernel.org/pub/linux/utils/kernel/kexec/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	rpmbuild(macros) >= 1.228
@@ -54,7 +53,6 @@ działać na każdej architekturze.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__autoconf}
diff --git a/kexec-tools-format.patch b/kexec-tools-format.patch
deleted file mode 100644
index 92e5e4e..0000000
--- a/kexec-tools-format.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- kexec-tools-2.0.5/kexec/arch/i386/kexec-elf-x86.c.orig	2013-11-19 02:06:56.000000000 +0100
-+++ kexec-tools-2.0.5/kexec/arch/i386/kexec-elf-x86.c	2014-02-08 07:18:28.278243195 +0100
-@@ -299,6 +299,6 @@
- 	free(command_line);
- 	free(modified_cmdline);
- 	if (error_msg)
--		die(error_msg);
-+		die("%s", error_msg);
- 	return result;
- }
---- kexec-tools-2.0.5/kexec/arch/x86_64/kexec-elf-x86_64.c.orig	2013-11-19 02:06:56.000000000 +0100
-+++ kexec-tools-2.0.5/kexec/arch/x86_64/kexec-elf-x86_64.c	2014-02-08 08:44:21.892859870 +0100
-@@ -276,6 +276,6 @@
- 	free(command_line);
- 	free(modified_cmdline);
- 	if (error_msg)
--		die(error_msg);
-+		die("%s", error_msg);
- 	return result;
- }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kexec-tools.git/commitdiff/182964d94e962d6e0117b1d311a01df0b91726e6



More information about the pld-cvs-commit mailing list