Explicitly require crypto-policies during build and runtime for system security properties
This commit is contained in:
parent
f4dcf6aa0f
commit
08334d8ce1
@ -368,7 +368,7 @@
|
|||||||
%global top_level_dir_name %{origin}
|
%global top_level_dir_name %{origin}
|
||||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||||
%global buildver 2
|
%global buildver 2
|
||||||
%global rpmrelease 4
|
%global rpmrelease 5
|
||||||
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
||||||
%if %is_system_jdk
|
%if %is_system_jdk
|
||||||
# Using 10 digits may overflow the int used for priority, so we combine the patch and build versions
|
# Using 10 digits may overflow the int used for priority, so we combine the patch and build versions
|
||||||
@ -1168,6 +1168,8 @@ OrderWithRequires: copy-jdk-configs
|
|||||||
%endif
|
%endif
|
||||||
# for printing support
|
# for printing support
|
||||||
Requires: cups-libs
|
Requires: cups-libs
|
||||||
|
# for system security properties
|
||||||
|
Requires: crypto-policies
|
||||||
# for FIPS PKCS11 provider
|
# for FIPS PKCS11 provider
|
||||||
Requires: nss
|
Requires: nss
|
||||||
# Post requires alternatives to install tool alternatives
|
# Post requires alternatives to install tool alternatives
|
||||||
@ -1431,6 +1433,8 @@ BuildRequires: libXt-devel
|
|||||||
BuildRequires: libXtst-devel
|
BuildRequires: libXtst-devel
|
||||||
# Requirement for setting up nss.cfg and nss.fips.cfg
|
# Requirement for setting up nss.cfg and nss.fips.cfg
|
||||||
BuildRequires: nss-devel
|
BuildRequires: nss-devel
|
||||||
|
# Requirement for system security property test
|
||||||
|
BuildRequires: crypto-policies
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xorg-x11-proto-devel
|
BuildRequires: xorg-x11-proto-devel
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
@ -2635,7 +2639,10 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jul 13 2022 Jiri Vanek <jvanek@redhat.com> - 1:18.0.1.0.10-4.rolling.
|
* Sat Jul 09 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1:18.0.1.1.2-5.rolling
|
||||||
|
- Explicitly require crypto-policies during build and runtime for system security properties
|
||||||
|
|
||||||
|
* Wed Jul 13 2022 Jiri Vanek <jvanek@redhat.com> - 1:18.0.1.1.2-4.rolling.
|
||||||
- Replaced binaries and .so files with bash-stubs on i686 in preparation of the removal on that architecture:
|
- Replaced binaries and .so files with bash-stubs on i686 in preparation of the removal on that architecture:
|
||||||
- https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
|
- https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user