automatic version update by autodist [release 7.4.0-1mamba;Wed Jul 31 2024]

This commit is contained in:
Automatic Build System 2024-07-31 09:52:35 +02:00
parent 24099b8fa9
commit d6df586bcb

View File

@ -1,5 +1,5 @@
Name: redis
Version: 7.2.5
Version: 7.4.0
Release: 1mamba
Summary: An open source, BSD licensed, advanced key-value store
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 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
ln -sf %{_bindir}/redis-server %{buildroot}%{_bindir}/redis-sentinel
@ -68,11 +68,14 @@ fi
%config(noreplace) %{_sysconfdir}/redis.conf
%config(noreplace) %{_sysconfdir}/sentinel.conf
%{_bindir}/redis-*
/lib/systemd/system/redis.service
%{_unitdir}/redis.service
%dir %{_localstatedir}/lib/redis
%doc COPYING
%doc LICENSE.txt
%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
- automatic version update by autodist