diff --git a/glibc.changes b/glibc.changes index 6afdf7f..cf8d6c6 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 29 10:48:30 UTC 2022 - Marcus Meissner + +- switched to https urls + ------------------------------------------------------------------- Mon Feb 28 10:51:19 UTC 2022 - Andreas Schwab diff --git a/glibc.spec b/glibc.spec index 2779c69..bdacde7 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package glibc # # Copyright (c) 2022 SUSE LLC # @@ -179,11 +179,11 @@ Release: 0 %define git_id %(echo %version | sed 's/.*\.g//') %define libversion %(echo %version | sed 's/\.[^.]*\.g.*//') %endif -URL: http://www.gnu.org/software/libc/libc.html +URL: https://www.gnu.org/software/libc/libc.html BuildRoot: %{_tmppath}/%{name}-%{version}-build %if !%{build_snapshot} -Source: http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz -Source1: http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz.sig +Source: https://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz +Source1: https://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz.sig %else Source: glibc-%{version}.tar.xz %endif