Update changelog and add %ghost directive
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=656683 Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
This commit is contained in:
parent
9b1da96872
commit
0a73e94345
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 2.6.13
|
Version: 2.6.13
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: A persistent key-value database
|
Summary: A persistent key-value database
|
||||||
|
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -119,13 +119,17 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
||||||
%dir %attr(0755, redis, root) %{_localstatedir}/lib/%{name}
|
%dir %attr(0755, redis, root) %{_localstatedir}/lib/%{name}
|
||||||
%dir %attr(0755, redis, root) %{_localstatedir}/log/%{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}-*
|
%{_bindir}/%{name}-*
|
||||||
%{_sbindir}/%{name}-*
|
%{_sbindir}/%{name}-*
|
||||||
%{_initrddir}/%{name}
|
%{_initrddir}/%{name}
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 06 2013 Fabian Deutsch <fabian.deutsch@gmx.de> - 2.6.13-6
|
||||||
|
- Fix rhbz#973151
|
||||||
|
- Fix rhbz#656683
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.13-5
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.13-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user