hi,
I have the following command at the top of spec file:
%define version %(git ls-remote --tags --refs https://gitlab.com/libidn/libidn2.git | tail -n 1 | awk -F'-' '{print $2}')
When I build rpm in copr, using make-srpm, I get error:
sh: git: command not found
How I can add required commands to the chroot?
On Fri, 2018-05-25 at 23:12 +0000, Dmytro Zagashev wrote:
hi,
I have the following command at the top of spec file:
%define version %(git ls-remote --tags --refs https://gitlab.com/libi dn/libidn2.git | tail -n 1 | awk -F'-' '{print $2}')
When I build rpm in copr, using make-srpm, I get error:
sh: git: command not found
How I can add required commands to the chroot?
Add on your .spec
BuidRequires: git
copr-devel mailing list -- copr-devel@lists.fedorahosted.org To unsubscribe send an email to copr-devel-leave@lists.fedorahosted.o rg Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelin es List Archives: https://lists.fedoraproject.org/archives/list/copr-dev el@lists.fedorahosted.org/message/6ANNTHDKNEVA246UR2EKWOWUPDHEDLCT/
On Saturday, May 26, 2018 1:12:17 AM CEST Dmytro Zagashev wrote:
hi,
I have the following command at the top of spec file:
%define version %(git ls-remote --tags --refs https://gitlab.com/libidn/libidn2.git | tail -n 1 | awk -F'-' '{print $2}')
When I build rpm in copr, using make-srpm, I get error:
sh: git: command not found
How I can add required commands to the chroot?
Do you have the logs? Usually such error output is seen when the SRPM is generated, not RPM. And very often that's just warning and the error is somewhere else, see https://github.com/rpm-software-management/rpm/issues/424
Pavel
copr-devel mailing list -- copr-devel@lists.fedorahosted.org To unsubscribe send an email to copr-devel-leave@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/copr-devel@lists.fedorahosted....
copr-devel@lists.stg.fedorahosted.org