import CS driverctl-0.115-1.el9

This commit is contained in:
eabdullin 2024-03-28 10:03:31 +00:00
parent e1f00444e2
commit 2849320d7b
3 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
1ad03d54bde4152eb82cfd795e2c5a4ed46eba98 SOURCES/driverctl-0.111.tar.gz
2b4bae6a706b8ae1dc9e9e978176aa00c2322714 SOURCES/driverctl-0.115.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/driverctl-0.111.tar.gz
SOURCES/driverctl-0.115.tar.bz2

View File

@ -1,14 +1,13 @@
Name: driverctl
Version: 0.111
Release: 2%{?dist}
Version: 0.115
Release: 1%{?dist}
Summary: Device driver control utility
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}/-/archive/%{version}/driverctl-%{version}.tar.gz
Source0: https://gitlab.com/driverctl/driverctl/-/archive/%{version}/driverctl-%{version}.tar.bz2
# for udev macros
BuildRequires: systemd
@ -36,7 +35,7 @@ created by driverctl are persistent across system reboots
by default.
%prep
%setup -q -n %{name}-%{version}
%setup -q
%install
%make_install
@ -59,6 +58,9 @@ by default.
%udev_rules_update
%changelog
* Mon Nov 06 2023 Timothy Redaelli <tredaelli@redhat.com> - 0.115-1
- Updated to 0.115 (RHEL-11393)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.111-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688