parent
316b44f1b1
commit
fe67f53b84
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/driverctl-0.91-c6e612791aa532626531c203148b07d0fb5ee125.tar.gz
|
/driverctl-0.91-c6e612791aa532626531c203148b07d0fb5ee125.tar.gz
|
||||||
/driverctl-0.95-3c668744f2242e453fdcd6dca36d3e1d82d0367a.tar.gz
|
/driverctl-0.95-3c668744f2242e453fdcd6dca36d3e1d82d0367a.tar.gz
|
||||||
/driverctl-0.101-06ae09c8d09ff62a8b69e45af67fc31974c30244.tar.gz
|
/driverctl-0.101-06ae09c8d09ff62a8b69e45af67fc31974c30244.tar.gz
|
||||||
|
/driverctl-0.111.tar.gz
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
%global commit 06ae09c8d09ff62a8b69e45af67fc31974c30244
|
|
||||||
|
|
||||||
Name: driverctl
|
Name: driverctl
|
||||||
Version: 0.101
|
Version: 0.111
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Device driver control utility
|
Summary: Device driver control utility
|
||||||
|
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -10,7 +8,7 @@ URL: https://gitlab.com/driverctl/driverctl
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
# rpm doesn't grok the gitlab url but spectool understands this monster
|
# rpm doesn't grok the gitlab url but spectool understands this monster
|
||||||
Source0: https://gitlab.com/driverctl/%{name}/repository/archive.tar.gz?ref=%{version}#/%{name}-%{version}-%{commit}.tar.gz
|
Source0: https://gitlab.com/driverctl/%{name}/-/archive/%{version}/driverctl-%{version}.tar.gz
|
||||||
|
|
||||||
# for udev macros
|
# for udev macros
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -38,7 +36,7 @@ created by driverctl are persistent across system reboots
|
|||||||
by default.
|
by default.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-%{commit}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -61,6 +59,9 @@ by default.
|
|||||||
%udev_rules_update
|
%udev_rules_update
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 10 2021 Flavio Leitner <fbl@redhat.com> - 0.111-1
|
||||||
|
- Updated to 0.111 (bz#1958169)
|
||||||
|
|
||||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.101-7
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.101-7
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (driverctl-0.101-06ae09c8d09ff62a8b69e45af67fc31974c30244.tar.gz) = 1cc5677a695b46a65ab4afd43ecd468cd6eb6feee35179f110ecb56e3decd216d5ac14beb8605f8ee6c37deb87f4e76375d44bd8c9b1f7e66d5c2bc4844a2d8d
|
SHA512 (driverctl-0.111.tar.gz) = 0dbf3262c3e8090a98eb987445657effb9820e3c87d2bca3828483e79b4559df9e3b9185ef1223137c66dd232f6f24cc37715f5941c999c66d21aedbec0053b3
|
||||||
|
Loading…
Reference in New Issue
Block a user