summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJonathan Lebon <jonathan@jlebon.com>2018-05-28 15:22:14 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-29 19:24:08 +0000
commit517140f1101d1d72544ed7a4a9c965e828122f6a (patch)
treec6d5320e54a492431d5f9d811f0952382cbea976 /ci
parent0f124e2584cc6bb86d870adea56654a30cfb1f13 (diff)
downloadostree-517140f1101d1d72544ed7a4a9c965e828122f6a.tar.gz
ci: Drop gpgme and libgcrypt hacks
These shouldn't be needed anymore in F28. Closes: #1601 Approved by: cgwalters
Diffstat (limited to 'ci')
-rw-r--r--ci/libpaprci/libbuild.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/ci/libpaprci/libbuild.sh b/ci/libpaprci/libbuild.sh
index 8b8af3f5..a7c774e7 100644
--- a/ci/libpaprci/libbuild.sh
+++ b/ci/libpaprci/libbuild.sh
@@ -49,16 +49,6 @@ pkg_builddep() {
# This is sadly the only case where it's a different command
if test -x /usr/bin/dnf; then
dnf builddep -y "$@"
-
- # XXX: tmp hack -- see
- # https://github.com/ostreedev/ostree/pull/1539
- if rpm -q gpgme | grep -q gpgme-1.9.0-6.fc27; then
- dnf install -y https://kojipkgs.fedoraproject.org//packages/gpgme/1.10.0/4.fc27/x86_64/{gpgme{,-devel},python{2,3}-gpg}-1.10.0-4.fc27.x86_64.rpm
- 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://fedorapeople.org/~walters/libgcrypt-1.8.2-2.fc27.x86_64.rpm
- fi
else
yum-builddep -y "$@"
fi