From 19d3b9deda032845ead7a21f91f9802d79450888 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 17 Oct 2023 10:42:57 +0800 Subject: [PATCH] fix EulerMaker build failure --- pki-core.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/pki-core.spec b/pki-core.spec index 91d03e7..9e648ea 100644 --- a/pki-core.spec +++ b/pki-core.spec @@ -4,7 +4,7 @@ Name: pki-core Version: 10.7.3 -Release: 5 +Release: 6 Summary: The PKI Core Package License: GPLv2 and LGPLv2 URL: http://www.dogtagpki.org/ @@ -63,7 +63,8 @@ Summary: The PKI Python 3 Package BuildArch: noarch Obsoletes: 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: python3-requests >= 2.6.0 python3-six python3-nss %description -n python3-pki @@ -216,9 +217,9 @@ else app_server=tomcat-$tomcat_version fi # generate go-md2man -mkdir -p /home/abuild/rpmbuild/bin/ +mkdir -p ~/rpmbuild/bin/ cd go-md2man-* -go build -mod=vendor -o /home/abuild/rpmbuild/bin/ +go build -mod=vendor -o ~/rpmbuild/bin/ cd - mkdir -p build cd build @@ -238,7 +239,7 @@ cd build .. %install -export PATH=$PATH:/home/abuild/rpmbuild/bin/ +export PATH=$PATH:~/rpmbuild/bin/ cd build %make_build \ VERBOSE=%{?_verbose} CMAKE_NO_VERBOSE=1 \ @@ -439,6 +440,9 @@ fi %endif %changelog +* Tue Oct 17 2023 Ge Wang - 10.7.3-6 +- Fix EulerMaker build failure caused by build root difference + * Wed Jun 28 2023 wangkai <13474090681@163.com> - 10.7.3-5 - Fix CVE-2022-2414 -- Gitee