- Update to latest upstream 5.9.8
This commit is contained in:
parent
40777bdea8
commit
ea6242c789
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/skiboot-5.2.0.tar.gz
|
/skiboot-5.2.0.tar.gz
|
||||||
/skiboot-5.5.0.tar.gz
|
/skiboot-5.5.0.tar.gz
|
||||||
/v5.7.tar.gz
|
/v5.7.tar.gz
|
||||||
|
/v5.9.8.tar.gz
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
|
# required for the cross-compiled skiboot firmware
|
||||||
|
%undefine _annotated_build
|
||||||
|
|
||||||
Name: opal-prd
|
Name: opal-prd
|
||||||
Version: 5.7.0
|
Version: 5.9.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OPAL Processor Recovery Diagnostics Daemon
|
Summary: OPAL Processor Recovery Diagnostics Daemon
|
||||||
|
|
||||||
@ -18,7 +21,7 @@ Requires(post): systemd
|
|||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
|
|
||||||
Source0: https://github.com/open-power/skiboot/archive/v5.7.tar.gz
|
Source0: https://github.com/open-power/skiboot/archive/v5.9.8.tar.gz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides a daemon to load and run the OpenPower firmware's
|
This package provides a daemon to load and run the OpenPower firmware's
|
||||||
@ -49,7 +52,7 @@ services to the OS (Linux) on IBM Power and OpenPower systems.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n skiboot-5.7
|
%setup -q -n skiboot-5.9.8
|
||||||
|
|
||||||
%build
|
%build
|
||||||
OPAL_PRD_VERSION=%{version} make V=1 CFLAGS="%{optflags}" -C external/opal-prd
|
OPAL_PRD_VERSION=%{version} make V=1 CFLAGS="%{optflags}" -C external/opal-prd
|
||||||
@ -102,6 +105,9 @@ install -m 644 -p skiboot.lid.xz %{buildroot}%{_datadir}/qemu/skiboot.lid.xz
|
|||||||
%{_datadir}/qemu/
|
%{_datadir}/qemu/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 25 2018 Dan Horák <dan[at]danny.cz> - 5.9.8-1
|
||||||
|
- Update to latest upstream 5.9.8
|
||||||
|
|
||||||
* Fri Aug 4 2017 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 5.7.0-1
|
* Fri Aug 4 2017 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 5.7.0-1
|
||||||
- Update to latest upstream 5.7.0
|
- Update to latest upstream 5.7.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v5.7.tar.gz) = aa061ab61d5fe9792d8ddccad4e581ff94f552e423136c7c304070917fbc9e91dfd8035305fadc5b6a8100e84f06cfb10bd15f0654117beae18b09358aad92f5
|
SHA512 (v5.9.8.tar.gz) = 001d46835450e768cb58319d44f1d3bfdb5f833c2b553d84fa96d5a00163e6079055f42a2a91c1fa58c7896986400f87858e8babf5eba836b414e2aea377758b
|
||||||
|
Loading…
Reference in New Issue
Block a user