ci: Switch libgcrypt URL

Since the previous one wasn't made into an update, it got GC'd.

Closes: #1584
Approved by: jlebon
This commit is contained in:
Colin Walters 2018-05-09 14:45:32 -07:00 committed by Atomic Bot
parent 44706430f4
commit ba628da9ad
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ pkg_builddep() {
fi
# https://bugzilla.redhat.com/show_bug.cgi?id=1542453
if rpm -q libgcrypt | grep -q libgcrypt-1.8.2-1.fc27; then
dnf install -y https://kojipkgs.fedoraproject.org//packages/libgcrypt/1.8.2/2.fc27/x86_64/libgcrypt-1.8.2-2.fc27.x86_64.rpm
dnf install -y https://fedorapeople.org/~walters/libgcrypt-1.8.2-2.fc27.x86_64.rpm
fi
else
yum-builddep -y "$@"