forked from pool/glibc
- switched to https urls
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=612
This commit is contained in:
parent
9bc2056b1a
commit
5ff6da67bf
@ -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>
|
Mon Feb 28 10:51:19 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package glibc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -179,11 +179,11 @@ Release: 0
|
|||||||
%define git_id %(echo %version | sed 's/.*\.g//')
|
%define git_id %(echo %version | sed 's/.*\.g//')
|
||||||
%define libversion %(echo %version | sed 's/\.[^.]*\.g.*//')
|
%define libversion %(echo %version | sed 's/\.[^.]*\.g.*//')
|
||||||
%endif
|
%endif
|
||||||
URL: http://www.gnu.org/software/libc/libc.html
|
URL: https://www.gnu.org/software/libc/libc.html
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if !%{build_snapshot}
|
%if !%{build_snapshot}
|
||||||
Source: http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz
|
Source: https://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz
|
||||||
Source1: http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz.sig
|
Source1: https://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz.sig
|
||||||
%else
|
%else
|
||||||
Source: glibc-%{version}.tar.xz
|
Source: glibc-%{version}.tar.xz
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user