Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
redhat-redis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packaging
redhat-redis
Commits
302a52d2
Commit
302a52d2
authored
Dec 13, 2018
by
Nathan Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to latest community sources
parent
216645d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
.gitignore
.gitignore
+2
-0
redis.spec
redis.spec
+6
-3
sources
sources
+2
-2
No files found.
.gitignore
View file @
302a52d2
...
...
@@ -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
redis.spec
View file @
302a52d2
...
...
@@ -24,14 +24,14 @@
# Commit IDs for the (unversioned) redis-doc repository
# https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
%global doc_commit a
59c016fabe113539731621c99d52ef0d656dbae
%global doc_commit a
1e79fc9b2f42f04a8ab59c05c3228931adcd0a6
%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.
...
...
sources
View file @
302a52d2
SHA512 (redis-5.0.
2.tar.gz) = 0af94e2a0390d99aa2290f6a211a1173c7f8f1e7843792d5177271bac1c432b135756b4e94437abd0ac85d18be5a7aa05ff931cc900348c7c9c7872d759de2ce
SHA512 (redis-doc-a
59c016.tar.gz) = 84338a91fc46a4129e6c6382fd4bede4fa7519b456aa9a0434b3ddfae22728431d2d69cb3be63ec1e7b45aaf5d928507d79e9644550799fa7e79b23eb1708085
SHA512 (redis-5.0.
3.tar.gz) = 5915b14502438bf7c3f56e38640dda54b095bd87501aefa6e386c9cef48e8d1e625e980643d128d91b8cab26dd51d5d99ca66fa638dc04e5ba315fe43f11f58b
SHA512 (redis-doc-a
1e79fc.tar.gz) = c135d450e073d5383072d94506b49a209d92fa03b7ad404693d19c236fa162ef51a78bbc202eb75af811665b3a768f523bce906967d6f084d2aca7b2c0f6625f
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment