URL: https://github.com/SSSD/sssd/pull/5301 Author: sgoveas Title: #5301: use prerealease option in make srpm script Action: opened
PR body: """ With --prereleasae option enabled, make_srpm.sh script can set different version each time copr build is created. It adds date time and git commit hash in the build version. eg. 2.3.2-0.20200826.1356.gitdb1049057.fc31 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5301/head:pr5301 git checkout pr5301