From 97fd3f08406c06af851c72db0d880015fadb87f8 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Thu, 25 May 2023 13:43:12 -0300 Subject: [PATCH] Fix cert-find and module refs. module: - Use stream-idm-DL1-rhel-{version} as RPM references. This will allow a more similar build process to previous RHEL 8 versions. ipa: - Use the OpenSSL certificate parser in cert-find. Resolves: RHBZ#2209947 Signed-off-by: Rafael Guterres Jeffman --- idm.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/idm.yaml b/idm.yaml index 7334c7f..de70b20 100644 --- a/idm.yaml +++ b/idm.yaml @@ -79,41 +79,41 @@ data: rpms: bind-dyndb-ldap: rationale: Driver for BIND to store DNS information in LDAP - ref: stream-idm-client-rhel-8.9.0 + ref: stream-idm-DL1-rhel-8.9.0 custodia: rationale: Remote access to secrets and credentials in IdM topology - ref: stream-idm-client-rhel-8.9.0 + ref: stream-idm-DL1-rhel-8.9.0 buildorder: 2 ipa: rationale: Module API - ref: stream-idm-client-rhel-8.9.0 + ref: stream-idm-DL1-rhel-8.9.0 ipa-healthcheck: rationale: A tool to detect issues in IdM clusters - ref: stream-idm-client-rhel-8.9.0 + ref: stream-idm-DL1-rhel-8.9.0 buildorder: 3 opendnssec: rationale: An implementation of DNSSEC support for IdM integrated DNS server - ref: stream-idm-client-rhel-8.9.0 + ref: stream-idm-DL1-rhel-8.9.0 python-jwcrypto: rationale: JSON Web Cryptographic Tokens used by Custodia - ref: stream-idm-client-rhel-8.9.0 + ref: stream-idm-DL1-rhel-8.9.0 buildorder: 1 python-qrcode: rationale: QR code generator for IdM two-factor authentication - ref: stream-idm-client-rhel-8.9.0 + ref: stream-idm-DL1-rhel-8.9.0 python-yubico: rationale: Support for Yubikey-based tokens for IdM two-factor authentication - ref: stream-idm-client-rhel-8.9.0 + ref: stream-idm-DL1-rhel-8.9.0 buildorder: 2 pyusb: rationale: Python USB support to access USB tokens for IdM two-factor authentication - ref: stream-idm-client-rhel-8.9.0 + ref: stream-idm-DL1-rhel-8.9.0 buildorder: 1 slapi-nis: rationale: Compatibility plugin to serve legacy clients - ref: stream-idm-client-rhel-8.9.0 + ref: stream-idm-DL1-rhel-8.9.0 arches: [aarch64, ppc64le, s390x, x86_64] softhsm: rationale: Software version of a PKCS#11 Hardware Security Module - ref: stream-idm-client-rhel-8.9.0 + ref: stream-idm-DL1-rhel-8.9.0 ...