Replace unrecognized macros

This commit is contained in:
lyn1001 2024-04-11 15:00:26 +08:00
parent 724b52de25
commit b05b9fec0a

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'.