Compare commits
No commits in common. "c8" and "c10s-private-than" have entirely different histories.
c8
...
c10s-priva
20
.gitignore
vendored
20
.gitignore
vendored
@ -1 +1,19 @@
|
|||||||
SOURCES/lsvpd-1.7.15.tar.gz
|
lsvpd-1.6.8.tar.gz
|
||||||
|
/lsvpd-1.6.10.tar.gz
|
||||||
|
/lsvpd-1.6.11.tar.gz
|
||||||
|
/lsvpd-1.6.12.tar.gz
|
||||||
|
/lsvpd-1.7.1.tar.gz
|
||||||
|
/lsvpd-1.7.2.tar.gz
|
||||||
|
/lsvpd-1.7.3.tar.gz
|
||||||
|
/lsvpd-1.7.4.tar.gz
|
||||||
|
/lsvpd-1.7.5.tar.gz
|
||||||
|
/lsvpd-1.7.6.tar.gz
|
||||||
|
/lsvpd-1.7.7.tar.gz
|
||||||
|
/lsvpd-1.7.8.tar.gz
|
||||||
|
/lsvpd-1.7.9.tar.gz
|
||||||
|
/lsvpd-1.7.10.tar.gz
|
||||||
|
/lsvpd-1.7.11.tar.gz
|
||||||
|
/lsvpd-1.7.12.tar.gz
|
||||||
|
/lsvpd-1.7.13.tar.gz
|
||||||
|
/lsvpd-1.7.14.tar.gz
|
||||||
|
/lsvpd-1.7.15.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Name: lsvpd
|
Name: lsvpd
|
||||||
Version: 1.7.15
|
Version: 1.7.15
|
||||||
Release: 1%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: VPD/hardware inventory utilities for Linux
|
Summary: VPD/hardware inventory utilities for Linux
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
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
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -13,7 +13,7 @@ BuildRequires: sg3_utils-devel
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: librtas-devel
|
BuildRequires: librtas-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
Requires(post): %{_sbindir}/vpdupdate
|
Requires(post): %{_sbindir}/vpdupdate
|
||||||
@ -68,38 +68,107 @@ exit 0
|
|||||||
%dir %{_sysconfdir}/lsvpd
|
%dir %{_sysconfdir}/lsvpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 08 2023 Than Ngo <than@redhat.com> - 1.7.15-1
|
* Fri Feb 09 2024 Dan Horák <dan@danny.cz> - 1.7.15-4
|
||||||
- Resolves: RHEL-11453, update to 1.7.15
|
- rebuilt for sg3_utils 1.48
|
||||||
|
|
||||||
* Wed Mar 22 2023 Than Ngo <than@redhat.com> - 1.7.14-3
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.15-3
|
||||||
- Resolves: #2177981, lsvpd is not reporting the correct I/O microcode
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.15-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Oct 02 2023 Than Ngo <than@redhat.com> - 1.7.15-1
|
||||||
|
- update to 1.7.15
|
||||||
|
- drop -std=c++14 build flag
|
||||||
|
|
||||||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.14-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Mar 23 2023 Than Ngo <than@redhat.com> - 1.7.14-6
|
||||||
|
- lsvpd is not reporting the correct I/O microcode
|
||||||
for HBA, PCIe, SAS adapters, HDD, etc
|
for HBA, PCIe, SAS adapters, HDD, etc
|
||||||
|
|
||||||
* Sun Feb 05 2023 Than Ngo <than@redhat.com> - 1.7.14-2
|
* Thu Feb 16 2023 Than Ngo <than@redhat.com> - 1.7.14-5
|
||||||
- Resolves: #2164976, add NVME f1h log page VPD information
|
- migrated to SPDX license
|
||||||
|
|
||||||
* Fri May 13 2022 Than Ngo <than@redhat.com> - 1.7.14-1
|
* Sun Feb 05 2023 Than Ngo <than@redhat.com> - 1.7.14-4
|
||||||
- Resolves: #2051316, rebase to 1.7.14
|
- added updatream patches to fix nvme vpd data
|
||||||
|
|
||||||
* Tue Sep 28 2021 Than Ngo <than@redhat.com> - 1.7.13-1
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.14-3
|
||||||
- Resolves: #1993557, rebase to 1.7.13
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
- Resolves: #2000736, incorrect location code for USB devices
|
|
||||||
|
|
||||||
* Mon May 17 2021 Than Ngo <than@redhat.com> - 1.7.12-1
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.14-2
|
||||||
- Resolves: #1844428, rebase to 1.7.12
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Jan 26 2021 Than Ngo <than@redhat.com> - 1.7.11-2
|
* Thu Apr 07 2022 Dan Horák <dan[at]danny.cz> - 1.7.14-1
|
||||||
- Resolves: #1920497, Vendor and Device information mismatch for usb-xhci
|
- rebase to 1.7.14
|
||||||
|
|
||||||
* Mon Apr 06 2020 Than Ngo <than@redhat.com> - 1.7.11-1
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.13-2
|
||||||
- Resolves: #1779204, rebase 1.7.11
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Nov 05 2019 Than Ngo <than@redhat.com> - 1.7.10-1
|
* Wed Sep 15 2021 Than Ngo <than@redhat.com> - 1.7.13-1
|
||||||
- Rebase to 1.7.10
|
- rebase to 1.7.13
|
||||||
|
|
||||||
|
* Fri Sep 03 2021 Than Ngo <than@redhat.com> - 1.7.12-1
|
||||||
|
- rebase to 1.7.12
|
||||||
|
- add support for SCSI loc-code
|
||||||
|
- Fix catching polymorphic type by value
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.11-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Apr 28 2021 Stephen Gallagher <sgallagh@redhat.com> - 1.7.11-7
|
||||||
|
- Rebuild to pick up sg3_utils in ELN
|
||||||
|
|
||||||
|
* Tue Apr 06 2021 Tomas Bzatek <tbzatek@redhat.com> - 1.7.11-6
|
||||||
|
- rebuilt for sg3_utils 1.46
|
||||||
|
|
||||||
|
* Tue Feb 09 2021 Than Ngo <than@redhat.com> - 1.7.11-5
|
||||||
|
- Fix, Vendor and Device information mismatch for usb-xhci
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.11-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Oct 27 2020 Jeff Law <law@redhat.com> - 1.7.11-3
|
||||||
|
- Force C++14 as this code is not C++17 ready
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.11-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 08 2020 Than Ngo <than@redhat.com> - 1.7.11-1
|
||||||
|
- update to 1.7.11
|
||||||
|
|
||||||
|
* Mon Apr 20 2020 Dan Horák <dan@danny.cz> - 1.7.10-3
|
||||||
|
- rebuilt for sg3_utils 1.45 (#1809392)
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.10-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Dec 02 2019 Than Ngo <than@redhat.com> - -1
|
||||||
|
- rebase to 1.7.10
|
||||||
|
- update Url
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.9-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.9-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 20 2018 Sinny Kumari <sinnykumari@fedoraproject.org> - 1.7.9-3
|
||||||
|
- Add gcc-c++ as BuildRequires
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.9-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Jul 06 2018 Sinny Kumari<sinnykumari@fedoraproject.org> - 1.7.9-1
|
* Fri Jul 06 2018 Sinny Kumari<sinnykumari@fedoraproject.org> - 1.7.9-1
|
||||||
- Rebase to 1.7.9
|
- Rebase to 1.7.9
|
||||||
|
|
||||||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.8-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Dec 20 2017 Sinny Kumari <sinnykumari@fedoraproject.org> - 1.7.8-4
|
||||||
|
- Add patches from upstream master branch to include fixes
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.8-3
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.8-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
Loading…
Reference in New Issue
Block a user