-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skiboot.spec: Update to v5.10 release
Update skiboot.spec to be able to package skiboot v5.10 release. Signed-off-by: Murilo Opsfelder Araujo <[email protected]> Signed-off-by: Stewart Smith <[email protected]>
- Loading branch information
1 parent
53c4553
commit f23240f
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: opal-prd | ||
Version: 5.6.0 | ||
Version: 5.10 | ||
Release: 1%{?dist} | ||
Summary: OPAL Processor Recovery Diagnostics Daemon | ||
|
||
|
@@ -12,7 +12,7 @@ BuildRequires: systemd | |
|
||
Requires: systemd | ||
|
||
Source0: https://github.com/open-power/skiboot/archive/skiboot-%{version}.tar.gz | ||
Source0: https://github.com/open-power/skiboot/archive/v%{version}.tar.gz | ||
|
||
%description | ||
This package provides a daemon to load and run the OpenPower firmware's | ||
|
@@ -44,7 +44,7 @@ services to the OS (Linux) on IBM Power and OpenPower systems. | |
|
||
%prep | ||
|
||
%setup -q -n skiboot-skiboot-%version | ||
%setup -q -n skiboot-%{version} | ||
|
||
%build | ||
SKIBOOT_VERSION=%version CROSS= make V=1 %{?_smp_mflags} | ||
|
@@ -108,6 +108,9 @@ fi | |
%{_datadir}/qemu/ | ||
|
||
%changelog | ||
* Thu Mar 01 2018 Murilo Opsfelder Araujo <[email protected]> - 5.10-1 | ||
- Update to v5.10 release | ||
|
||
* Tue Feb 09 2016 Vasant Hegde <[email protected]> - 5.1.13 | ||
- Update to latest upstream release | ||
|
||
|