From 6d55a065b73ea3d5c197bcc2335843efdb2dd98fa5e822efb477f887b56c3eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Fri, 14 Jun 2019 11:24:50 +0000 Subject: [PATCH 1/2] Provide %license backward compatibility OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=111 --- kexec-tools.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/kexec-tools.spec b/kexec-tools.spec index 6b0da49..c0ab545 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -94,6 +94,18 @@ ln -s %{_sbindir}/kexec %{buildroot}/sbin %posttrans %{?regenerate_initrd_posttrans} +# Compatibility cruft +# there is no %license prior to SLE12 +%if %{undefined _defaultlicensedir} +%define license %doc +%else +# filesystem before SLE12 SP3 lacks /usr/share/licenses +%if 0%(test ! -d %{_defaultlicensedir} && echo 1) +%define _defaultlicensedir %_defaultdocdir +%endif +%endif +# End of compatibility cruft + %files %license COPYING %doc AUTHORS News TODO doc From b445af0cd8910192ef4b1d92baf09346ae0d7880e15e196745a95e96bc265c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Fri, 14 Jun 2019 12:38:27 +0000 Subject: [PATCH 2/2] Accepting request 709971 from home:ptesarik:branches:Kernel:kdump - Bump to version 2.0.19 Changelog: http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/log/?id=refs/tags/v2.0.18..v2.0.19 OBS-URL: https://build.opensuse.org/request/show/709971 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=112 --- kexec-tools-2.0.18.tar.xz | 3 --- kexec-tools-2.0.19.tar.xz | 3 +++ kexec-tools.changes | 6 ++++++ kexec-tools.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 kexec-tools-2.0.18.tar.xz create mode 100644 kexec-tools-2.0.19.tar.xz diff --git a/kexec-tools-2.0.18.tar.xz b/kexec-tools-2.0.18.tar.xz deleted file mode 100644 index 0859791..0000000 --- a/kexec-tools-2.0.18.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f020f07341977eb512663e301c2de60c6589e141467c16a8efd58243c0b2b238 -size 289816 diff --git a/kexec-tools-2.0.19.tar.xz b/kexec-tools-2.0.19.tar.xz new file mode 100644 index 0000000..bd3e215 --- /dev/null +++ b/kexec-tools-2.0.19.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8001b335ac8f8a9631387d1b91f6e61e8d6f1f45a8e198a78cfb4318895e0e +size 292348 diff --git a/kexec-tools.changes b/kexec-tools.changes index 3308d45..00c52f5 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 14 12:11:18 UTC 2019 - Petr Tesarik + +- Bump to version 2.0.19 + Changelog: http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/log/?id=refs/tags/v2.0.18..v2.0.19 + ------------------------------------------------------------------- Mon Jan 14 15:47:10 CET 2019 - kukuk@suse.de diff --git a/kexec-tools.spec b/kexec-tools.spec index c0ab545..199babd 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -17,7 +17,7 @@ Name: kexec-tools -Version: 2.0.18 +Version: 2.0.19 Release: 0 Summary: Tools for loading replacement kernels into memory License: GPL-2.0-or-later