Skip to content

Commit

Permalink
Merge branch 'release-0.17.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhodesn committed Jun 16, 2019
2 parents 18f7a29 + 15d40e7 commit 142de48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configsnap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import re
import tarfile


version = "0.16.2"
version = "0.17.0"
diffs_found_msg = False
is_php_detected = False
is_apache_detected = False
Expand Down
10 changes: 8 additions & 2 deletions configsnap.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: configsnap
Version: 0.16.2
Version: 0.17.0
Release: 1%{?dist}
Summary: Record and compare system state
License: ASL 2.0
Expand Down Expand Up @@ -42,6 +42,12 @@ install -p -m 0600 additional.conf %{buildroot}%{_sysconfdir}/%{name}/additional
%{_sysconfdir}/%{name}

%changelog
* Sun Jun 16 2019 Nick Rhodes <[email protected]> - 0.17.0-1
- Update diff function to use Popen.communicate() (PR 101)

* Thu Jan 31 2019 Fedora Release Engineering <[email protected]> - 0.16.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Sun Dec 02 2018 Nick Rhodes <[email protected]> - 0.16.2-1
- Only report skipping default additional.conf file when using custom file

Expand All @@ -50,7 +56,7 @@ install -p -m 0600 additional.conf %{buildroot}%{_sysconfdir}/%{name}/additional
- Add --config option for specifying custom a configuration file using optparse
- Filter the "ip address show" output to remove lines containing valid_lft XXsec preferred_lft XXsec

* Sat Oct 17 2018 Nick Rhodes <[email protected]> - 0.16-1
* Wed Oct 17 2018 Nick Rhodes <[email protected]> - 0.16-1
- Add --config option for specifying custom a configuration file

* Sat Sep 15 2018 Nick Rhodes <[email protected]> - 0.15-1
Expand Down

0 comments on commit 142de48

Please sign in to comment.