|
|
@ -1,13 +1,14 @@
|
|
|
|
Name: driverctl
|
|
|
|
Name: driverctl
|
|
|
|
Version: 0.115
|
|
|
|
Version: 0.111
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Device driver control utility
|
|
|
|
Summary: Device driver control utility
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
|
URL: https://gitlab.com/driverctl/driverctl
|
|
|
|
URL: https://gitlab.com/driverctl/driverctl
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://gitlab.com/driverctl/driverctl/-/archive/%{version}/driverctl-%{version}.tar.bz2
|
|
|
|
# rpm doesn't grok the gitlab url but spectool understands this monster
|
|
|
|
|
|
|
|
Source0: https://gitlab.com/driverctl/%{name}/-/archive/%{version}/driverctl-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
# for udev macros
|
|
|
|
# for udev macros
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd
|
|
|
@ -35,7 +36,7 @@ created by driverctl are persistent across system reboots
|
|
|
|
by default.
|
|
|
|
by default.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
%make_install
|
|
|
@ -58,12 +59,6 @@ by default.
|
|
|
|
%udev_rules_update
|
|
|
|
%udev_rules_update
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Mar 28 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.115-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.4 beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.111-2
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
Related: rhbz#1991688
|
|
|
|
Related: rhbz#1991688
|
|
|
|