diff --git a/.driverctl.metadata b/.driverctl.metadata index 97954b3..aa7e156 100644 --- a/.driverctl.metadata +++ b/.driverctl.metadata @@ -1 +1 @@ -1ad03d54bde4152eb82cfd795e2c5a4ed46eba98 SOURCES/driverctl-0.111.tar.gz +2b4bae6a706b8ae1dc9e9e978176aa00c2322714 SOURCES/driverctl-0.115.tar.bz2 diff --git a/.gitignore b/.gitignore index 8620471..2f0e3f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/driverctl-0.111.tar.gz +SOURCES/driverctl-0.115.tar.bz2 diff --git a/SPECS/driverctl.spec b/SPECS/driverctl.spec index 974990f..de471e3 100644 --- a/SPECS/driverctl.spec +++ b/SPECS/driverctl.spec @@ -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 - 0.115-1 +- Updated to 0.115 (RHEL-11393) + * Mon Aug 09 2021 Mohan Boddu - 0.111-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688