From 3f5718dbb42e028b661e73947f150ddebae2e5b1 Mon Sep 17 00:00:00 2001
From: Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
Date: Wed, 27 Jul 2016 18:50:03 -0400
Subject: [PATCH] packaging: remove missing file from .spec

c9ef45aec2d38aad0b93057a3fb789f5db66f7c2 removed the yum repo file
in order to not install the repo with the ring-daemon package, however
this file was till being referred to in another place causing the
packaging to fail

Change-Id: I6bf98122de6efb05af82b0fc50d56b2ca70fb547
Tuleap: #591
---
 ring-daemon.spec | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ring-daemon.spec b/ring-daemon.spec
index f0ef2c4d39..609bfc9617 100644
--- a/ring-daemon.spec
+++ b/ring-daemon.spec
@@ -73,7 +73,6 @@ make DESTDIR=%{buildroot} install
 %{_datadir}/dbus-1/services/*
 %{_datadir}/dbus-1/interfaces/*
 %doc %{_mandir}/man1/dring*
-%config %{_sysconfdir}/yum.repos.d/ring-nightly.repo
 
 %files devel
 %defattr(-,root,root,-)
-- 
GitLab