From f07c9485ee05575073cb2017c33262aca4e958d7 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 26 Feb 2015 19:26:04 -0300 Subject: [PATCH] gitlab: declare /etc/gitlab/* as config files --- specs/gitlab/gitlab.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/specs/gitlab/gitlab.spec b/specs/gitlab/gitlab.spec index 8c4fb7c..c71843e 100644 --- a/specs/gitlab/gitlab.spec +++ b/specs/gitlab/gitlab.spec @@ -1,6 +1,6 @@ Name: gitlab Version: 7.6.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Software Development Platform Group: Development/Tools License: Expat @@ -146,4 +146,7 @@ service gitlab stop %files /usr/lib/gitlab /etc/gitlab +%config(noreplace) %{_sysconfdir}/gitlab/database.yml +%config(noreplace) %{_sysconfdir}/gitlab/gitlab.yml +%config(noreplace) %{_sysconfdir}/gitlab/unicorn.rb %doc -- libgit2 0.21.2