#346 Use python2-rhmsg to python-rhmsg in Dockerfile.
Merged 5 years ago by jkaluza. Opened 5 years ago by jkaluza.
jkaluza/freshmaker spec-fix  into  master

file modified
+1 -1
@@ -12,7 +12,7 @@ 

  RUN cd /etc/yum.repos.d/ \

      && curl -O --insecure http://download-ipv4.eng.brq.redhat.com/rel-eng/RCMTOOLS/rcm-tools-fedora.repo \

      && dnf -y install \

-     httpd mod_wsgi mod_auth_gssapi python2-rhmsg mod_ssl 'dnf-command(config-manager)' \

+     httpd mod_wsgi mod_auth_gssapi python-rhmsg mod_ssl 'dnf-command(config-manager)' \

      /tmp/$(basename $freshmaker_rpm) \

      && dnf config-manager --add-repo http://download-ipv4.eng.brq.redhat.com/rel-eng/repos/eng-rhel-7/x86_64 \

      && dnf --nogpg -y upgrade python2-odcs-client \

no initial comment

Pull-Request has been merged by jkaluza

5 years ago
Metadata