diff --git a/generate-tarball.sh b/generate-tarball.sh index a46844c..40efd8d 100644 --- a/generate-tarball.sh +++ b/generate-tarball.sh @@ -2,10 +2,10 @@ set -e name=maven-surefire -version="$(sed -n 's/Version:\s*//p' *.spec)" +version="$(sed -n 's/Version:\s*//p' ${name}.spec)" # RETRIEVE -wget "http://repo2.maven.org/maven2/org/apache/maven/surefire/surefire/${version}/surefire-${version}-source-release.zip" -O "${name}-${version}.orig.zip" +wget "https://archive.apache.org/dist/maven/surefire/surefire-${version}-source-release.zip" -O "${name}-${version}.orig.zip" rm -rf tarball-tmp mkdir tarball-tmp diff --git a/maven-surefire-plugins.changes b/maven-surefire-plugins.changes index 4a65a9e..08b571b 100644 --- a/maven-surefire-plugins.changes +++ b/maven-surefire-plugins.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 19 16:59:36 UTC 2021 - Pedro Monreal + +- Update generate-tarball.sh to use https URL [bsc#1182708] + ------------------------------------------------------------------- Sun Nov 24 17:49:18 UTC 2019 - Fridrich Strba diff --git a/maven-surefire-plugins.spec b/maven-surefire-plugins.spec index 0fccff1..a880941 100644 --- a/maven-surefire-plugins.spec +++ b/maven-surefire-plugins.spec @@ -1,7 +1,7 @@ # # spec file for package maven-surefire-plugins # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/maven-surefire-provider-junit5.changes b/maven-surefire-provider-junit5.changes index 16adf36..b4a4e87 100644 --- a/maven-surefire-provider-junit5.changes +++ b/maven-surefire-provider-junit5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 19 16:59:36 UTC 2021 - Pedro Monreal + +- Update generate-tarball.sh to use https URL [bsc#1182708] + ------------------------------------------------------------------- Sun Nov 24 17:49:33 UTC 2019 - Fridrich Strba diff --git a/maven-surefire-provider-junit5.spec b/maven-surefire-provider-junit5.spec index abf602a..1a283a9 100644 --- a/maven-surefire-provider-junit5.spec +++ b/maven-surefire-provider-junit5.spec @@ -1,7 +1,7 @@ # # spec file for package maven-surefire-provider-junit5 # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/maven-surefire.changes b/maven-surefire.changes index bfe98ca..1c8ab5c 100644 --- a/maven-surefire.changes +++ b/maven-surefire.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 19 16:59:36 UTC 2021 - Pedro Monreal + +- Update generate-tarball.sh to use https URL [bsc#1182708] + ------------------------------------------------------------------- Tue Apr 2 09:06:05 UTC 2019 - Fridrich Strba diff --git a/maven-surefire.spec b/maven-surefire.spec index 6b40375..9a237c4 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -1,7 +1,7 @@ # # spec file for package maven-surefire # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed