Update to latest community sources
This commit is contained in:
parent
216645d1aa
commit
302a52d227
2
.gitignore
vendored
2
.gitignore
vendored
@ -54,3 +54,5 @@ clog
|
||||
/redis-doc-658233e.tar.gz
|
||||
/redis-5.0.2.tar.gz
|
||||
/redis-doc-a59c016.tar.gz
|
||||
/redis-5.0.3.tar.gz
|
||||
/redis-doc-a1e79fc.tar.gz
|
||||
|
@ -24,14 +24,14 @@
|
||||
|
||||
# Commit IDs for the (unversioned) redis-doc repository
|
||||
# https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
|
||||
%global doc_commit a59c016fabe113539731621c99d52ef0d656dbae
|
||||
%global doc_commit a1e79fc9b2f42f04a8ab59c05c3228931adcd0a6
|
||||
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
|
||||
|
||||
# %%{rpmmacrodir} not usable on EL-6
|
||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: redis
|
||||
Version: 5.0.2
|
||||
Version: 5.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A persistent key-value database
|
||||
# redis, linenoise, lzf, hiredis are BSD
|
||||
@ -60,7 +60,7 @@ Source10: https://github.com/antirez/%{name}-doc/archive/%{doc_commit}/
|
||||
Patch0001: 0001-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch
|
||||
# https://github.com/antirez/redis/pull/3494 - symlink
|
||||
Patch0002: 0002-install-redis-check-rdb-as-a-symlink-instead-of-dupl.patch
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc
|
||||
BuildRequires: jemalloc-devel
|
||||
%if 0%{?with_tests}
|
||||
BuildRequires: procps-ng
|
||||
@ -358,6 +358,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 13 2018 Nathan Scott <nathans@redhat.com> - 5.0.3-1
|
||||
- Upstream 5.0.3 release and redis-doc updates.
|
||||
|
||||
* Fri Nov 23 2018 Nathan Scott <nathans@redhat.com> - 5.0.2-1
|
||||
- Upstream 5.0.2 release and redis-doc updates.
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (redis-5.0.2.tar.gz) = 0af94e2a0390d99aa2290f6a211a1173c7f8f1e7843792d5177271bac1c432b135756b4e94437abd0ac85d18be5a7aa05ff931cc900348c7c9c7872d759de2ce
|
||||
SHA512 (redis-doc-a59c016.tar.gz) = 84338a91fc46a4129e6c6382fd4bede4fa7519b456aa9a0434b3ddfae22728431d2d69cb3be63ec1e7b45aaf5d928507d79e9644550799fa7e79b23eb1708085
|
||||
SHA512 (redis-5.0.3.tar.gz) = 5915b14502438bf7c3f56e38640dda54b095bd87501aefa6e386c9cef48e8d1e625e980643d128d91b8cab26dd51d5d99ca66fa638dc04e5ba315fe43f11f58b
|
||||
SHA512 (redis-doc-a1e79fc.tar.gz) = c135d450e073d5383072d94506b49a209d92fa03b7ad404693d19c236fa162ef51a78bbc202eb75af811665b3a768f523bce906967d6f084d2aca7b2c0f6625f
|
||||
|
Loading…
Reference in New Issue
Block a user