From a9893af08ff22e83423daa23da34b3d7f33d0417 Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Tue, 15 Sep 2020 14:19:33 +0800 Subject: [PATCH] Replace invalid url of Source0 --- ant-antunit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ant-antunit.spec b/ant-antunit.spec index de5f7e7..04a1f71 100644 --- a/ant-antunit.spec +++ b/ant-antunit.spec @@ -1,11 +1,11 @@ %global base_name antunit Name: ant-%{base_name} Version: 1.3 -Release: 1 +Release: 2 Summary: Provide antunit ant task License: ASL 2.0 URL: http://ant.apache.org/antlibs/antunit/ -Source0: http://www.apache.org/dist/ant/antlibs/%{base_name}/source/apache-%{name}-%{version}-src.tar.bz2 +Source0: https://archive.apache.org/dist/ant/antlibs/%{base_name}/source/apache-%{name}-%{version}-src.tar.bz2 BuildArch: noarch BuildRequires: javapackages-local ant ant-junit ant-testutil @@ -50,5 +50,8 @@ echo "ant/%{name}" > %{buildroot}%{_sysconfdir}/ant.d/%{base_name} %license LICENSE NOTICE %changelog +* Mon Sep 14 2020 chengzihan - 1.3-2 +- Replace invalid url of Source0 + * Fri Jul 24 2020 chengzihan - 1.3-1 - Package init