From f6a08d3c03619d81d145fe89b8f86d8ea1230982 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 13:01:06 +0100 Subject: [PATCH] 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 --- lsvpd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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