stratis-storage / ci

To manage CI for various project repos.
0 stars 6 forks source link

generate_sourcerpms: Add CentOS Stream specific spec files #413

Closed bgurney-rh closed 1 year ago

mulkieran commented 1 year ago

What was the CentOS error that motivated this?

bgurney-rh commented 1 year ago

The stratis-cli package would fail to build from source, due to CentOS 9 Stream's version of Python being unable to automatically generate the "BuildRequires" entries. (The first error found is ModuleNotFoundError: No module named 'justbytes', because python3-justbytes was not installed as a "BuildRequires", but there's more packages that would need to be installed.)

bgurney-rh commented 1 year ago

I found a way to fix this with a RHEL-only section for the BuildRequires additions. Closing this as it has been superseded.