Skip to content

Commit 7afd50f

Browse files
committed
Add PQC to new RHEL-9.x version
The PQC enabled nss version has been ported to CentOS 9 stream for future releases of RHEL-9.x so PQC has been enabled for those versions. Done with Claude Code support.
1 parent 724b844 commit 7afd50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jss.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ License: (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) AND Apache-2.
2828
# - GA/update: <major>.<minor>.<update>
2929
%global full_version %{major_version}.%{minor_version}.%{update_version}%{?phase:-}%{?phase}
3030

31-
%if 0%{?rhel} && 0%{?rhel} >= 10
31+
%if (0%{?rhel} && 0%{?rhel} >= 10) || (0%{?centos} && 0%{?centos} >= 9)
3232
%global enable_nss_version_pqc_def_flag -DENABLE_NSS_VERSION_PQC_DEF=ON
3333
%endif
3434

0 commit comments

Comments
 (0)