mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-14 02:25:02 +08:00
Install rpm-build package
KojiModuleBuilder.get_disttag_srpm method requires rpmbuild command
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -2,7 +2,7 @@
|
||||
# vi: set ft=ruby :
|
||||
|
||||
$script = <<SCRIPT
|
||||
dnf install -y python python-virtualenv python-devel libffi-devel redhat-rpm-config openssl-devel gcc gcc-c++ koji git swig fedmsg-relay
|
||||
dnf install -y python python-virtualenv python-devel libffi-devel redhat-rpm-config openssl-devel gcc gcc-c++ koji git swig fedmsg-relay rpm-build
|
||||
pip install -r /opt/module_build_service/src/requirements.txt
|
||||
pip install -r /opt/module_build_service/src/test-requirements.txt
|
||||
cd /opt/module_build_service/src
|
||||
|
||||
Reference in New Issue
Block a user