Name: | driverctl |
---|---|
Version: | 0.111 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | System Environment/Kernel |
Size: | 41007 |
License: | LGPLv2 |
RPM: | driverctl-0.111-1.el8.noarch.rpm |
Source RPM: | driverctl-0.111-1.el8.src.rpm |
Build Date: | Wed Apr 29 2020 |
Build Host: | jenkins-10-147-72-125-65401f72-f687-4923-a026-2f2c8925146f.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://gitlab.com/driverctl/driverctl |
Summary: | Device driver control utility |
Description: | driverctl 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. |
- Updated to 0.111 (#1798626)
- 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
- 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)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 0.95 - update URLs to new group-based location
- 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
- Initial package