Unpin the libmodulemd RPMs

This commit is contained in:
mprahl
2019-05-15 14:31:11 -04:00
parent dde4b96baf
commit c1e2a5b0af
4 changed files with 7 additions and 27 deletions

View File

@@ -4,8 +4,6 @@ WORKDIR /build
RUN yum -y update
RUN yum -y install epel-release yum-utils
RUN yum-config-manager --add-repo https://kojipkgs.fedoraproject.org/repos-dist/epel7Server-infra/latest/x86_64/
# Unpin the libmodulemd RPMs and replace with `python2-libmodulemd` after 2.4.0 is in
# epel7Server-infra
RUN yum -y install \
--nogpgcheck \
--setopt=deltarpm=0 \
@@ -30,9 +28,7 @@ RUN yum -y install \
python-futures \
python-koji \
python-ldap3 \
https://kojipkgs.fedoraproject.org/work/tasks/3269/34833269/libmodulemd-2.4.0-1.el7.infra.x86_64.rpm \
https://kojipkgs.fedoraproject.org/work/tasks/3269/34833269/python2-libmodulemd-2.4.0-1.el7.infra.x86_64.rpm \
https://kojipkgs.fedoraproject.org/work/tasks/5596/34835596/libmodulemd1-1.8.10-1.el7.infra.x86_64.rpm \
python2-libmodulemd \
python-mock \
python-munch \
python-pip \