diff --git a/burp.spec b/burp.spec index 7d34fc0..4c07397 100644 --- a/burp.spec +++ b/burp.spec @@ -1,7 +1,7 @@ Name: burp Summary: A network-based backup and restore program Version: 1.4.36 -Release: 5%{?dist} +Release: 6%{?dist} License: AGPLv3 and BSD and GPLv2+ and LGPLv2+ URL: http://burp.grke.org/ Source0: https://github.com/grke/burp/archive/%{version}.tar.gz @@ -51,6 +51,8 @@ install -p -m 0755 %{SOURCE1} %{buildroot}%{_initddir}/%{name} %license LICENSE %endif %{_sbindir}/* +%config(noreplace) /etc/%{name}/burp.conf +%config(noreplace) /etc/%{name}/burp-server.conf %{_mandir}/man8/* %if 0%{?fedora} >= 19 || 0%{?rhel} >= 7 %{_unitdir}/burp.service @@ -82,6 +84,9 @@ fi %endif %changelog +* Fri May 15 2015 Andrew Niemantsverdriet - 1.4.36.6 +- Added two configuration files so they would not be overwritten on update + * Wed May 13 2015 Andrew Niemantsverdriet - 1.4.36.5 - Only use license with compatible operating systems - Fixed typo _initrdir -> _initddir and made sure the file gets the correct name