Compare commits
No commits in common. "imports/c9/driverctl-0.111-2.el9" and "c8" have entirely different histories.
imports/c9
...
c8
@ -1 +0,0 @@
|
||||
1ad03d54bde4152eb82cfd795e2c5a4ed46eba98 SOURCES/driverctl-0.111.tar.gz
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/driverctl-0.111.tar.gz
|
||||
SOURCES/driverctl-0.115.tar.bz2
|
||||
|
@ -1,18 +1,17 @@
|
||||
Name: driverctl
|
||||
Version: 0.111
|
||||
Release: 2%{?dist}
|
||||
Version: 0.115
|
||||
Release: 1%{?dist}
|
||||
Summary: Device driver control utility
|
||||
|
||||
Group: System Environment/Kernel
|
||||
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
|
||||
BuildRequires: make
|
||||
Requires(post,postun): %{_sbindir}/udevadm
|
||||
Requires: coreutils udev
|
||||
|
||||
@ -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,39 +58,23 @@ by default.
|
||||
%udev_rules_update
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.111-2
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
* Thu Nov 02 2023 Timothy Redaelli <tredaelli@redhat.com> - 0.115-1
|
||||
- Updated to 0.115 (RHEL-11394)
|
||||
|
||||
* Thu Jun 10 2021 Flavio Leitner <fbl@redhat.com> - 0.111-1
|
||||
- Updated to 0.111 (bz#1958169)
|
||||
* Wed Feb 05 2020 Flavio Leitner <fbl@redhat.com> - 0.111-1
|
||||
- Updated to 0.111 (#1798626)
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.101-7
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
* Mon Mar 11 2019 Timothy Redaelli <tredaelli@redhat.com> - 0.108-1
|
||||
- Fix bash autocompletion (#1657020)
|
||||
- Fix --no-save to do not always returns with exit code 1
|
||||
- Return error code when unbinding a device from a driver fails
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.101-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.101-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.101-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.101-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.101-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Oct 20 2018 Timothy Redaelli <tredaelli@redhat.com> - 0.101-1
|
||||
- Fix shellcheck warnings
|
||||
- Install bash-completion as driverctl instead of driverctl-bash-completion.sh
|
||||
- fix load_override for non-PCI bus
|
||||
- Make sure driverctl had loaded all the overrides before basic.target
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.95-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
* Tue Nov 20 2018 Timothy Redaelli <tredaelli@redhat.com> - 0.101-1
|
||||
- Rebase to driverctl-0.101-1.el7 (#1648411):
|
||||
- Fix shellcheck warnings (#1506969)
|
||||
- Install bash-completion as driverctl instead of driverctl-bash-completion.sh
|
||||
- fix load_override for non-PCI bus
|
||||
- Make sure driverctl had loaded all the overrides before basic.target (#1634160)
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.95-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user