Remove ppc64 from ExclusiveArch list

Right now opal-prd is supported on ppc64le architecture only.
Hence remove ppc64 from ExclusiveArch list.

Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
This commit is contained in:
Vasant Hegde 2016-02-26 11:59:48 +05:30
parent cc59e6fb0a
commit 00f8c4d83a

View File

@ -6,7 +6,9 @@ Summary: OPAL Processor Recovery Diagnostics Daemon
Group: System Environment/Daemons Group: System Environment/Daemons
License: ASL 2.0 License: ASL 2.0
URL: http://github.com/open-power/skiboot URL: http://github.com/open-power/skiboot
ExclusiveArch: ppc64 ppc64le
# Presently opal-prd is supported on ppc64le architecture only.
ExclusiveArch: ppc64le
BuildRequires: systemd BuildRequires: systemd
@ -107,6 +109,7 @@ install -m 644 -p skiboot.lid %{buildroot}%{_datadir}/qemu/skiboot.lid
%changelog %changelog
* Fri Feb 26 2016 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 5.1.13-4 * Fri Feb 26 2016 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 5.1.13-4
- Fix stack frame compilation issue on gcc6 - Fix stack frame compilation issue on gcc6
- Remove ppc64 from ExclusiveArch list
* Mon Feb 22 2016 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 5.1.13-3 * Mon Feb 22 2016 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 5.1.13-3
- Fix opal-prd recompilation issse during install - Fix opal-prd recompilation issse during install