Update to upstream redis-4.0.10 release
This commit is contained in:
parent
eb2f5b7b3a
commit
87a3e7a592
2
.gitignore
vendored
2
.gitignore
vendored
@ -45,3 +45,5 @@ clog
|
|||||||
/redis-doc-38c2bd6.tar.gz
|
/redis-doc-38c2bd6.tar.gz
|
||||||
/redis-4.0.8.tar.gz
|
/redis-4.0.8.tar.gz
|
||||||
/redis-4.0.9.tar.gz
|
/redis-4.0.9.tar.gz
|
||||||
|
/redis-doc-b9d39b1.tar.gz
|
||||||
|
/redis-4.0.10.tar.gz
|
||||||
|
@ -31,14 +31,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 38c2bd6f5331aad382494b3c7833b0cc2b92222a
|
%global doc_commit b9d39b104e0beff9e70b3d738c17d48491d6646a
|
||||||
%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.9
|
Version: 4.0.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A persistent key-value database
|
Summary: A persistent key-value database
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -377,6 +377,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 14 2018 Nathan Scott <nathans@redhat.com> - 4.0.10-1
|
||||||
|
- Upstream 4.0.10 release.
|
||||||
|
|
||||||
* Tue Mar 27 2018 Nathan Scott <nathans@redhat.com> - 4.0.9-1
|
* Tue Mar 27 2018 Nathan Scott <nathans@redhat.com> - 4.0.9-1
|
||||||
- Upstream 4.0.9 release.
|
- Upstream 4.0.9 release.
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (redis-4.0.9.tar.gz) = a6cf63cb361f0a87da3955ba628190dc04cad342f7a664d18e44416ee67dd86ed6e3a46b9701e994f1417e56b819b3c6fc595f363c10bb4b83d5033919d29598
|
SHA512 (redis-doc-b9d39b1.tar.gz) = 96e29a767d773578c971979655ae0a0e1144f2ae9d2553e14b019a42c43cfeddb16eb62a250c4be345a37170e677c7d154f9969f6faa9b78afb613afea83f948
|
||||||
SHA512 (redis-doc-38c2bd6.tar.gz) = b878e43e942c24b0bb195d36f50e0f7f3efc1aab339c8a7f9bd9c04318a13bfad41334a9f08e4e865c5708221b421a3e7a0f343a9fe728f3f9b4eb1404ef8517
|
SHA512 (redis-4.0.10.tar.gz) = 0978dabaf637e61889d492fd3629acd58ca8fb0c0088cdd7036ffd1a7ed3f018c107039d4c96bd61d0b7d35757df2366d051f57d77ffb5642aca0e5651b30603
|
||||||
|
Loading…
Reference in New Issue
Block a user