I have a roundabout way to make COPR and rpmautospec work with any git repo :)

1. Create a new COPR project
2. Add a new COPR package with source type Custom
- Script
#! /bin/sh -x
git clone <url> <name>
cd <name>
spectool -g <specfile_path>
#other stuff you need to prepare
rpmautospec process-distgit <specfile_path> <specfile_path>
- Build dependencies:
git rpmdevtools rpmautospec
- Result directory:
<name>
3. Press Save and Rebuild
4. Wait for the results. Release and changelogs should work as expected
_______________________________________________
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to