Commit a82fee7aea8edea35bb4e6b426dbd45d443402bc
1 parent
6984a68c
Exists in
test
Install deps from spec file
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
ci/build_rpm.sh
... | ... | @@ -32,7 +32,7 @@ sudo cp ci/softwarepublico.key /tmp/centos-7/etc/yum.repos.d/ |
32 | 32 | # Commands on chroot |
33 | 33 | |
34 | 34 | sudo chroot /tmp/centos-7/ yum install rpm-build -y --quiet |
35 | -sudo chroot /tmp/centos-7/ yum install python-virtualenv colab-deps -y --quiet | |
35 | +sudo chroot /tmp/centos-7/ yum-builddep /root/rpmbuild/SPECS/colab.spec | |
36 | 36 | |
37 | 37 | sudo chroot /tmp/centos-7/ repoquery --repofrompath="$repo,$repo_url" --repoid=$repo colab --info > /tmp/colab-latest-info |
38 | 38 | ... | ... |