!30 Fix EBS compile failure caused by lack of openjdk-headless
From: @wang--ge Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
923e34123f
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: pki-core
|
Name: pki-core
|
||||||
Version: 11.0.0
|
Version: 11.0.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: The PKI Core Package
|
Summary: The PKI Core Package
|
||||||
License: GPLv2 and LGPLv2
|
License: GPLv2 and LGPLv2
|
||||||
URL: http://www.dogtagpki.org/
|
URL: http://www.dogtagpki.org/
|
||||||
@ -25,6 +25,7 @@ BuildRequires: python3-nss python3-requests >= 2.6.0 systemd-units tomcat
|
|||||||
BuildRequires: junit jpackage-utils >= 0:1.7.5-10 jss >= 4.6.0 tomcatjss >= 7.4.1
|
BuildRequires: junit jpackage-utils >= 0:1.7.5-10 jss >= 4.6.0 tomcatjss >= 7.4.1
|
||||||
BuildRequires: apr-devel apr-util-devel cyrus-sasl-devel httpd-devel >= 2.4.2 pcre-devel
|
BuildRequires: apr-devel apr-util-devel cyrus-sasl-devel httpd-devel >= 2.4.2 pcre-devel
|
||||||
BuildRequires: systemd zlib zlib-devel nss-tools openssl golang chrpath
|
BuildRequires: systemd zlib zlib-devel nss-tools openssl golang chrpath
|
||||||
|
BuildRequires: java-1.8.0-openjdk-headless java-11-openjdk-headless
|
||||||
%description
|
%description
|
||||||
Dogtag PKI is a designed enterprise software system
|
Dogtag PKI is a designed enterprise software system
|
||||||
manage enterprise Public Key Infrastructure deployments.
|
manage enterprise Public Key Infrastructure deployments.
|
||||||
@ -57,7 +58,8 @@ Summary: The PKI Python 3 Package
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Obsoletes: pki-base-python3 < %{version}
|
Obsoletes: pki-base-python3 < %{version}
|
||||||
Provides: pki-base-python3 = %{version}
|
Provides: pki-base-python3 = %{version}
|
||||||
%{?python_provide:%python_provide python3-pki}
|
Provides: python3-pki = %{version}
|
||||||
|
Provides: python-pki = %{version}
|
||||||
Requires: pki-base = %{version} python3-cryptography python3-lxml
|
Requires: pki-base = %{version} python3-cryptography python3-lxml
|
||||||
Requires: python3-requests >= 2.6.0 python3-six python3-nss
|
Requires: python3-requests >= 2.6.0 python3-six python3-nss
|
||||||
%description -n python3-pki
|
%description -n python3-pki
|
||||||
@ -452,6 +454,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 18 2023 Ge Wang <wang--ge@126.com> - 11.0.0-4
|
||||||
|
- Fix EBS compile failure caused by lack of openjdk-headless
|
||||||
|
|
||||||
* Wed Nov 23 2022 wulei <wulei80@h-partners.com> - 11.0.0-3
|
* Wed Nov 23 2022 wulei <wulei80@h-partners.com> - 11.0.0-3
|
||||||
- Rectify the pki-core compilation failure caused by the openjdk-latest upgrade
|
- Rectify the pki-core compilation failure caused by the openjdk-latest upgrade
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user