diff --git a/configsnap b/configsnap index c79199a..dbe1578 100755 --- a/configsnap +++ b/configsnap @@ -25,7 +25,7 @@ import re import tarfile -version = "0.17.0" +version = "0.17.1" diffs_found_msg = False is_php_detected = False is_apache_detected = False diff --git a/configsnap.spec b/configsnap.spec index ed26b60..924ac3c 100644 --- a/configsnap.spec +++ b/configsnap.spec @@ -1,5 +1,5 @@ Name: configsnap -Version: 0.17.0 +Version: 0.17.1 Release: 1%{?dist} Summary: Record and compare system state License: ASL 2.0 @@ -42,6 +42,9 @@ install -p -m 0600 additional.conf %{buildroot}%{_sysconfdir}/%{name}/additional %{_sysconfdir}/%{name} %changelog +* Wed Jul 03 2019 Nick Rhodes - 0.17.1-1 +- Convert relative basedir to absolute path (PR 103) + * Sun Jun 16 2019 Nick Rhodes - 0.17.0-1 - Update diff function to use Popen.communicate() (PR 101)