diff --git a/lettuce.spec b/lettuce.spec index c44f02b..cea35e8 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