From 5151e89ff6b57a44785ce162ebccb4fc193cfe9c Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Wed, 16 Nov 2022 17:35:24 +0800 Subject: [PATCH] Modify invalid Source --- apache-commons-cli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index ffdd8e1..1240a90 100644 --- a/apache-commons-cli.spec +++ b/apache-commons-cli.spec @@ -1,11 +1,11 @@ Name: apache-commons-cli Version: 1.4 -Release: 6 +Release: 7 Summary: CLI Library provides an API for Java License: ASL 2.0 URL: http://commons.apache.org/cli/ BuildArch: noarch -Source0: http://www.apache.org/dist/commons/cli/source/commons-cli-%{version}-src.tar.gz +Source0: https://archive.apache.org/dist/commons/cli/source/commons-cli-%{version}-src.tar.gz Patch0001: CLI-253-workaround.patch BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.commons:commons-parent:pom:) BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) @@ -41,5 +41,8 @@ API documentation for apache-commons-cli. %doc README.md RELEASE-NOTES.txt %changelog +* Wed Nov 16 2022 yaoxin - 1.4-7 +- Modify invalid Source + * Thu Dec 5 2019 likexin - 1.4-6 - Pakcage init -- Gitee