diff --git a/.driverctl.metadata b/.driverctl.metadata index b09aaed..25d3745 100644 --- a/.driverctl.metadata +++ b/.driverctl.metadata @@ -1 +1 @@ -8a9e210e2e4c798c36455bea87792d7a92043a9f SOURCES/driverctl-0.101-06ae09c8d09ff62a8b69e45af67fc31974c30244.tar.gz +cf30fb1f4e4bf83b5c611a61813c5b4ed0942289 SOURCES/driverctl-0.111-fa9dce43d1a667d6e6e26895fbed01b3b04362c9.tar.gz diff --git a/.gitignore b/.gitignore index 786beb5..e510ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/driverctl-0.101-06ae09c8d09ff62a8b69e45af67fc31974c30244.tar.gz +SOURCES/driverctl-0.111-fa9dce43d1a667d6e6e26895fbed01b3b04362c9.tar.gz diff --git a/SPECS/driverctl.spec b/SPECS/driverctl.spec index e8f223c..6a952dd 100644 --- a/SPECS/driverctl.spec +++ b/SPECS/driverctl.spec @@ -1,7 +1,7 @@ -%global commit 06ae09c8d09ff62a8b69e45af67fc31974c30244 +%global commit fa9dce43d1a667d6e6e26895fbed01b3b04362c9 Name: driverctl -Version: 0.101 +Version: 0.111 Release: 1%{?dist} Summary: Device driver control utility @@ -61,6 +61,14 @@ by default. %udev_rules_update %changelog +* Wed Feb 05 2020 Flavio Leitner - 0.111-1 +- Updated to 0.111 (#1798626) + +* Mon Mar 11 2019 Timothy Redaelli - 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 Nov 20 2018 Timothy Redaelli - 0.101-1 - Rebase to driverctl-0.101-1.el7 (#1648411): - Fix shellcheck warnings (#1506969)