Compare commits

...

4 Commits

Author SHA1 Message Date
eabdullin d8031986fe Import from AlmaLinux stable repository 2024-05-31 17:53:13 +00:00
CentOS Sources cf93c7dabe import lsvpd-1.7.14-2.el8 2023-05-17 02:12:44 +00:00
CentOS Sources 4fcddb16d4 import lsvpd-1.7.14-1.el8 2022-11-08 13:41:14 +00:00
CentOS Sources 1efcc30384 import lsvpd-1.7.13-1.el8 2022-05-10 10:54:22 +00:00
3 changed files with 27 additions and 13 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/lsvpd-1.7.12.tar.gz
SOURCES/lsvpd-1.7.15.tar.gz

View File

@ -1 +0,0 @@
d145a90953aae507b7e194693df560d35899f3e5 SOURCES/lsvpd-1.7.12.tar.gz

View File

@ -1,22 +1,20 @@
%define name lsvpd
%define version 1.7.12
Name: %{name}
Version: %{version}
Name: lsvpd
Version: 1.7.15
Release: 1%{?dist}
Summary: VPD/hardware inventory utilities for Linux
Group: Applications/System
License: GPLv2+
URL: https://github.com/power-ras/%{name}/releases
Source: https://github.com/power-ras/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
URL: https://github.com/power-ras/%{name}/releases
Source: https://github.com/power-ras/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: libvpd-devel >= 2.2.5
BuildRequires: gcc-c++
BuildRequires: libvpd-devel >= 2.2.9
BuildRequires: sg3_utils-devel
BuildRequires: zlib-devel
BuildRequires: automake
BuildRequires: libtool
BuildRequires: librtas-devel
BuildRequires: make
Requires(post): %{_sbindir}/vpdupdate
@ -39,11 +37,11 @@ on POWER PC based systems.
%build
./bootstrap.sh
%configure
make %{?_smp_mflags}
%make_build
%install
make install DESTDIR=$RPM_BUILD_ROOT
%make_install
%post
%{_sbindir}/vpdupdate &
@ -70,6 +68,23 @@ exit 0
%dir %{_sysconfdir}/lsvpd
%changelog
* Fri Dec 08 2023 Than Ngo <than@redhat.com> - 1.7.15-1
- Resolves: RHEL-11453, update to 1.7.15
* Wed Mar 22 2023 Than Ngo <than@redhat.com> - 1.7.14-3
- Resolves: #2177981, lsvpd is not reporting the correct I/O microcode
for HBA, PCIe, SAS adapters, HDD, etc
* Sun Feb 05 2023 Than Ngo <than@redhat.com> - 1.7.14-2
- Resolves: #2164976, add NVME f1h log page VPD information
* Fri May 13 2022 Than Ngo <than@redhat.com> - 1.7.14-1
- Resolves: #2051316, rebase to 1.7.14
* Tue Sep 28 2021 Than Ngo <than@redhat.com> - 1.7.13-1
- Resolves: #1993557, rebase to 1.7.13
- Resolves: #2000736, incorrect location code for USB devices
* Mon May 17 2021 Than Ngo <than@redhat.com> - 1.7.12-1
- Resolves: #1844428, rebase to 1.7.12