Skip to content

Commit f23240f

Browse files
mopsfelderstewartsmith
authored andcommitted
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]>
1 parent 53c4553 commit f23240f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

skiboot.spec

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: opal-prd
2-
Version: 5.6.0
2+
Version: 5.10
33
Release: 1%{?dist}
44
Summary: OPAL Processor Recovery Diagnostics Daemon
55

@@ -12,7 +12,7 @@ BuildRequires: systemd
1212

1313
Requires: systemd
1414

15-
Source0: https://github.com/open-power/skiboot/archive/skiboot-%{version}.tar.gz
15+
Source0: https://github.com/open-power/skiboot/archive/v%{version}.tar.gz
1616

1717
%description
1818
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.
4444

4545
%prep
4646

47-
%setup -q -n skiboot-skiboot-%version
47+
%setup -q -n skiboot-%{version}
4848

4949
%build
5050
SKIBOOT_VERSION=%version CROSS= make V=1 %{?_smp_mflags}
@@ -108,6 +108,9 @@ fi
108108
%{_datadir}/qemu/
109109

110110
%changelog
111+
* Thu Mar 01 2018 Murilo Opsfelder Araujo <[email protected]> - 5.10-1
112+
- Update to v5.10 release
113+
111114
* Tue Feb 09 2016 Vasant Hegde <[email protected]> - 5.1.13
112115
- Update to latest upstream release
113116

0 commit comments

Comments
 (0)