forked from pool/coreutils
- Download keyring file from Savannah; prefer HTTPS over FTP
for remote sources. OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=256
This commit is contained in:
parent
d20c1f8965
commit
feef8ae1a8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 09:32:53 UTC 2015 - mail@bernhard-voelker.de
|
||||
|
||||
- Download keyring file from Savannah; prefer HTTPS over FTP
|
||||
for remote sources.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 08:56:13 UTC 2015 - mail@bernhard-voelker.de
|
||||
|
||||
|
@ -82,9 +82,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# For upgrading you now just need to increase the version, remove the old
|
||||
# tarballs, then run osc service localrun download_files, osc addremove,
|
||||
# osc vc and osc ci and you are done.
|
||||
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
|
||||
Source2: %{name}.keyring
|
||||
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
|
||||
Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1&file=./%{name}.keyring
|
||||
%else
|
||||
# In "coreutils-testsuite", we use the version controlled file from "coreutils".
|
||||
# otherwise that file would be downloaded twice during the above mentioned
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 09:32:53 UTC 2015 - mail@bernhard-voelker.de
|
||||
|
||||
- Download keyring file from Savannah; prefer HTTPS over FTP
|
||||
for remote sources.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 08:56:13 UTC 2015 - mail@bernhard-voelker.de
|
||||
|
||||
|
Binary file not shown.
@ -82,9 +82,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# For upgrading you now just need to increase the version, remove the old
|
||||
# tarballs, then run osc service localrun download_files, osc addremove,
|
||||
# osc vc and osc ci and you are done.
|
||||
Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
|
||||
Source2: %{name}.keyring
|
||||
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
|
||||
Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1&file=./%{name}.keyring
|
||||
%else
|
||||
# In "coreutils-testsuite", we use the version controlled file from "coreutils".
|
||||
# otherwise that file would be downloaded twice during the above mentioned
|
||||
|
Loading…
Reference in New Issue
Block a user