add requirement on powerpc-utils in main package

This commit is contained in:
Than Ngo 2020-03-30 15:42:54 +02:00
parent 5b952551f0
commit 7996afb206

View File

@ -1,6 +1,6 @@
Name: ppc64-diag Name: ppc64-diag
Version: 2.7.6 Version: 2.7.6
Release: 4%{?dist} Release: 5%{?dist}
Summary: PowerLinux Platform Diagnostics Summary: PowerLinux Platform Diagnostics
URL: https://github.com/power-ras/%{name} URL: https://github.com/power-ras/%{name}
License: GPLv2 License: GPLv2
@ -21,6 +21,7 @@ BuildRequires: bison
Requires: ppc64-diag-rtas >= 2.7.6 Requires: ppc64-diag-rtas >= 2.7.6
Requires: servicelog Requires: servicelog
Requires: lsvpd Requires: lsvpd
Requires: powerpc-utils >= 1.3.0
Source0: https://github.com/power-ras/p%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/power-ras/p%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: add_regex.8 Source1: add_regex.8
@ -168,6 +169,9 @@ if [ "$1" = "0" ]; then # last uninstall
fi fi
%changelog %changelog
* Mon Mar 30 2020 Than Ngo <than@redhat.com> - 2.7.6-5
- add requirement on powerpc-utils in main package
* Sat Mar 28 2020 Than Ngo <than@redhat.com> - 2.7.6-4 * Sat Mar 28 2020 Than Ngo <than@redhat.com> - 2.7.6-4
- create rtas subpackage to avoid the perl dependency - create rtas subpackage to avoid the perl dependency