The package rpms/kexec-tools.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/kexec-tools.git/commit/?id=7845cdd89....
Change: +%ifarch %{ix86} x86_64 ppc64 s390x ppc64le aarch64
Thanks.
Full change: ============
commit 151e0b5345f4d72d060c64b627f693d21157f721 Author: Dave Young dyoung@redhat.com Date: Wed Jun 28 14:35:24 2017 +0800
Release 2.0.15-2
diff --git a/kexec-tools.spec b/kexec-tools.spec index da2ec56..fd1562c 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component @@ -327,6 +327,9 @@ done %doc
%changelog +* Wed Jun 28 2017 Dave Young dyoung@redhat.com - 2.0.15-2 +- enable makedumpfile for arm64 + * Thu Jun 23 2017 Dave Young dyoung@redhat.com - 2.0.15-1 - rebase kexec-tools-2.0.15
commit 7845cdd89c29012415a07314adc6600e4266bfea Author: Pratyush Anand panand@redhat.com Date: Tue Jun 27 15:38:46 2017 +0530
aarch64: Add makedumpfile executable
Add makedumpfile executable for aarch64 as well.
Signed-off-by: Pratyush Anand panand@redhat.com Acked-by: Dave Young dyoung@redhat.com
diff --git a/kexec-tools.spec b/kexec-tools.spec index d0496dd..da2ec56 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -147,7 +147,7 @@ cp %{SOURCE21} . cp %{SOURCE27} .
make -%ifarch %{ix86} x86_64 ppc64 s390x ppc64le +%ifarch %{ix86} x86_64 ppc64 s390x ppc64le aarch64 make -C eppic/libeppic make -C makedumpfile-1.6.1 LINKTYPE=dynamic USELZO=on USESNAPPY=on make -C makedumpfile-1.6.1 LDFLAGS="-I../eppic/libeppic -L../eppic/libeppic" eppic_makedumpfile.so @@ -190,7 +190,7 @@ install -m 644 %{SOURCE15} $RPM_BUILD_ROOT%{_mandir}/man5/kdump.conf.5 install -m 644 %{SOURCE16} $RPM_BUILD_ROOT%{_unitdir}/kdump.service install -m 755 -D %{SOURCE22} $RPM_BUILD_ROOT%{_prefix}/lib/systemd/system-generators/kdump-dep-generator.sh
-%ifarch %{ix86} x86_64 ppc64 s390x ppc64le +%ifarch %{ix86} x86_64 ppc64 s390x ppc64le aarch64 install -m 755 makedumpfile-1.6.1/makedumpfile $RPM_BUILD_ROOT/sbin/makedumpfile install -m 644 makedumpfile-1.6.1/makedumpfile.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/makedumpfile.8.gz install -m 644 makedumpfile-1.6.1/makedumpfile.conf.5.gz $RPM_BUILD_ROOT/%{_mandir}/man5/makedumpfile.conf.5.gz @@ -296,7 +296,7 @@ done %{_bindir}/* %{_datadir}/kdump %{_prefix}/lib/kdump -%ifarch %{ix86} x86_64 ppc64 s390x ppc64le +%ifarch %{ix86} x86_64 ppc64 s390x ppc64le aarch64 %{_sysconfdir}/makedumpfile.conf.sample %endif %config(noreplace,missingok) %{_sysconfdir}/sysconfig/kdump @@ -316,7 +316,7 @@ done %doc kexec-kdump-howto.txt %doc kdump-in-cluster-environment.txt %doc live-image-kdump-howto.txt -%ifarch %{ix86} x86_64 ppc64 s390x ppc64le +%ifarch %{ix86} x86_64 ppc64 s390x ppc64le aarch64 %{_libdir}/eppic_makedumpfile.so /usr/share/makedumpfile/eppic_scripts/ %endif
arch-excludes@lists.fedoraproject.org