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:
parent
44706430f4
commit
ba628da9ad
|
|
@ -57,7 +57,7 @@ pkg_builddep() {
|
||||||
fi
|
fi
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1542453
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1542453
|
||||||
if rpm -q libgcrypt | grep -q libgcrypt-1.8.2-1.fc27; then
|
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
|
fi
|
||||||
else
|
else
|
||||||
yum-builddep -y "$@"
|
yum-builddep -y "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue