diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-04 03:22:09 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-04 03:22:09 +0000 |
commit | 00953533d755f1f40c1e5d49c55284a01726fab0 (patch) | |
tree | 008379f0681305363b83db97fef581caec009aad | |
parent | 30090902da2c2c4c3b40fed7649a06b1d9653182 (diff) |
automatic import of redis6
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | redis6.spec | 2 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,4 @@ /redis-7.0.0.tar.gz /redis-doc-e052823.tar.gz /redis-6.2.8.tar.gz +/redis-6.2.13.tar.gz diff --git a/redis6.spec b/redis6.spec index b939eaa..dea3e0e 100644 --- a/redis6.spec +++ b/redis6.spec @@ -5,7 +5,7 @@ %global make_flags DEBUG="" V="echo" LDFLAGS="%{?__global_ldflags}" CFLAGS+="%{optflags} -fPIC" INSTALL="install -p" PREFIX=%{buildroot}%{_prefix} BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes %global Pname redis Name: redis6 -Version: 6.2.8 +Version: 6.2.13 Release: 3 Summary: A persistent key-value database License: BSD and MIT @@ -1,2 +1,2 @@ -ed63921f8348958edeaf974dca657ce0 redis-6.2.8.tar.gz +66b04e4b21cbc45b7975da2f7c440a6a redis-6.2.13.tar.gz b51ad42ba7b33f1300a3a37140cf1353 redis-doc-e052823.tar.gz |