automatic version update by autodist [release 7.4.0-1mamba;Wed Jul 31 2024]
This commit is contained in:
parent
24099b8fa9
commit
d6df586bcb
11
redis.spec
11
redis.spec
@ -1,5 +1,5 @@
|
|||||||
Name: redis
|
Name: redis
|
||||||
Version: 7.2.5
|
Version: 7.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An open source, BSD licensed, advanced key-value store
|
Summary: An open source, BSD licensed, advanced key-value store
|
||||||
Group: System/Database
|
Group: System/Database
|
||||||
@ -34,7 +34,7 @@ Redis is an open source, BSD licensed, advanced key-value store. It is often ref
|
|||||||
|
|
||||||
install -D -m0644 redis.conf %{buildroot}%{_sysconfdir}/redis.conf
|
install -D -m0644 redis.conf %{buildroot}%{_sysconfdir}/redis.conf
|
||||||
install -D -m0644 sentinel.conf %{buildroot}%{_sysconfdir}/sentinel.conf
|
install -D -m0644 sentinel.conf %{buildroot}%{_sysconfdir}/sentinel.conf
|
||||||
install -D -m0644 %{SOURCE1} %{buildroot}/lib/systemd/system/redis.service
|
install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/redis.service
|
||||||
install -d %{buildroot}%{_localstatedir}/lib/redis
|
install -d %{buildroot}%{_localstatedir}/lib/redis
|
||||||
|
|
||||||
ln -sf %{_bindir}/redis-server %{buildroot}%{_bindir}/redis-sentinel
|
ln -sf %{_bindir}/redis-server %{buildroot}%{_bindir}/redis-sentinel
|
||||||
@ -68,11 +68,14 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/redis.conf
|
%config(noreplace) %{_sysconfdir}/redis.conf
|
||||||
%config(noreplace) %{_sysconfdir}/sentinel.conf
|
%config(noreplace) %{_sysconfdir}/sentinel.conf
|
||||||
%{_bindir}/redis-*
|
%{_bindir}/redis-*
|
||||||
/lib/systemd/system/redis.service
|
%{_unitdir}/redis.service
|
||||||
%dir %{_localstatedir}/lib/redis
|
%dir %{_localstatedir}/lib/redis
|
||||||
%doc COPYING
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 31 2024 Automatic Build System <autodist@openmamba.org> 7.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun May 19 2024 Automatic Build System <autodist@openmamba.org> 7.2.5-1mamba
|
* Sun May 19 2024 Automatic Build System <autodist@openmamba.org> 7.2.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user