From 54116421479452017605568f37a68c75602f0bc8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 24 2019 12:59:51 +0000 Subject: import driverctl-0.108-1.el7_6 --- diff --git a/.driverctl.metadata b/.driverctl.metadata index b09aaed..44f399f 100644 --- a/.driverctl.metadata +++ b/.driverctl.metadata @@ -1 +1 @@ -8a9e210e2e4c798c36455bea87792d7a92043a9f SOURCES/driverctl-0.101-06ae09c8d09ff62a8b69e45af67fc31974c30244.tar.gz +6a27ba84e7414c30c4d8dfe0fa06c186cca9551e SOURCES/driverctl-0.108-385bd81e6e7520c9c0499d40c0cbb29fa384d7a1.tar.gz diff --git a/.gitignore b/.gitignore index 786beb5..ebdb358 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/driverctl-0.101-06ae09c8d09ff62a8b69e45af67fc31974c30244.tar.gz +SOURCES/driverctl-0.108-385bd81e6e7520c9c0499d40c0cbb29fa384d7a1.tar.gz diff --git a/SPECS/driverctl.spec b/SPECS/driverctl.spec index f1a8ea6..58ceb76 100644 --- a/SPECS/driverctl.spec +++ b/SPECS/driverctl.spec @@ -1,7 +1,7 @@ -%global commit 06ae09c8d09ff62a8b69e45af67fc31974c30244 +%global commit 385bd81e6e7520c9c0499d40c0cbb29fa384d7a1 Name: driverctl -Version: 0.101 +Version: 0.108 Release: 1%{?dist} Summary: Device driver control utility @@ -61,6 +61,11 @@ by default. %udev_rules_update %changelog +* Mon Mar 11 2019 Timothy Redaelli - 0.108-1 +- Fix bash autocompletion (#1698002) +- Fix --no-save to do not always returns with exit code 1 +- Return error code when unbinding a device from a driver fails + * Fri Oct 19 2018 Timothy Redaelli - 0.101-1 - Fix shellcheck warnings (#1506969) - Install bash-completion as driverctl instead of driverctl-bash-completion.sh