Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/lsvpd.git#d5e1ceec41a5372178d3d44e13f49a833a44dcb8
This commit is contained in:
DistroBaker 2021-02-04 13:01:06 +01:00
parent 1da9b04498
commit f6a08d3c03
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: 3%{?dist} Release: 4%{?dist}
Summary: VPD/hardware inventory utilities for Linux Summary: VPD/hardware inventory utilities for Linux
License: GPLv2+ License: GPLv2+
@ -17,6 +17,7 @@ BuildRequires: zlib-devel
BuildRequires: automake BuildRequires: automake
BuildRequires: libtool BuildRequires: libtool
BuildRequires: librtas-devel BuildRequires: librtas-devel
BuildRequires: make
Requires(post): %{_sbindir}/vpdupdate Requires(post): %{_sbindir}/vpdupdate
@ -71,6 +72,9 @@ exit 0
%dir %{_sysconfdir}/lsvpd %dir %{_sysconfdir}/lsvpd
%changelog %changelog
* 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 * Tue Oct 27 2020 Jeff Law <law@redhat.com> - 1.7.11-3
- Force C++14 as this code is not C++17 ready - Force C++14 as this code is not C++17 ready