summaryrefslogtreecommitdiffstats
path: root/skiboot.spec
diff options
context:
space:
mode:
authorMurilo Opsfelder Araujo <muriloo@linux.vnet.ibm.com>2018-03-01 11:15:40 -0300
committerStewart Smith <stewart@linux.vnet.ibm.com>2018-03-01 20:17:54 -0600
commitf23240f50653f3404b21e064f80e8c74b095c2ea (patch)
tree1c8c16d66354fd3daedb373529eefcf2ace0664d /skiboot.spec
parent53c4553dd76788d1a7ff50e956f9802be406324a (diff)
downloadtalos-skiboot-f23240f50653f3404b21e064f80e8c74b095c2ea.tar.gz
talos-skiboot-f23240f50653f3404b21e064f80e8c74b095c2ea.zip
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 <muriloo@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'skiboot.spec')
-rw-r--r--skiboot.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/skiboot.spec b/skiboot.spec
index c593131d..38c68681 100644
--- a/skiboot.spec
+++ b/skiboot.spec
@@ -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 <muriloo@linux.vnet.ibm.com> - 5.10-1
+- Update to v5.10 release
+
* Tue Feb 09 2016 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 5.1.13
- Update to latest upstream release
OpenPOWER on IntegriCloud