Add line to install build dependencies from specfile
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 41s

This commit is contained in:
2025-11-29 19:17:36 -05:00
parent 2211488b8d
commit 4e2c5b28e1

View File

@@ -3,5 +3,7 @@
dnf -y install rpmdevtools dnf -y install rpmdevtools
rpmdev-setuptree rpmdev-setuptree
dnf -y builddep $1
rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1 rpmdev-spectool -g -C ~/rpmbuild/SOURCES $1
rpmbuild --nodebuginfo --bb $1 rpmbuild --nodebuginfo --bb $1