https://bugzilla.redhat.com/show_bug.cgi?id=1855094 --- Comment #2 from Robert-André Mauchin 🐧 <zebob.m@xxxxxxxxx> --- It is already packaged https://src.fedoraproject.org/rpms/pveclib and you are the owner. Do you require help to update it? You don't need a review for an update. 1. cd pveclib 2. fedpkg switch-branch master (Make sure our changes go to master first) 3. Edit the SPEC to update it (Don't forget to bump version-release and add the corresponding changelog entry). 4. Download the new source: spectool -g *.spec; 5. Upload the new source to dist-git (remove any old archives first if it still there) fedpkg new-sources *.tar.gz 6. Test your changes with a scratch build: fedpkg --release f33 scratch-build --srpm --fail-fast If it fails, look at the logs to understand why. 7. If it's good, remove the SRPM from your repo: rm -f *.src.rpm 8. Stage your changes git add . 9. Commit your changes: fedpkg ci -cs 10. Push fedpkg push 11. Build fedpkg build 12. Then if you want to support other branches: fedpkg switch-branch f32 13. Import your changes from master: git merge master 14. Push & build for F32: fedpkg push fedpkg build 15. Request an update from bodhi: fedpkg update --type enhancement --bugs XXXXXX (add a bug number if needed) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/package-review@xxxxxxxxxxxxxxxxxxxxxxx