From 0a73e94345aae56679cb8d5f9ec6a3169d6af16e Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Fri, 6 Sep 2013 11:33:08 +0200 Subject: [PATCH] Update changelog and add %ghost directive Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=656683 Signed-off-by: Fabian Deutsch --- redis.spec | 8 ++++++-- 1 file 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 - 2.6.13-6 +- Fix rhbz#973151 +- Fix rhbz#656683 + * Sun Aug 04 2013 Fedora Release Engineering - 2.6.13-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild