Wed, 24 Apr 2024 16:15:41 UTC | login

Information for build driverctl-0.101-1.el8

ID660
Package Namedriverctl
Version0.101
Release1.el8
Epoch
Sourcegit+https://git.centos.org/rpms/driverctl.git#d184d5367307215ecda1b2a924099ea3684ee3dc
SummaryDevice driver control utility
Descriptiondriverctl is a tool for manipulating and inspecting the system device driver choices. Devices are normally assigned to their sole designated kernel driver by default. However in some situations it may be desireable to override that default, for example to try an older driver to work around a regression in a driver or to try an experimental alternative driver. Another common use-case is pass-through drivers and driver stubs to allow userspace to drive the device, such as in case of virtualization. driverctl integrates with udev to support overriding driver selection for both cold- and hotplugged devices from the moment of discovery, but can also change already assigned drivers, assuming they are not in use by the system. The driver overrides created by driverctl are persistent across system reboots by default.
Built byhughesjr
State complete
Volume DEFAULT
StartedMon, 13 May 2019 23:24:00 UTC
CompletedMon, 13 May 2019 23:28:00 UTC
Taskbuild (dist-c8, /rpms/driverctl.git:d184d5367307215ecda1b2a924099ea3684ee3dc)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/driverctl.git?#d184d5367307215ecda1b2a924099ea3684ee3dc'}}
Tags
dist-c8-compose
dist-c8-stream
dist-c8-stream-compose
RPMs
src
driverctl-0.101-1.el8.src.rpm (info) (download)
noarch
driverctl-0.101-1.el8.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
noarch_rpmdiff.json
mock_output.log
hw_info.log
state.log
Changelog * 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 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.95-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.95-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jan 31 2017 Timothy Redaelli <tredaelli@redhat.com> - 0.95-1 - Update to 0.95 - update URLs to new group-based location * Fri Sep 16 2016 Panu Matilainen <pmatilai@redhat.com> - 0.91-1 - Use a relative path from udevrulesdir - Use fedorable source url which spectool actually understands - Move bash completions to newer standard in %{_datadir}/bash-completion - Use %make_install macro - Require /usr/sbin/udevadm for %post and %postun * Fri Sep 02 2016 Panu Matilainen <pmatilai@redhat.com> - 0.74-1 - Initial package