- Update to latest upstream 5.10
This commit is contained in:
parent
ed02143be5
commit
35c4bed21e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/skiboot-5.5.0.tar.gz
|
||||
/v5.7.tar.gz
|
||||
/v5.9.8.tar.gz
|
||||
/skiboot-5.10.tar.gz
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
%global project skiboot
|
||||
|
||||
Name: opal-prd
|
||||
Version: 5.9.8
|
||||
Release: 3%{?dist}
|
||||
Version: 5.10
|
||||
Release: 1%{?dist}
|
||||
Summary: OPAL Processor Recovery Diagnostics Daemon
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -11,6 +13,7 @@ URL: http://github.com/open-power/skiboot
|
||||
ExclusiveArch: ppc64le
|
||||
|
||||
BuildRequires: systemd
|
||||
BuildRequires: gcc
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: gcc-powerpc64-linux-gnu
|
||||
%endif
|
||||
@ -20,7 +23,7 @@ Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
|
||||
Source0: https://github.com/open-power/skiboot/archive/v5.9.8.tar.gz
|
||||
Source0: https://github.com/open-power/%{project}/archive/v%{version}/%{project}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
This package provides a daemon to load and run the OpenPower firmware's
|
||||
@ -51,7 +54,7 @@ services to the OS (Linux) on IBM Power and OpenPower systems.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q -n skiboot-5.9.8
|
||||
%setup -q -n %{project}-%{version}
|
||||
|
||||
%build
|
||||
OPAL_PRD_VERSION=%{version} make V=1 CFLAGS="%{optflags}" -C external/opal-prd
|
||||
@ -111,6 +114,9 @@ install -m 644 -p skiboot.lid.xz %{buildroot}%{_datadir}/qemu/skiboot.lid.xz
|
||||
%{_datadir}/qemu/
|
||||
|
||||
%changelog
|
||||
* Wed Feb 28 2018 Dan Horák <dan[at]danny.cz> - 5.10-1
|
||||
- Update to latest upstream 5.10
|
||||
|
||||
* Mon Feb 26 2018 Dan Horák <dan[at]danny.cz> - 5.9.8-3
|
||||
- fix firmware build (#1545784)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v5.9.8.tar.gz) = 001d46835450e768cb58319d44f1d3bfdb5f833c2b553d84fa96d5a00163e6079055f42a2a91c1fa58c7896986400f87858e8babf5eba836b414e2aea377758b
|
||||
SHA512 (skiboot-5.10.tar.gz) = ee81053ced5eeb610681dd3227a3c81c92c60ad57bd8f091ed4294b8c9634910dfa1fb7b96544a350557a0eb5978545b1d10abe6d210913498723dc967c41ffd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user