Updated to 0.115
Resolves: RHEL-11394
This commit is contained in:
parent
6dc543dc8e
commit
cb5560df01
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
SOURCES/driverctl-0.111-fa9dce43d1a667d6e6e26895fbed01b3b04362c9.tar.gz
|
SOURCES/driverctl-0.111-fa9dce43d1a667d6e6e26895fbed01b3b04362c9.tar.gz
|
||||||
/driverctl-0.111-fa9dce43d1a667d6e6e26895fbed01b3b04362c9.tar.gz
|
/driverctl-0.111-fa9dce43d1a667d6e6e26895fbed01b3b04362c9.tar.gz
|
||||||
|
/driverctl-0.115.tar.bz2
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
%global commit fa9dce43d1a667d6e6e26895fbed01b3b04362c9
|
|
||||||
|
|
||||||
Name: driverctl
|
Name: driverctl
|
||||||
Version: 0.111
|
Version: 0.115
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Device driver control utility
|
Summary: Device driver control utility
|
||||||
|
|
||||||
@ -10,8 +8,7 @@ License: LGPLv2
|
|||||||
URL: https://gitlab.com/driverctl/driverctl
|
URL: https://gitlab.com/driverctl/driverctl
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
# rpm doesn't grok the gitlab url but spectool understands this monster
|
Source0: https://gitlab.com/driverctl/driverctl/-/archive/%{version}/driverctl-%{version}.tar.bz2
|
||||||
Source0: https://gitlab.com/driverctl/%{name}/repository/archive.tar.gz?ref=%{version}#/%{name}-%{version}-%{commit}.tar.gz
|
|
||||||
|
|
||||||
# for udev macros
|
# for udev macros
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -38,7 +35,7 @@ created by driverctl are persistent across system reboots
|
|||||||
by default.
|
by default.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-%{commit}
|
%setup -q
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -61,6 +58,9 @@ by default.
|
|||||||
%udev_rules_update
|
%udev_rules_update
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 02 2023 Timothy Redaelli <tredaelli@redhat.com> - 0.115-1
|
||||||
|
- Updated to 0.115 (RHEL-11394)
|
||||||
|
|
||||||
* Wed Feb 05 2020 Flavio Leitner <fbl@redhat.com> - 0.111-1
|
* Wed Feb 05 2020 Flavio Leitner <fbl@redhat.com> - 0.111-1
|
||||||
- Updated to 0.111 (#1798626)
|
- Updated to 0.111 (#1798626)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (driverctl-0.111-fa9dce43d1a667d6e6e26895fbed01b3b04362c9.tar.gz) = fd97c9532956c19e822a8f46f720294509d761907cd549decfabd29721a6869753694d29b34c84c2fae4bf38a2d2e96ae6136de88540a5960c11aef50bf666f1
|
SHA512 (driverctl-0.115.tar.bz2) = 0784d2ffbff1ee75387a2424b90e525332e705217c0cb98d49f0a5e49b434986c197dc938b4c7206fde7b5e32893978c35386cc02a32a60a8bf8588600c06857
|
||||||
|
Loading…
Reference in New Issue
Block a user