From 8c6dae1f82d7504b5d7c6c88b65dae6c1b933ed2 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 10 Nov 2022 17:31:06 +0800 Subject: [PATCH 1/2] Bring source file into correspondence with described in spec file --- lettuce.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lettuce.spec b/lettuce.spec index c44f02b..254de2c 100644 --- a/lettuce.spec +++ b/lettuce.spec @@ -1,10 +1,10 @@ Name: lettuce Version: 2.3.3 -Release: 1 +Release: 2 Summary: Scalable Java Redis client -License: ASL 2.0 +License: Apache-2.0 URL: http://redis.paluch.biz/ -Source0: https://github.com/wg/lettuce/archive/lettuce-%{version}.tar.gz +Source0: https://github.com/wg/lettuce/archive/refs/tags/2.3.3.tar.gz#lettuce-%{version}.tar.gz BuildRequires: maven-local mvn(io.netty:netty:3) mvn(junit:junit) BuildArch: noarch %description @@ -40,5 +40,8 @@ find . -name "*.jar" -print -delete %license LICENSE %changelog +* Thu Nov 10 2022 Ge Wang - 2.3.3-2 +- Bring source file into correspondence with described in spec file + * Tue Aug 25 2020 Jeffery.Gao - 2.3.3-1 - Package init From c68a499ea932668004e46c80ecbc4c8cd2f21c05 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 10 Nov 2022 17:39:08 +0800 Subject: [PATCH 2/2] modify source --- lettuce.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lettuce.spec b/lettuce.spec index 254de2c..cea35e8 100644 --- a/lettuce.spec +++ b/lettuce.spec @@ -4,7 +4,7 @@ Release: 2 Summary: Scalable Java Redis client License: Apache-2.0 URL: http://redis.paluch.biz/ -Source0: https://github.com/wg/lettuce/archive/refs/tags/2.3.3.tar.gz#lettuce-%{version}.tar.gz +Source0: https://github.com/wg/lettuce/archive/refs/tags/2.3.3.tar.gz#/lettuce-%{version}.tar.gz BuildRequires: maven-local mvn(io.netty:netty:3) mvn(junit:junit) BuildArch: noarch %description