From 8636889d82057f4c39a9828b51ee41042d37df20 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 15 Nov 2022 16:39:44 +0800 Subject: [PATCH] Modify invalid source0 (cherry picked from commit 9dea1e61c28dcfae9da47212754c956260d9a5fc) --- apache-commons-validator.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-validator.spec b/apache-commons-validator.spec index 43ff7e1..72a891d 100644 --- a/apache-commons-validator.spec +++ b/apache-commons-validator.spec @@ -1,11 +1,11 @@ %global short_name commons-validator Name: apache-%{short_name} Version: 1.5.0 -Release: 2 +Release: 3 Summary: Apache Commons Validator License: ASL 2.0 URL: http://commons.apache.org/validator/ -Source0: http://mirror.23media.de/apache/commons/validator/source/commons-validator-1.5.0-src.tar.gz +Source0: http://archive.apache.org/dist/commons/validator/source/commons-validator-1.5.0-src.tar.gz BuildArch: noarch BuildRequires: maven-local mvn(commons-beanutils:commons-beanutils) BuildRequires: mvn(commons-collections:commons-collections) @@ -46,6 +46,9 @@ sed -i 's/\r//' NOTICE.txt %doc LICENSE.txt NOTICE.txt %changelog +* Tue Nov 15 2022 caodongxia - 1.5.0-3 +- Modify invalid source0 + * Mon Sep 14 2020 shaoqiang kang - 1.5.0-2 - Modify source -- Gitee