import lsvpd-1.7.11-1.el8
This commit is contained in:
parent
b373275aad
commit
894fb47edc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/lsvpd-1.7.10.tar.gz
|
SOURCES/lsvpd-1.7.11.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
e18162a76c680e09f3d468d4aa3b935f75efd6a9 SOURCES/lsvpd-1.7.10.tar.gz
|
242ce6567fd86a7f7487da4931b7335a92830acb SOURCES/lsvpd-1.7.11.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name lsvpd
|
%define name lsvpd
|
||||||
%define version 1.7.10
|
%define version 1.7.11
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
@ -8,11 +8,14 @@ Summary: VPD/hardware inventory utilities for Linux
|
|||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://linux-diag.sf.net/Lsvpd.html
|
URL: https://github.com/power-ras/%{name}/releases
|
||||||
Source0: https://sourceforge.net/projects/linux-diag/files/lsvpd-new/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/power-ras/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: libvpd-devel >= 2.2.1
|
BuildRequires: libvpd-devel >= 2.2.5
|
||||||
BuildRequires: sg3_utils-devel zlib-devel automake libtool
|
BuildRequires: sg3_utils-devel
|
||||||
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: librtas-devel
|
BuildRequires: librtas-devel
|
||||||
|
|
||||||
Requires(post): %{_sbindir}/vpdupdate
|
Requires(post): %{_sbindir}/vpdupdate
|
||||||
@ -67,6 +70,9 @@ exit 0
|
|||||||
%dir %{_sysconfdir}/lsvpd
|
%dir %{_sysconfdir}/lsvpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 06 2020 Than Ngo <than@redhat.com> - 1.7.11-1
|
||||||
|
- Resolves: #1779204, rebase 1.7.11
|
||||||
|
|
||||||
* Tue Nov 05 2019 Than Ngo <than@redhat.com> - 1.7.10-1
|
* Tue Nov 05 2019 Than Ngo <than@redhat.com> - 1.7.10-1
|
||||||
- Rebase to 1.7.10
|
- Rebase to 1.7.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user