Commit a82fee7aea8edea35bb4e6b426dbd45d443402bc

Authored by Sergio Oliveira
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  
... ...
colab.spec
1 1 %define name colab
2 2 # version must be given from command line
3   -# %define version ??
4 3 %define unmangled_version %{version}
5 4 %define default_release 1
6 5 %{!?release: %define release %{default_release}}
... ...