1f3e0863cc
Also pull the gcc-fedora-flags test from rpms/gcc and pull the clang-fedora-flags from rpms/clang.
8 lines
133 B
Bash
Executable File
8 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
spec=$TMT_TREE/redhat-rpm-config.spec
|
|
dnf -y build-dep $spec
|
|
rpmbuild --define "_sourcedir $TMT_TREE" -ba $spec
|