From cfb2136bd682090719b1efb2b8b8858a634b2444288fa445d4b6d7f41286afc1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 19 Apr 2022 13:48:24 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Base:System/which?expand=0&rev=11 --- which-2.21.tar.gz.sig | Bin 0 -> 152 bytes which.spec | 9 +++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 which-2.21.tar.gz.sig diff --git a/which-2.21.tar.gz.sig b/which-2.21.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..4a5729abf28c1d9a561e029ee8825c82433c23f13895d5fbe1d6e16308631882 GIT binary patch literal 152 zcmV;J0B8S+0F?s;096c2>2K1;9b!t#)d2#$zXSd$!w@)ZgKw$-EezJ__tPzz=fn9` zY(RqXVkM^%xyJ~RT$7}@GLDVI3o$!hnIc6Bt_O@%mF}B045a*0=NYJSAD00q8-8TR zH3%trCsu6&UY4g(AZAcb<4UrvJ-U%IIg>v`Rk literal 0 HcmV?d00001 diff --git a/which.spec b/which.spec index e1c99d4..74179fd 100644 --- a/which.spec +++ b/which.spec @@ -1,7 +1,7 @@ # # spec file for package which # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,8 +22,9 @@ Release: 0 Summary: Displays where a particular program in your path is located License: GPL-3.0-or-later Group: System/Base -Url: https://savannah.gnu.org/projects/which/ -Source0: http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz +URL: https://savannah.gnu.org/projects/which/ +Source0: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz +Source1: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz.sig Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} Provides: util-linux:%{_bindir}/which From 2502f360948143ddf1d7b1c8ad89c79074853005ff5f95b8735788598de85700 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 19 Apr 2022 13:48:52 +0000 Subject: [PATCH 2/2] - https urls, added signature (but did not find the public key) OBS-URL: https://build.opensuse.org/package/show/Base:System/which?expand=0&rev=12 --- which.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/which.changes b/which.changes index ba3cadf..de60dfd 100644 --- a/which.changes +++ b/which.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 13:48:33 UTC 2022 - Marcus Meissner + +- https urls, added signature (but did not find the public key) + ------------------------------------------------------------------- Mon Mar 19 11:57:56 CET 2018 - kukuk@suse.de