#71 [dist-git] fix tito && git-annex builds
Merged 7 years ago by clime. Opened 7 years ago by praiskup.
Unknown source fix-tito-git-annex  into  master

@@ -5,7 +5,9 @@

  RUN dnf -y install pyp2rpm

  RUN dnf -y install rubygem-gem2rpm

  RUN dnf -y install mock mock-scm

- RUN dnf -y install git-annex

+ 

+ # tito's GitAnnexBuilder needs '/bin/which' (rhbz#1450950)

+ RUN dnf -y install git-annex which

  

  # ensure all possible locales are installed

  RUN truncate /etc/rpm/macros.image-language-conf --size=0

rebased

7 years ago

rebased

7 years ago

Note, that there is upcoming problem with git-annex in F26. See https://bugzilla.redhat.com/show_bug.cgi?id=1452074
:(

Pull-Request has been merged by clime

7 years ago
Metadata