Remove dockerfile, using podman with latest snippet of working action

This commit is contained in:
2025-11-30 14:22:31 -05:00
parent 1090f1002a
commit be8010a744
3 changed files with 31 additions and 15 deletions

View File

@@ -1,4 +1,11 @@
#!/bin/sh -l
#!/usr/bin/env bash
toolbox run rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1
dnf -y config-manager --add-repo https://git.hydrosaber.com/api/packages/hydros/rpm/f43.repo
dnf -y install rpmdevtools
rpmdev-setuptree
dnf -y builddep $1
rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1
rpmbuild --nodebuginfo --bb $1