Accepting request 818395 from home:namtrac:branches:Virtualization

Run spec-cleaner, no changelog because it's not in Factory yet and this is aesthetics only.

OBS-URL: https://build.opensuse.org/request/show/818395
OBS-URL: https://build.opensuse.org/package/show/Virtualization/mdevctl?expand=0&rev=3
This commit is contained in:
James Fehlig 2020-07-02 19:53:32 +00:00 committed by Git OBS Bridge
parent 37725e1570
commit 4cc40c1f4d

View File

@ -15,22 +15,22 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: mdevctl
Version: 0.61
Release: 0
URL: https://github.com/mdevctl/mdevctl
Summary: Mediated device management and persistence utility
License: LGPL-2.1-or-later
BuildArch: noarch
Source0: %{name}-%{version}.tar.xz
Name: mdevctl
Version: 0.61
Release: 0
Summary: Mediated device management and persistence utility
License: LGPL-2.1-or-later
URL: https://github.com/mdevctl/mdevctl
Source0: %{name}-%{version}.tar.xz
BuildRequires: pkgconfig
BuildRequires: pkgconfig(udev)
Requires: coreutils
Requires: jq
Requires: udev
Requires(post): %{_sbindir}/udevadm
Requires(postun): %{_sbindir}/udevadm
BuildArch: noarch
%description
mdevctl is a utility for managing and persisting devices in the mediated device
@ -53,6 +53,7 @@ drivers like vfio-mdev for assignment to virtual machines.
%{_sbindir}/lsmdev
%{_udevrulesdir}/60-mdevctl.rules
%dir %{_sysconfdir}/mdevctl.d
%{_mandir}/man8/mdevctl.8*
%{_mandir}/man8/lsmdev.8*
%{_mandir}/man8/mdevctl.8%{?ext_man}
%{_mandir}/man8/lsmdev.8%{?ext_man}
%changelog