From e30f2bff69a6d6ef95999ec278cf8970763dd57b4066bee66d30cd5341ba4c09 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 24 Mar 2015 08:52:04 +0000 Subject: [PATCH 1/2] Accepting request 292072 from home:AndreasSchwab:f - Enable building on m68k OBS-URL: https://build.opensuse.org/request/show/292072 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=61 --- kexec-tools.changes | 5 +++++ kexec-tools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/kexec-tools.changes b/kexec-tools.changes index 4704e0f..d250582 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 20 15:19:45 UTC 2015 - schwab@linux-m68k.org + +- Enable building on m68k + ------------------------------------------------------------------- Fri Feb 13 17:42:58 UTC 2015 - ptesarik@suse.cz diff --git a/kexec-tools.spec b/kexec-tools.spec index ac69bdd..f617f24 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -50,7 +50,7 @@ BuildRequires: zlib-devel %ifarch x86_64 BuildRequires: xen-devel %endif -ExclusiveArch: ppc64le aarch64 %ix86 x86_64 ia64 ppc ppc64 s390 s390x %arm sh mips mipsel +ExclusiveArch: ppc64le aarch64 %ix86 x86_64 ia64 ppc ppc64 s390 s390x %arm sh mips mipsel m68k %description Kexec is a user space utility for loading another kernel and asking the From 4459c709450700031e61ffa251ff1c39c177c01bfcbe4bb3a130686b12a4059c Mon Sep 17 00:00:00 2001 From: Tony Jones Date: Mon, 30 Mar 2015 18:23:51 +0000 Subject: [PATCH 2/2] Accepting request 293590 from home:elvigia:branches:Kernel:kdump - kexec tools are included in the default initrd, we need to regenerate if this package changes. OBS-URL: https://build.opensuse.org/request/show/293590 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=62 --- kexec-tools.changes | 6 ++++++ kexec-tools.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/kexec-tools.changes b/kexec-tools.changes index d250582..ba381fd 100644 --- a/kexec-tools.changes +++ b/kexec-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 29 01:53:16 UTC 2015 - crrodriguez@opensuse.org + +- kexec tools are included in the default initrd, we need + to regenerate if this package changes. + ------------------------------------------------------------------- Fri Mar 20 15:19:45 UTC 2015 - schwab@linux-m68k.org diff --git a/kexec-tools.spec b/kexec-tools.spec index f617f24..1cb2bfb 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,7 +1,7 @@ # # spec file for package kexec-tools # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,6 +103,7 @@ ln -s %{_sbindir}/kexec $RPM_BUILD_ROOT/sbin %post %service_add_post kexec-load.service +%{?regenerate_initrd_post} %postun %service_del_postun kexec-load.service @@ -113,6 +114,9 @@ ln -s %{_sbindir}/kexec $RPM_BUILD_ROOT/sbin %preun %service_del_preun kexec-load.service +%posttrans +%{?regenerate_initrd_posttrans} + %files %defattr(-, root, root) %doc AUTHORS COPYING News TODO doc