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
This commit is contained in:
DistroBaker 2021-02-04 13:31:00 +01:00
parent ee28945aca
commit 1e5047c921

View File

@ -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 <releng@fedoraproject.org> - 0.78-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Nov 24 2020 Alex Williamson <alex.williamson@redhat.com> - 0.78-1
- e029640033d3 ("Automatic version commit for tag 0.78")