diff --git a/gpg2.changes b/gpg2.changes index 889ad13..9984cca 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 12 04:30:42 UTC 2024 - Andreas Stieger + +- 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 diff --git a/gpg2.spec b/gpg2.spec index 4598a21..376abe2 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -2,6 +2,7 @@ # spec file for package gpg2 # # Copyright (c) 2024 SUSE LLC +# Copyright (c) 2024 Andreas Stieger # # 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}