From ee803c9b27e67f828e7decc64c601779e47f6f22 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 27 Apr 2022 11:18:34 +0800 Subject: [PATCH] Fix Source0 URL --- tomcat.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomcat.spec b/tomcat.spec index 4ed9f22..05848c5 100644 --- a/tomcat.spec +++ b/tomcat.spec @@ -18,7 +18,7 @@ Summary: Implementation of the Java Servlet, JavaServer Pages, Java Expres License: ASL 2.0 URL: http://tomcat.apache.org/ -Source0: https://github.com/apache/tomcat/archive/%{version}.tar.gz +Source0: https://github.com/apache/tomcat/archive/%{version}.tar.gz Source1: %{name}-%{major_version}.%{minor_version}.conf Source3: %{name}-%{major_version}.%{minor_version}.sysconfig Source4: %{name}-%{major_version}.%{minor_version}.wrapper -- Gitee