PGNet Dev wrote:
>       %define _build_timestamp %( date +%Y%m%d_%H%M%S )

Percent signs that are not to be interpreted as RPM syntax need to be
doubled. Write this as:

  %define _build_timestamp %(date +%%Y%%m%%d_%%H%%M%%S)

Björn Persson

Attachment: pgpSR1gksDcHm.pgp
Description: OpenPGP digital signatur

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to