Update to 0.58
This commit is contained in:
parent
ae8a4111fa
commit
ec89632a31
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/mdevctl-0.50.tar.gz
|
||||
/mdevctl-0.58.tar.gz
|
||||
|
17
mdevctl.spec
17
mdevctl.spec
@ -1,5 +1,5 @@
|
||||
Name: mdevctl
|
||||
Version: 0.50
|
||||
Version: 0.58
|
||||
Release: 1%{?dist}
|
||||
Summary: Mediated device management and persistence utility
|
||||
|
||||
@ -10,7 +10,6 @@ BuildArch: noarch
|
||||
|
||||
Source0: https://github.com/mdevctl/mdevctl/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: systemd
|
||||
Requires(post,postun): %{_sbindir}/udevadm
|
||||
Requires: coreutils udev jq
|
||||
|
||||
@ -33,12 +32,24 @@ vfio-mdev for assignment to virtual machines.
|
||||
%{_sbindir}/mdevctl
|
||||
%{_sbindir}/lsmdev
|
||||
%{_udevrulesdir}/60-mdevctl.rules
|
||||
%{_unitdir}/mdev@.service
|
||||
%dir %{_sysconfdir}/mdevctl.d
|
||||
%{_mandir}/man8/mdevctl.8*
|
||||
%{_mandir}/man8/lsmdev.8*
|
||||
|
||||
%changelog
|
||||
|
||||
* Thu Dec 05 2019 Alex Williamson <alex.williamson@redhat.com> - 0.58-1
|
||||
- 3d6d2b1780f3 ("Remove systemd reference from README")
|
||||
|
||||
* Thu Dec 05 2019 Alex Williamson <alex.williamson@redhat.com> - 0.57-1
|
||||
- 13f1322e576c ("Remove systemd support")
|
||||
- d84a2737e79c ("Fix device udev tagging")
|
||||
- 68c92c7beaca ("Tag before generating spec file")
|
||||
- c34c4f1ade60 ("Update mdevctl.spec.in for lsmdev.8")
|
||||
- ed86d345aae0 ("Fix systemd UUID escaping")
|
||||
- d4e83f08161d ("Merge pull request #13 from cpaelzer/fix-lsmdev-man-page")
|
||||
- 3c0d285b75ab ("lsmdev - add the alternative name to the man page")
|
||||
|
||||
* Wed Oct 02 2019 Alex Williamson <alex.williamson@redhat.com> - 0.50-1
|
||||
- 18c33dfd136d ("Reformat changelog to match Linux commit reference style")
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mdevctl-0.50.tar.gz) = 0de0b65b91d9d2a7562a16f51787ced2c0442c5f9f160f3a4779d99df5cc996afb1d08034de461961ced92270df61ba828b5f2666af4631ef770711ddf183de9
|
||||
SHA512 (mdevctl-0.58.tar.gz) = a5e2deaa3b6654f6fbcb60597fa489c9e685700f61fcee734ac2aeeea13eae69d401f6bf55990176e409f3d25bfdb16dc9eb2e466e49258f51ccf1a8dc11122e
|
||||
|
Loading…
Reference in New Issue
Block a user