Update to 1.3.0
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
This commit is contained in:
parent
2a3dfedf2a
commit
f61b533b5e
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@
|
||||
/mdevctl-1.1.0.crate
|
||||
/mdevctl-1.2.0.crate
|
||||
/mdevctl-1.2.0-vendor.tar.gz
|
||||
/mdevctl-1.3.0-vendor.tar.gz
|
||||
/mdevctl-1.3.0.crate
|
||||
|
14
mdevctl.spec
14
mdevctl.spec
@ -3,8 +3,8 @@
|
||||
%global crate mdevctl
|
||||
|
||||
Name: mdevctl
|
||||
Version: 1.2.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A mediated device management utility for Linux
|
||||
|
||||
License: LGPL-2.1-only
|
||||
@ -56,14 +56,20 @@ 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
|
||||
%dir %{_prefix}/lib/mdevctl/scripts.d/callouts
|
||||
%dir %{_prefix}/lib/mdevctl/scripts.d/notifiers
|
||||
%{_mandir}/man8/mdevctl.8*
|
||||
%{_mandir}/man8/lsmdev.8*
|
||||
%{_datadir}/bash-completion/completions/mdevctl
|
||||
%{_datadir}/bash-completion/completions/lsmdev
|
||||
|
||||
%changelog
|
||||
* Thu Jan 11 2024 Alex Williamson <alex.williamson@redhat.com> - 1.3.0-1
|
||||
- New upstream release: https://github.com/mdevctl/mdevctl/releases/tag/v1.3.0
|
||||
- Note upstream moved default script location from /etc/mdevctl.d/scripts.d
|
||||
to /usr/lib/mdevctl/scripts.d. Both locations are currently supported, the
|
||||
new locations is recommended.
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (mdevctl-1.2.0.crate) = e4880842780d1f3e29da1671151a8415b2b19172bbc379804e4f12a8609b6455d7da68857f9cd77a9e0473024000e80914d3158c781c4291b4814455af254175
|
||||
SHA512 (mdevctl-1.2.0-vendor.tar.gz) = 752ad0fe393d2f466dda8da1aefb04f22f447ef288873cb350f0b1ae67f8caae49315be6ea413fd2cbdd89afc1889b8d8e082fe416c45dfa1a4613e0d05943c3
|
||||
SHA512 (mdevctl-1.3.0-vendor.tar.gz) = 7a42887ced3e473793819948e49b79e1c6797544fb347b97f280cd55824b17337ff28a10cfa18426533719640b7de926841c1720294db9b7bde759404abd41c0
|
||||
SHA512 (mdevctl-1.3.0.crate) = 15db62434137fa0c776117e31b0a5a68ac2153204633532545e65b659798c27cec357de698549fabfc55660f6ea86799eb3a8fadb101e5294513c68c8ac50792
|
||||
|
Loading…
Reference in New Issue
Block a user