Sat, 08 Jun 2024 05:43:34 UTC | login

Information for build driverctl-0.101-5.fc33

ID170231
Package Namedriverctl
Version0.101
Release5.fc33
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 11:32:01 UTC
CompletedThu, 13 Aug 2020 11:32:01 UTC
Tags
f33
f37
f38
RPMs
src
driverctl-0.101-5.fc33.src.rpm (info) (download)
noarch
driverctl-0.101-5.fc33.noarch.rpm (info) (download)
Changelog * 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