!39 Replace unrecognized macros

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2024-04-11 07:24:47 +00:00 committed by Gitee
commit 488410e35c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: pki-core
Version: 11.0.0
Release: 6
Release: 7
Summary: The PKI Core Package
License: GPLv2 and LGPLv2
URL: http://www.dogtagpki.org/
@ -60,7 +60,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
@ -455,6 +456,9 @@ fi
%endif
%changelog
* Thu Apr 11 2024 liyanan <liyanan61@h-partners.com> - 11.0.0-7
- Replace unrecognized macros
* Tue Sep 19 2023 Jia Chao <jiac13@chinaunicom.cn> - 11.0.0-6
- Fix: use ${HOME} replace hard code '/home/abuild'.