consistently use HTTPS URLs for both URL and Sources
This commit is contained in:
parent
a1d9c32b15
commit
9c77b707d2
@ -1,12 +1,13 @@
|
||||
Name: maven-mapping
|
||||
Version: 3.0.0
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: Apache Maven Mapping
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/shared/%{name}/
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: http://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
URL: https://maven.apache.org/shared/maven-mapping/
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
@ -40,6 +41,9 @@ This package provides %{summary}.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Jul 27 2020 Fabio Valentini <decathorpe@gmail.com> - 3.0.0-11
|
||||
- Consistently use HTTPS URLs for both URL and Sources.
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
@ -75,3 +79,4 @@ This package provides %{summary}.
|
||||
|
||||
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-1
|
||||
- Initial packaging
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user