Resolves: RHEL-61297
- remove dbm references in pkconfig
This commit is contained in:
parent
059ca7646f
commit
59b94700d8
@ -21,7 +21,6 @@ Options:
|
|||||||
Dynamic Libraries:
|
Dynamic Libraries:
|
||||||
softokn3 - Requires full dynamic linking
|
softokn3 - Requires full dynamic linking
|
||||||
freebl3 - for internal use only (and glibc for self-integrity check)
|
freebl3 - for internal use only (and glibc for self-integrity check)
|
||||||
nssdbm3 - for internal use only
|
|
||||||
Dymamically linked
|
Dymamically linked
|
||||||
EOF
|
EOF
|
||||||
exit $1
|
exit $1
|
||||||
|
@ -7,5 +7,5 @@ Name: NSS-SOFTOKN
|
|||||||
Description: Network Security Services Softoken PKCS #11 Module
|
Description: Network Security Services Softoken PKCS #11 Module
|
||||||
Version: %SOFTOKEN_VERSION%
|
Version: %SOFTOKEN_VERSION%
|
||||||
Requires: nspr >= %NSPR_VERSION%, nss-util >= %NSSUTIL_VERSION%
|
Requires: nspr >= %NSPR_VERSION%, nss-util >= %NSSUTIL_VERSION%
|
||||||
Libs: -L${libdir} -lfreebl3 -lnssdbm3 -lsoftokn3
|
Libs: -L${libdir} -lfreebl3 -lsoftokn3
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
5
nss.spec
5
nss.spec
@ -3,7 +3,7 @@
|
|||||||
# NOTE: To avoid NVR clashes of nspr* packages:
|
# NOTE: To avoid NVR clashes of nspr* packages:
|
||||||
# - reset %%{nspr_release} to 1, when updating %%{nspr_version}
|
# - reset %%{nspr_release} to 1, when updating %%{nspr_version}
|
||||||
# - increment %%{nspr_version}, when updating the NSS part only
|
# - increment %%{nspr_version}, when updating the NSS part only
|
||||||
%global baserelease 9
|
%global baserelease 10
|
||||||
%global nss_release %baserelease
|
%global nss_release %baserelease
|
||||||
# use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when
|
# use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when
|
||||||
# release number between nss and nspr are different.
|
# release number between nss and nspr are different.
|
||||||
@ -1170,6 +1170,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 4 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-10
|
||||||
|
- remove dbm references in pkconfig
|
||||||
|
|
||||||
* Fri Nov 1 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-9
|
* Fri Nov 1 2024 Bob Relyea <rrelyea@redhat.com> - 3.101.0-9
|
||||||
- Add ml-kem support and remove xyber support
|
- Add ml-kem support and remove xyber support
|
||||||
- Fix shlibsign when the system is in FIPS mode
|
- Fix shlibsign when the system is in FIPS mode
|
||||||
|
Loading…
Reference in New Issue
Block a user