- switched to https urls

OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=612
This commit is contained in:
Marcus Meissner 2022-04-29 10:48:50 +00:00 committed by Git OBS Bridge
parent 9bc2056b1a
commit 5ff6da67bf
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 29 10:48:30 UTC 2022 - Marcus Meissner <meissner@suse.com>
- switched to https urls
-------------------------------------------------------------------
Mon Feb 28 10:51:19 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -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