Merge "package-afs-centos: fix centos8 build"

This commit is contained in:
Zuul 2020-01-15 02:44:02 +00:00 committed by Gerrit Code Review
commit 296c1a6361
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
# install the build dependencies for the package
sudo dnf builddep -y ./${SRC_RPM}
# for whatever reason (I think because it is in a macro
# check in the .spec) the above builddep misses this
# dependency
sudo dnf install -y elfutils-devel
# install source-rpm
# (this installs to ~/rpmbuild)
rpm -i ./${SRC_RPM}