From 59b94700d8b3a58dbb80ed6147869afe95ec3379 Mon Sep 17 00:00:00 2001 From: Robert Relyea Date: Mon, 4 Nov 2024 15:03:24 -0800 Subject: [PATCH] Resolves: RHEL-61297 - remove dbm references in pkconfig --- nss-softokn-config.in | 1 - nss-softokn.pc.in | 2 +- nss.spec | 5 ++++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/nss-softokn-config.in b/nss-softokn-config.in index c7abe29..6ad7335 100644 --- a/nss-softokn-config.in +++ b/nss-softokn-config.in @@ -21,7 +21,6 @@ Options: Dynamic Libraries: softokn3 - Requires full dynamic linking freebl3 - for internal use only (and glibc for self-integrity check) - nssdbm3 - for internal use only Dymamically linked EOF exit $1 diff --git a/nss-softokn.pc.in b/nss-softokn.pc.in index 022ebbf..7487341 100644 --- a/nss-softokn.pc.in +++ b/nss-softokn.pc.in @@ -7,5 +7,5 @@ Name: NSS-SOFTOKN Description: Network Security Services Softoken PKCS #11 Module Version: %SOFTOKEN_VERSION% Requires: nspr >= %NSPR_VERSION%, nss-util >= %NSSUTIL_VERSION% -Libs: -L${libdir} -lfreebl3 -lnssdbm3 -lsoftokn3 +Libs: -L${libdir} -lfreebl3 -lsoftokn3 Cflags: -I${includedir} diff --git a/nss.spec b/nss.spec index 123fdd8..07add18 100644 --- a/nss.spec +++ b/nss.spec @@ -3,7 +3,7 @@ # NOTE: To avoid NVR clashes of nspr* packages: # - reset %%{nspr_release} to 1, when updating %%{nspr_version} # - increment %%{nspr_version}, when updating the NSS part only -%global baserelease 9 +%global baserelease 10 %global nss_release %baserelease # use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when # release number between nss and nspr are different. @@ -1170,6 +1170,9 @@ fi %changelog +* Mon Nov 4 2024 Bob Relyea - 3.101.0-10 +- remove dbm references in pkconfig + * Fri Nov 1 2024 Bob Relyea - 3.101.0-9 - Add ml-kem support and remove xyber support - Fix shlibsign when the system is in FIPS mode