redhat-rpm-config/tests/auto-set-build-flags/runtest.sh

8 lines
219 B
Bash
Raw Normal View History

#!/bin/bash
set -ex
2023-06-30 18:56:30 +00:00
dnf -y builddep test.spec
rpmbuild --define '_sourcedir .' --define '_builddir .' -bi test.spec
rpmbuild --without auto_set_build_flags --define '_sourcedir .' --define '_builddir .' -bi test.spec