ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Build for epel 9 #864

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

Adds epel 9 builds in CI and for local containers.

The recipe here is a mix between the Fedora and epel 8 builds. There are quite a few missing epel components yet, they are being requested as part of #775. Eventually epel 9 will closely resemble the FC build and the specs should be merged. However for now we will maintain a separate spec like is done for epel 8.

This also adds a version suffix to the release artifacts. The intent is to guard against human error when manually moving artifacts between GitHub and Fedora releases.

Closes #821 Closes #865

jw3 commented 1 year ago

Blocked by #867

jw3 commented 1 year ago

Tested python-events from epel testing

      - name: Enable EPEL Testing
        if: startsWith(matrix.props.dist, 'el9')
        run: |
          dnf install -y yum-utils
          yum-config-manager --enable epel-testing
jw3 commented 1 year ago

image