diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-04 03:12:38 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-04 03:12:38 +0000 |
commit | 30090902da2c2c4c3b40fed7649a06b1d9653182 (patch) | |
tree | 1a47b5d4ae7a186aa919e2fc7a33258af9c51379 | |
parent | 21a195c0fbaf7352a1aa708f1360e5a24034b494 (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,2 +1,3 @@ /redis-7.0.0.tar.gz /redis-doc-e052823.tar.gz +/redis-6.2.8.tar.gz diff --git a/redis6.spec b/redis6.spec index 44508aa..b939eaa 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: 7.0.0 +Version: 6.2.8 Release: 3 Summary: A persistent key-value database License: BSD and MIT @@ -1,2 +1,2 @@ -12d50f7c2d88f961ec3d1ba00cb33cb5 redis-7.0.0.tar.gz +ed63921f8348958edeaf974dca657ce0 redis-6.2.8.tar.gz b51ad42ba7b33f1300a3a37140cf1353 redis-doc-e052823.tar.gz |