kaptk2 pushed to burp (master). "Added two configuration files so they would not be overwritten on update"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 15 14:23:14 UTC 2015


From 059e11e7c70bb649a388454b9d64c52c92c475b2 Mon Sep 17 00:00:00 2001
From: Andrew Niemantsverdriet <andrewniemants at gmail.com>
Date: Fri, 15 May 2015 08:23:08 -0600
Subject: Added two configuration files so they would not be overwritten on
 update


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 <andrewniemants at gmail.com> - 1.4.36.6
+- Added two configuration files so they would not be overwritten on update
+
 * Wed May 13 2015 Andrew Niemantsverdriet <andrewniemants at gmail.com> - 1.4.36.5
 - Only use license with compatible operating systems
 - Fixed typo _initrdir -> _initddir and made sure the file gets the correct name
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/burp.git/commit/?h=master&id=059e11e7c70bb649a388454b9d64c52c92c475b2


More information about the scm-commits mailing list