diff --git a/ipa.spec b/ipa.spec index 1a3ec9f..c30d4d5 100644 --- a/ipa.spec +++ b/ipa.spec @@ -189,7 +189,7 @@ Name: %{package_name} Version: %{IPA_VERSION} -Release: 1%{?rc_version:.%rc_version}%{?dist} +Release: 2%{?rc_version:.%rc_version}%{?dist} Summary: The Identity, Policy and Audit system License: GPLv3+ @@ -370,6 +370,7 @@ BuildRequires: python3-pylint BuildRequires: python3-pytest-multihost BuildRequires: python3-pytest-sourceorder BuildRequires: python3-qrcode-core >= 5.0.0 +BuildRequires: python3-pyOpenSSL BuildRequires: python3-samba BuildRequires: python3-six BuildRequires: python3-sss @@ -839,6 +840,7 @@ Requires: python3-netifaces >= 0.10.4 Requires: python3-pyasn1 >= 0.3.2-2 Requires: python3-pyasn1-modules >= 0.3.2-2 Requires: python3-pyusb +Requires: python3-pyOpenSSL Requires: python3-qrcode-core >= 5.0.0 Requires: python3-requests Requires: python3-six @@ -1725,6 +1727,10 @@ fi %endif %changelog +* Thu May 25 2023 Rafael Jeffman - 4.9.12-1 +- Use the OpenSSL certificate parser in cert-find + Resolves: RHBZ#2209947 + * Wed May 24 2023 Rafael Jeffman - 4.9.12-1 - Rebase ipa to 4.9.12 Resolves: RHBZ#2196425