Skip to content

Commit

Permalink
skiboot.spec: Update to v5.10 release
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mopsfelder authored and stewartsmith committed Mar 2, 2018
1 parent 53c4553 commit f23240f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions skiboot.spec
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

Expand All @@ -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
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f23240f

Please sign in to comment.