#770 [docker] rpmbuild is now non-noarch
Closed 4 years ago by praiskup. Opened 4 years ago by praiskup.
Unknown source fix-docker-compose  into  master

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

      rpkg --path /copr/rpmbuild spec --outdir /tmp/rpkg && \

      dnf builddep -y /tmp/rpkg/copr-rpmbuild.spec && \

      rpkg --path /copr/rpmbuild local --outdir /tmp/rpkg && \

-     dnf -y install /tmp/rpkg/noarch/copr-rpmbuild*.noarch.rpm

+     dnf -y install /tmp/rpkg/x86_64/copr-rpmbuild*.x86_64.rpm

  

  RUN echo 'config_opts["use_nspawn"] = False' >> /etc/mock/site-defaults.cfg

  

no initial comment

rebased onto 04b8ee2

4 years ago

Shouldn't we actually have copr-bulder there?

Please see PR#772, I've picked this change and added a few more. We can either merge this PR, it has +1 from me, and then deal with PR#772, or we can close this one and merge this commit as a part of PR#772.

Pull-Request has been closed by praiskup

4 years ago
Metadata