From 1e5047c921df6560ce4b12da9b8d82c99d437b49 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 13:31:00 +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/mdevctl.git#ded1cb5179d829cc2049f1746cd205f133964e1f --- mdevctl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mdevctl.spec b/mdevctl.spec index f7f8559..e380f3c 100644 --- a/mdevctl.spec +++ b/mdevctl.spec @@ -1,6 +1,6 @@ Name: mdevctl Version: 0.78 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mediated device management and persistence utility Group: System Environment/Kernel @@ -10,6 +10,7 @@ BuildArch: noarch Source0: https://github.com/mdevctl/mdevctl/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: make BuildRequires: systemd Requires(post,postun): %{_sbindir}/udevadm Requires: coreutils udev jq @@ -38,6 +39,9 @@ vfio-mdev for assignment to virtual machines. %{_mandir}/man8/lsmdev.8* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.78-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Nov 24 2020 Alex Williamson - 0.78-1 - e029640033d3 ("Automatic version commit for tag 0.78")