From b9503548dfa4f96e49a468bdbfd0cf5c1dd78686 Mon Sep 17 00:00:00 2001 From: clime Date: Jun 13 2018 10:39:49 +0000 Subject: explicitly mention needed version of git and tar in the spec file git 2.13 was the least version I could test due to dependencies. The actual support might go down to git 2.7, in which the `git tag --merged` attribute was introduced --- diff --git a/rpkg-util.spec.rpkg b/rpkg-util.spec.rpkg index 884dcf4..f0dfabf 100644 --- a/rpkg-util.spec.rpkg +++ b/rpkg-util.spec.rpkg @@ -39,6 +39,9 @@ Requires: python3-rpkg Requires: python3-pyparsing Requires: python3-configparser +Requires: git >= 2.13 +Requires: tar >= 1.28 + %description -n rpkg This is an RPM packaging utility based on python-rpkg library. It works with both DistGit and standard Git repositories and