diff --git a/.gitea/workflows/build_rhel8.yaml b/.gitea/workflows/build_rhel8.yaml index 60779ca..775867d 100644 --- a/.gitea/workflows/build_rhel8.yaml +++ b/.gitea/workflows/build_rhel8.yaml @@ -30,14 +30,14 @@ jobs: run: | spectool -g -R Pmodules.spec rpmbuild -ba Pmodules.spec - + - name: Build RPM Pmodules_modules RPM run: | # spectool -g -R Pmodules_modules.spec # we use the manually downloaded tar files dnf -y builddep Pmodules_modules.spec rpmbuild -ba Pmodules_modules.spec - + - name: Build RPM Pmodules_bash RPM run: | # spectool -g -R Pmodules_bash.spec @@ -45,6 +45,13 @@ jobs: dnf -y builddep Pmodules_bash.spec rpmbuild -ba Pmodules_bash.spec + - name: Build RPM environment-modules RPM + run: | + # spectool -g -R Pmodules_bash.spec + # we use the manually downloaded tar files + dnf -y builddep environment-modules.spec + rpmbuild -ba environment-modules.spec + - name: Check run: | # list generated rpms