[redis] Update changelog and add %ghost directive

Fabian Deutsch fabiand at fedoraproject.org
Fri Sep 6 09:36:40 UTC 2013


commit 0a73e94345aae56679cb8d5f9ec6a3169d6af16e
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Fri Sep 6 11:33:08 2013 +0200

    Update changelog and add %ghost directive
    
    Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=656683
    Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>

 redis.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/redis.spec b/redis.spec
index 14a18d1..ad6c18c 100644
--- a/redis.spec
+++ b/redis.spec
@@ -10,7 +10,7 @@
 
 Name:             redis
 Version:          2.6.13
-Release:          5%{?dist}
+Release:          6%{?dist}
 Summary:          A persistent key-value database
 
 Group:            Applications/Databases
@@ -119,13 +119,17 @@ fi
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %dir %attr(0755, redis, root) %{_localstatedir}/lib/%{name}
 %dir %attr(0755, redis, root) %{_localstatedir}/log/%{name}
-%dir %attr(0755, redis, root) %{_localstatedir}/run/%{name}
+%ghost %dir %attr(0755, redis, root) %{_localstatedir}/run/%{name}
 %{_bindir}/%{name}-*
 %{_sbindir}/%{name}-*
 %{_initrddir}/%{name}
 %{_unitdir}/%{name}.service
 
 %changelog
+* Fri Sep 06 2013 Fabian Deutsch <fabian.deutsch at gmx.de> - 2.6.13-6
+- Fix rhbz#973151
+- Fix rhbz#656683
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6.13-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list