Accepting request 1193388 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1193388 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=175
This commit is contained in:
commit
fec1c85c21
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 04:30:42 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Remove explicit runtime library dependency, pick ease of
|
||||
maintenance in Tumbleweed over mixed project use runtime bugs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 13:14:00 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
# spec file for package gpg2
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -64,11 +65,6 @@ BuildRequires: pkgconfig(gnutls) >= 3.2
|
||||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
BuildRequires: pkgconfig(sqlite3) >= 3.27
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
# runtime dependency to support devel repository users - boo#955982
|
||||
Requires: libassuan0 >= 2.5.0
|
||||
Requires: libgcrypt20 >= 1.9.1
|
||||
Requires: libgpg-error >= 1.46
|
||||
Requires: libksba >= 1.6.3
|
||||
Requires: pinentry
|
||||
Recommends: dirmngr = %{version}
|
||||
Provides: gnupg = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user