From 729c4ec13289c2447981b2261fe0b15a0803481f Mon Sep 17 00:00:00 2001 From: wang--ge Date: Wed, 8 Mar 2023 15:48:11 +0800 Subject: [PATCH] Fix EBS build failure --- pki-core.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pki-core.spec b/pki-core.spec index 38a6d05..e7147e1 100644 --- a/pki-core.spec +++ b/pki-core.spec @@ -3,7 +3,7 @@ Name: pki-core Version: 11.0.0 -Release: 5 +Release: 6 Summary: The PKI Core Package License: GPLv2 and LGPLv2 URL: http://www.dogtagpki.org/ @@ -60,7 +60,7 @@ 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} Requires: pki-base = %{version} python3-cryptography python3-lxml Requires: python3-requests >= 2.6.0 python3-six python3-nss %description -n python3-pki @@ -455,6 +455,9 @@ fi %endif %changelog +* Wed Mar 08 2023 Ge Wang - 11.0.0-6 +- Fix EBS build failure caused by undeclared macro python_provides + * Thu Dec 01 2022 xu_ping - 11.0.0-5 - remove unuse buildrequires git packages -- Gitee