diff --git a/lsvpd.spec b/lsvpd.spec index 85edaca..36a74ca 100644 --- a/lsvpd.spec +++ b/lsvpd.spec @@ -3,7 +3,7 @@ Name: %{name} Version: %{version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: VPD/hardware inventory utilities for Linux License: GPLv2+ @@ -17,6 +17,7 @@ BuildRequires: zlib-devel BuildRequires: automake BuildRequires: libtool BuildRequires: librtas-devel +BuildRequires: make Requires(post): %{_sbindir}/vpdupdate @@ -71,6 +72,9 @@ exit 0 %dir %{_sysconfdir}/lsvpd %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.7.11-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Oct 27 2020 Jeff Law - 1.7.11-3 - Force C++14 as this code is not C++17 ready