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")