Update to latest community sources

This commit is contained in:
Nathan Scott 2018-10-18 08:41:26 +11:00
parent 983d951a77
commit b1313ce2b0
5 changed files with 14 additions and 4 deletions

2
.gitignore vendored
View File

@ -48,3 +48,5 @@ clog
/redis-doc-b9d39b1.tar.gz /redis-doc-b9d39b1.tar.gz
/redis-4.0.10.tar.gz /redis-4.0.10.tar.gz
/redis-4.0.11.tar.gz /redis-4.0.11.tar.gz
/redis-5.0.0.tar.gz
/redis-doc-65e6865.tar.gz

View File

@ -1,6 +1,8 @@
[Unit] [Unit]
Description=Redis Sentinel Description=Redis Sentinel
After=network.target After=network.target
After=network-online.target
Wants=network-online.target
[Service] [Service]
ExecStart=/usr/bin/redis-sentinel /etc/redis-sentinel.conf --supervised systemd ExecStart=/usr/bin/redis-sentinel /etc/redis-sentinel.conf --supervised systemd

View File

@ -1,6 +1,8 @@
[Unit] [Unit]
Description=Redis persistent key-value database Description=Redis persistent key-value database
After=network.target After=network.target
After=network-online.target
Wants=network-online.target
[Service] [Service]
ExecStart=/usr/bin/redis-server /etc/redis.conf --supervised systemd ExecStart=/usr/bin/redis-server /etc/redis.conf --supervised systemd

View File

@ -24,14 +24,14 @@
# Commit IDs for the (unversioned) redis-doc repository # Commit IDs for the (unversioned) redis-doc repository
# https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision" # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
%global doc_commit b9d39b104e0beff9e70b3d738c17d48491d6646a %global doc_commit 65e68652b6cae915ea952f63edf8973cccc32567
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
# %%{rpmmacrodir} not usable on EL-6 # %%{rpmmacrodir} not usable on EL-6
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: redis Name: redis
Version: 4.0.11 Version: 5.0.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A persistent key-value database Summary: A persistent key-value database
# redis, linenoise, lzf, hiredis are BSD # redis, linenoise, lzf, hiredis are BSD
@ -358,6 +358,10 @@ fi
%changelog %changelog
* Thu Oct 18 2018 Nathan Scott <nathans@redhat.com> - 5.0.0-1
- Update systemd service files for network-online requirement
- Upstream 5.0.0 release.
* Thu Aug 09 2018 Nathan Scott <nathans@redhat.com> - 4.0.11-1 * Thu Aug 09 2018 Nathan Scott <nathans@redhat.com> - 4.0.11-1
- Drop the pandoc build dependency, install only markdown. - Drop the pandoc build dependency, install only markdown.
- Upstream 4.0.11 release. - Upstream 4.0.11 release.

View File

@ -1,2 +1,2 @@
SHA512 (redis-doc-b9d39b1.tar.gz) = 96e29a767d773578c971979655ae0a0e1144f2ae9d2553e14b019a42c43cfeddb16eb62a250c4be345a37170e677c7d154f9969f6faa9b78afb613afea83f948 SHA512 (redis-5.0.0.tar.gz) = 818277cf8c14eb5f0b864e936f657c8021a3614a76dda8975d82b20ab4e3983731363b7b527fb504fd41292304de079f78702503fca867ac6f45a97a391eec07
SHA512 (redis-4.0.11.tar.gz) = f0054af9ca2143731a397b2b21285387707b7f40d9326ba15225feb1a2ff470fab5194308342f63bbe1081f84c7e9ef19543c5a8e3eae49e17bfc515c64201f0 SHA512 (redis-doc-65e6865.tar.gz) = 4ce1fc9e3a2e76197be88ac19f4281dff28ed959f07e55aff5cadcd42dd76b07e3f948a7675c0ae45c36e1ea7999aa5899ca2a2106bafceb70f2bf74a0a50d0c