From 5ed2b9f293442efb833874062003f0f5212a5401 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Wed, 16 Nov 2022 17:35:37 +0800 Subject: [PATCH] Modify invalid Source --- felix-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/felix-utils.spec b/felix-utils.spec index 42f32cb..cce3419 100644 --- a/felix-utils.spec +++ b/felix-utils.spec @@ -1,11 +1,11 @@ Name: felix-utils Version: 1.10.4 -Release: 4 +Release: 5 Summary: Utility library for OSGi License: ASL 2.0 URL: http://felix.apache.org BuildArch: noarch -Source0: http://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.utils/%{version}/org.apache.felix.utils-%{version}-source-release.tar.gz +Source0: https://repo1.maven.org/maven2/org/apache/felix/org.apache.felix.utils/%{version}/org.apache.felix.utils-%{version}-source-release.tar.gz BuildRequires: maven-local mvn(org.apache.felix:felix-parent:pom:) BuildRequires: mvn(org.osgi:org.osgi.compendium) mvn(org.osgi:org.osgi.core) @@ -41,5 +41,8 @@ This package is documentation that introduce usage for felix-utils. %files help -f .mfiles-javadoc %changelog +* Wed Nov 16 2022 yaoxin - 1.10.4-5 +- Modify invalid Source + * Wed Dec 12 2018 wanjiankang - 1.10.4-4 - Package Init -- Gitee