disable pki-console
This commit is contained in:
parent
8b25a59da8
commit
b9d9291a4b
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: pki-core
|
Name: pki-core
|
||||||
Version: 10.7.3
|
Version: 10.7.3
|
||||||
Release: 2
|
Release: 3
|
||||||
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/
|
||||||
@ -31,6 +31,8 @@ BuildRequires: systemd zlib zlib-devel nss-tools openssl golang
|
|||||||
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.
|
||||||
|
|
||||||
|
%bcond_with console
|
||||||
|
|
||||||
%package -n pki-symkey
|
%package -n pki-symkey
|
||||||
Summary: The PKI Symmetric Key Package
|
Summary: The PKI Symmetric Key Package
|
||||||
Requires: java-1.8.0-openjdk-headless jpackage-utils >= 0:1.7.5-10 jss >= 4.6.0
|
Requires: java-1.8.0-openjdk-headless jpackage-utils >= 0:1.7.5-10 jss >= 4.6.0
|
||||||
@ -187,6 +189,7 @@ Conflicts: pki-server-theme < %{version} pki-console-theme < %{version
|
|||||||
%description -n pki-help
|
%description -n pki-help
|
||||||
Documentation for KPI.
|
Documentation for KPI.
|
||||||
|
|
||||||
|
%if %{with console}
|
||||||
%package -n pki-console
|
%package -n pki-console
|
||||||
Summary: The PKI Console Package
|
Summary: The PKI Console Package
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -195,6 +198,7 @@ Requires: idm-console-framework >= 1.2.0 pki-base-java = %{version}
|
|||||||
Requires: pki-console-theme = %{version}
|
Requires: pki-console-theme = %{version}
|
||||||
%description -n pki-console
|
%description -n pki-console
|
||||||
The PKI console is a Java application used to manage the PKI server.
|
The PKI console is a Java application used to manage the PKI server.
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n pki-%{version} -p1 -S git
|
%autosetup -n pki-%{version} -p1 -S git
|
||||||
@ -226,7 +230,7 @@ cd build
|
|||||||
-DWITH_PYTHON2:BOOL=OFF -DWITH_PYTHON3:BOOL=ON \
|
-DWITH_PYTHON2:BOOL=OFF -DWITH_PYTHON3:BOOL=ON \
|
||||||
-DWITH_PYTHON3_DEFAULT:BOOL=ON -DPYTHON_EXECUTABLE=%{__python3} \
|
-DWITH_PYTHON3_DEFAULT:BOOL=ON -DPYTHON_EXECUTABLE=%{__python3} \
|
||||||
-DWITH_TEST:BOOL=ON -DWITH_JAVADOC:BOOL=ON \
|
-DWITH_TEST:BOOL=ON -DWITH_JAVADOC:BOOL=ON \
|
||||||
-DBUILD_PKI_CONSOLE:BOOL=ON -DTHEME= \
|
-DBUILD_PKI_CONSOLE:BOOL=%{?with_console:OFF} -DTHEME= \
|
||||||
..
|
..
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -423,12 +427,17 @@ fi
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
|
%if %{with console}
|
||||||
%files -n pki-console
|
%files -n pki-console
|
||||||
%doc base/console/LICENSE
|
%doc base/console/LICENSE
|
||||||
%{_bindir}/pkiconsole
|
%{_bindir}/pkiconsole
|
||||||
%{_javadir}/pki/pki-console.jar
|
%{_javadir}/pki/pki-console.jar
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 24 2021 wutao <wutao61@huawei.com> - 10.7.3-3
|
||||||
|
- disable pki-console
|
||||||
|
|
||||||
* Thu Sep 23 2021 wutao <wutao61@huawei.com> - 10.7.3-2
|
* Thu Sep 23 2021 wutao <wutao61@huawei.com> - 10.7.3-2
|
||||||
- change link source and delete useless information
|
- change link source and delete useless information
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user