diff options
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2017-06-08 10:01:52 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-06-08 16:02:06 +1000 |
commit | ec89146b8945e5453bd25279fc1312c02ad11421 (patch) | |
tree | 3d39061010ad69fa0c117ba108c2b3e128211fc1 /skiboot.spec | |
parent | 3c64f79ad2220d03a0af49d44f0548e08da54a44 (diff) | |
download | skiboot-ec89146b8945e5453bd25279fc1312c02ad11421.zip skiboot-ec89146b8945e5453bd25279fc1312c02ad11421.tar.gz skiboot-ec89146b8945e5453bd25279fc1312c02ad11421.tar.bz2 |
specfile: Update specfile
Various update to spec file.
- Update to latest version
- Remove additional redundant sources
- include pflash in opal-utils package
- s/README/README.md/g
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'skiboot.spec')
-rw-r--r-- | skiboot.spec | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/skiboot.spec b/skiboot.spec index 29c396b..c593131 100644 --- a/skiboot.spec +++ b/skiboot.spec @@ -1,5 +1,5 @@ Name: opal-prd -Version: 5.1.13 +Version: 5.6.0 Release: 1%{?dist} Summary: OPAL Processor Recovery Diagnostics Daemon @@ -13,8 +13,6 @@ BuildRequires: systemd Requires: systemd Source0: https://github.com/open-power/skiboot/archive/skiboot-%{version}.tar.gz -Source1: opal-prd.socket -Source2: opal-prd.service %description This package provides a daemon to load and run the OpenPower firmware's @@ -59,10 +57,10 @@ XSCOM_VERSION=%version make V=1 -C external/xscom-utils make -C external/opal-prd install DESTDIR=%{buildroot} prefix=/usr make -C external/gard install DESTDIR=%{buildroot} prefix=/usr make -C external/xscom-utils install DESTDIR=%{buildroot} prefix=/usr +make -C external/pflash install DESTDIR=%{buildroot} prefix=/usr mkdir -p %{buildroot}%{_unitdir} -install -m 644 -p %{SOURCE1} %{buildroot}%{_unitdir}/opal-prd.socket -install -m 644 -p %{SOURCE2} %{buildroot}%{_unitdir}/opal-prd.service +install -m 644 -p external/opal-prd/opal-prd.service %{buildroot}%{_unitdir}/opal-prd.service mkdir -p %{buildroot}%{_datadir}/qemu install -m 644 -p skiboot.lid %{buildroot}%{_datadir}/qemu/skiboot.lid @@ -88,15 +86,14 @@ if [ "$1" -ge 1 ] ; then fi %files -%doc README +%doc README.md %license LICENCE %{_sbindir}/opal-prd -%{_unitdir}/opal-prd.socket %{_unitdir}/opal-prd.service %{_mandir}/man8/* %files -n opal-utils -%doc README +%doc README.md %license LICENCE %{_sbindir}/opal-gard %{_sbindir}/getscom @@ -106,7 +103,7 @@ fi %{_mandir}/man1/* %files -n opal-firmware -%doc README +%doc README.md %license LICENCE %{_datadir}/qemu/ |