Replace unrecognized macros

(cherry picked from commit b05b9fec0a36fbdd5bd6305446354df967715906)
This commit is contained in:
lyn1001 2024-04-11 15:00:26 +08:00 committed by openeuler-sync-bot
parent 724b52de25
commit e3462e5e80

View File

@ -3,7 +3,7 @@
Name: pki-core Name: pki-core
Version: 11.0.0 Version: 11.0.0
Release: 6 Release: 7
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/
@ -60,7 +60,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
@ -455,6 +456,9 @@ fi
%endif %endif
%changelog %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 * Tue Sep 19 2023 Jia Chao <jiac13@chinaunicom.cn> - 11.0.0-6
- Fix: use ${HOME} replace hard code '/home/abuild'. - Fix: use ${HOME} replace hard code '/home/abuild'.