Hi,
There was a package mentioned recently that is not in the composes for cs9
https://lists.centos.org/pipermail/centos-devel/2021-July/077184.html
I have another example, python3-pyOpenSSL
https://kojihub.stream.centos.org/koji/buildinfo?buildID=6236
This package was built for cs9, but it is not in the composes. I noticed it because
python3-pyOpenSSL is a requirement for some ansible modules, for example
https://docs.ansible.com/ansible/2.7/modules/openssl_certificate_module.html
https://docs.centos.org/en-US/stream-contrib/quickstart/#_whats_going_on_with_package_x
has some information about koji tags, but to me it is not clear to what it means if specific
koji tags are missing, but it seems to me that it should have c9s-gate and possibly
other tags too to land in the composes.
My question is: why is this?
best regards, markus
pyOpenSSL was removed completely from RHEL/CS 9.
Looking at the histories, it looks like it was back when we were still getting our untagging scripts/process setup and we missed untagging pyOpenSSL-20.0.1-3.el9 from c9s-candidate before we blocked the package. So it's currently in a weird state of being blocked from c9s-candidate while it's still tagged for it.
This has happened before for a few packages, and it's fairly hard to find because command line tools say it isn't tagged, while web based tools say it is.
Anyway, pyOpenSSL is not part of RHEL9 / CS9, and we will get it properly untagged.
Troy