From 4ce741ea904692cc330c627665ae5d788fbdece7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Nov 2017 12:59:05 +0100 Subject: avoid duplicate file in redis and redis-doc --- redis.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.spec b/redis.spec index 64c7f65..c84f166 100644 --- a/redis.spec +++ b/redis.spec @@ -345,7 +345,7 @@ fi %files %{!?_licensedir:%global license %%doc} %license COPYING -%doc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO README.md +%doc 00-RELEASENOTES BUGS CONTRIBUTING MANIFESTO %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %attr(0640, redis, root) %config(noreplace) %{_sysconfdir}/%{name}.conf %attr(0640, redis, root) %config(noreplace) %{_sysconfdir}/%{name}-sentinel.conf -- cgit