Import from AlmaLinux stable repository
This commit is contained in:
parent
e5a29e370e
commit
199893a14d
@ -1 +0,0 @@
|
||||
cf30fb1f4e4bf83b5c611a61813c5b4ed0942289 SOURCES/driverctl-0.111-fa9dce43d1a667d6e6e26895fbed01b3b04362c9.tar.gz
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/driverctl-0.111-fa9dce43d1a667d6e6e26895fbed01b3b04362c9.tar.gz
|
||||
SOURCES/driverctl-0.115.tar.bz2
|
||||
|
@ -1,7 +1,5 @@
|
||||
%global commit fa9dce43d1a667d6e6e26895fbed01b3b04362c9
|
||||
|
||||
Name: driverctl
|
||||
Version: 0.111
|
||||
Version: 0.115
|
||||
Release: 1%{?dist}
|
||||
Summary: Device driver control utility
|
||||
|
||||
@ -10,8 +8,7 @@ License: LGPLv2
|
||||
URL: https://gitlab.com/driverctl/driverctl
|
||||
BuildArch: noarch
|
||||
|
||||
# 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/driverctl/-/archive/%{version}/driverctl-%{version}.tar.bz2
|
||||
|
||||
# for udev macros
|
||||
BuildRequires: systemd
|
||||
@ -38,7 +35,7 @@ created by driverctl are persistent across system reboots
|
||||
by default.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{commit}
|
||||
%setup -q
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -61,6 +58,9 @@ by default.
|
||||
%udev_rules_update
|
||||
|
||||
%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
|
||||
- Updated to 0.111 (#1798626)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user