Description of problem: Golang is static binaries, and cryptography has been a source of problems. We ship a binary package called "tar-split", needed by openstack-tripleo-common. This requires logrus (which is a structured logging facility). Unfortunately, logrus imports golang/x/crypto in order to determine whether or not something is a terminal. Rather than do that, let's use a syscall directly, so we do not end up with the maintenance burden of golang/x/crypto. golang-googlecode-go-crypto golang-github-Sirupsen-logrus | # let me see if I can patch it out here golang-github-vbatts-tar-split openstack-tripleo-common Version-Release number of selected component (if applicable): golang-github-Sirupsen-logrus-1.1.1-5.el9ost
I've been able to patch out golang/x/crypto and unit tests all pass for Sirupsen-logrus.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Release of components for Red Hat OpenStack Platform 17.0 (Wallaby)), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2022:6543