Update to 1.2.0
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
parent
72f69738c6
commit
1451371561
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/mdevctl-0.81.tar.gz
|
||||
/mdevctl-1.0.0.crate
|
||||
/mdevctl-1.1.0.crate
|
||||
/mdevctl-1.2.0.crate
|
||||
|
11
mdevctl.spec
11
mdevctl.spec
@ -4,8 +4,8 @@
|
||||
%global crate mdevctl
|
||||
|
||||
Name: mdevctl
|
||||
Version: 1.1.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A mediated device management utility for Linux
|
||||
|
||||
License: LGPLv2
|
||||
@ -14,7 +14,7 @@ Source: %{crates_source}
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: make systemd rust-packaging
|
||||
BuildRequires: make systemd rust-packaging python3-docutils
|
||||
Requires(post,postun): %{_sbindir}/udevadm
|
||||
|
||||
%description
|
||||
@ -48,12 +48,17 @@ vfio-mdev for assignment to virtual machines.
|
||||
%{_sbindir}/lsmdev
|
||||
%{_udevrulesdir}/60-mdevctl.rules
|
||||
%dir %{_sysconfdir}/mdevctl.d
|
||||
%dir %{_sysconfdir}/mdevctl.d/scripts.d/callouts
|
||||
%dir %{_sysconfdir}/mdevctl.d/scripts.d/notifiers
|
||||
%{_mandir}/man8/mdevctl.8*
|
||||
%{_mandir}/man8/lsmdev.8*
|
||||
%{_datadir}/bash-completion/completions/mdevctl
|
||||
%{_datadir}/bash-completion/completions/lsmdev
|
||||
|
||||
%changelog
|
||||
* Fri Aug 05 2022 Alex Williamson <alex.williamson@redhat.com> - 1.2.0-1
|
||||
- New upstream release: https://github.com/mdevctl/mdevctl/releases/tag/v1.2.0
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mdevctl-1.1.0.crate) = ccae24eb211e77fe2ec558ace93a41341de339d6ea843b090468ef34f26b511b67701c274cc11a4b5293c499ee9dddc5342537371ca31b153c3f66fd0442dc2b
|
||||
SHA512 (mdevctl-1.2.0.crate) = e4880842780d1f3e29da1671151a8415b2b19172bbc379804e4f12a8609b6455d7da68857f9cd77a9e0473024000e80914d3158c781c4291b4814455af254175
|
||||
|
Loading…
Reference in New Issue
Block a user