File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import re
25
25
import tarfile
26
26
27
27
28
- version = "0.16.2 "
28
+ version = "0.17.0 "
29
29
diffs_found_msg = False
30
30
is_php_detected = False
31
31
is_apache_detected = False
Original file line number Diff line number Diff line change 1
1
Name: configsnap
2
- Version: 0.16.2
2
+ Version: 0.17.0
3
3
Release: 1%{?dist }
4
4
Summary: Record and compare system state
5
5
License: ASL 2.0
@@ -42,6 +42,12 @@ install -p -m 0600 additional.conf %{buildroot}%{_sysconfdir}/%{name}/additional
42
42
%{_sysconfdir }/%{name }
43
43
44
44
%changelog
45
+ * Sun Jun 16 2019 Nick Rhodes <nrhodes91@gmail.com> - 0.17.0-1
46
+ - Update diff function to use Popen.communicate() (PR 101)
47
+
48
+ * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.2-2
49
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
50
+
45
51
* Sun Dec 02 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.16.2-1
46
52
- Only report skipping default additional.conf file when using custom file
47
53
@@ -50,7 +56,7 @@ install -p -m 0600 additional.conf %{buildroot}%{_sysconfdir}/%{name}/additional
50
56
- Add --config option for specifying custom a configuration file using optparse
51
57
- Filter the "ip address show" output to remove lines containing valid_lft XXsec preferred_lft XXsec
52
58
53
- * Sat Oct 17 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.16-1
59
+ * Wed Oct 17 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.16-1
54
60
- Add --config option for specifying custom a configuration file
55
61
56
62
* Sat Sep 15 2018 Nick Rhodes <nrhodes91@gmail.com> - 0.15-1
You can’t perform that action at this time.
0 commit comments