Compare commits
No commits in common. "imports/c8s/lsvpd-1.7.14-1.el8" and "c8" have entirely different histories.
imports/c8
...
c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/lsvpd-1.7.14.tar.gz
|
||||
SOURCES/lsvpd-1.7.15.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
b6d0bb4f69839f056a94954730dda9d680e5e58e SOURCES/lsvpd-1.7.14.tar.gz
|
@ -1,15 +1,11 @@
|
||||
%define name lsvpd
|
||||
%define version 1.7.14
|
||||
|
||||
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: gcc-c++
|
||||
BuildRequires: libvpd-devel >= 2.2.9
|
||||
@ -41,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 &
|
||||
@ -72,6 +68,16 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user