Compare commits
No commits in common. "c8" and "imports/c8s/lsvpd-1.7.14-1.el8" have entirely different histories.
c8
...
imports/c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/lsvpd-1.7.15.tar.gz
|
SOURCES/lsvpd-1.7.14.tar.gz
|
||||||
|
1
.lsvpd.metadata
Normal file
1
.lsvpd.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
b6d0bb4f69839f056a94954730dda9d680e5e58e SOURCES/lsvpd-1.7.14.tar.gz
|
@ -1,8 +1,12 @@
|
|||||||
Name: lsvpd
|
%define name lsvpd
|
||||||
Version: 1.7.15
|
%define version 1.7.14
|
||||||
|
|
||||||
|
Name: %{name}
|
||||||
|
Version: %{version}
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: VPD/hardware inventory utilities for Linux
|
Summary: VPD/hardware inventory utilities for Linux
|
||||||
|
|
||||||
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/power-ras/%{name}/releases
|
URL: https://github.com/power-ras/%{name}/releases
|
||||||
Source: https://github.com/power-ras/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/power-ras/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -37,11 +41,11 @@ on POWER PC based systems.
|
|||||||
%build
|
%build
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{_sbindir}/vpdupdate &
|
%{_sbindir}/vpdupdate &
|
||||||
@ -68,16 +72,6 @@ exit 0
|
|||||||
%dir %{_sysconfdir}/lsvpd
|
%dir %{_sysconfdir}/lsvpd
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 13 2022 Than Ngo <than@redhat.com> - 1.7.14-1
|
||||||
- Resolves: #2051316, rebase to 1.7.14
|
- Resolves: #2051316, rebase to 1.7.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user