Update to 0.101
This commit is contained in:
parent
67602cf2f4
commit
14639dfbf8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/driverctl-0.91-c6e612791aa532626531c203148b07d0fb5ee125.tar.gz
|
||||
/driverctl-0.95-3c668744f2242e453fdcd6dca36d3e1d82d0367a.tar.gz
|
||||
/driverctl-0.101-06ae09c8d09ff62a8b69e45af67fc31974c30244.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global commit 3c668744f2242e453fdcd6dca36d3e1d82d0367a
|
||||
%global commit 06ae09c8d09ff62a8b69e45af67fc31974c30244
|
||||
|
||||
Name: driverctl
|
||||
Version: 0.95
|
||||
Release: 5%{?dist}
|
||||
Version: 0.101
|
||||
Release: 1%{?dist}
|
||||
Summary: Device driver control utility
|
||||
|
||||
Group: System Environment/Kernel
|
||||
@ -11,7 +11,7 @@ URL: https://gitlab.com/driverctl/driverctl
|
||||
BuildArch: noarch
|
||||
|
||||
# rpm doesn't grok the gitlab url but spectool understands this monster
|
||||
Source0: https://gitlab.com/OWNER/%{name}/repository/archive.tar.gz?ref=%{version}#/%{name}-%{version}-%{commit}.tar.gz
|
||||
Source0: https://gitlab.com/driverctl/%{name}/repository/archive.tar.gz?ref=%{version}#/%{name}-%{version}-%{commit}.tar.gz
|
||||
|
||||
# for udev macros
|
||||
BuildRequires: systemd
|
||||
@ -49,6 +49,7 @@ by default.
|
||||
%{_sbindir}/driverctl
|
||||
%{_udevrulesdir}/*.rules
|
||||
%{_udevrulesdir}/../vfio_name
|
||||
%{_unitdir}/driverctl@.service
|
||||
%dir %{_sysconfdir}/driverctl.d
|
||||
%{_datadir}/bash-completion/
|
||||
%{_mandir}/man8/driverctl.8*
|
||||
@ -60,6 +61,12 @@ by default.
|
||||
%udev_rules_update
|
||||
|
||||
%changelog
|
||||
* Sat Oct 20 2018 Timothy Redaelli <tredaelli@redhat.com> - 0.101-1
|
||||
- Fix shellcheck warnings
|
||||
- Install bash-completion as driverctl instead of driverctl-bash-completion.sh
|
||||
- fix load_override for non-PCI bus
|
||||
- Make sure driverctl had loaded all the overrides before basic.target
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.95-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (driverctl-0.95-3c668744f2242e453fdcd6dca36d3e1d82d0367a.tar.gz) = 815e9fe15c8fe2efde770d46224b38a0de52bc0aae631e037e66b5d3c1813eff657cf96e85222ee04f1b556c6ae4c5d7edeac88d8f02e3be09ba8fc6758fae01
|
||||
SHA512 (driverctl-0.101-06ae09c8d09ff62a8b69e45af67fc31974c30244.tar.gz) = 1cc5677a695b46a65ab4afd43ecd468cd6eb6feee35179f110ecb56e3decd216d5ac14beb8605f8ee6c37deb87f4e76375d44bd8c9b1f7e66d5c2bc4844a2d8d
|
||||
|
Loading…
Reference in New Issue
Block a user