#5 require createrepo
Merged 6 years ago by jhutar. Opened 6 years ago by dcallagh.
dcallagh/rpmfluff require-createrepo  into  master

require createrepo
Dan Callaghan • 6 years ago  
file modified
+2
@@ -15,6 +15,7 @@ 

  BuildRequires: python-setuptools

  Requires:      python

  Requires:      rpm-build

+ Requires:      createrepo

  

  

  %description
@@ -33,6 +34,7 @@ 

  BuildRequires: python3-setuptools

  Requires:      python3

  Requires:      rpm-build

+ Requires:      createrepo

  

  

  %description -n python3-rpmfluff

The yum repo building functionality requires that /usr/bin/createrepo is
available.

Seems like createrepo includes yum in its dependency chain, might be worth updating rpmfluff to use createrepo_c as well or instead of this...

Pull-Request has been merged by jhutar

6 years ago

Thank you! Will create issue for createrepo_c usage.

Metadata