https://bugzilla.redhat.com/show_bug.cgi?id=2305524
--- Comment #16 from Ming Lei <[email protected]> --- Hi Bryan, Follows the difference between URL spec and the spec in src.rpm. All extra change are added by rpmautospec. So what kind of spec should be provided in revew request? It is the spec file generated by `rust2rpm` or the one in the final src.rpm? [root@ktest-39 v3]# diff -u rust-futures-locks.spec verify/rust-futures-locks.spec --- rust-futures-locks.spec 2024-09-02 11:12:21.000000000 +0000 +++ verify/rust-futures-locks.spec 2024-08-17 00:00:00.000000000 +0000 @@ -1,3 +1,13 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + # Generated by rust2rpm 26 %bcond_without check %global debug_package %{nil} @@ -80,4 +90,7 @@ %endif %changelog -%autochangelog +## START: Generated by rpmautospec +* Sat Aug 17 2024 John Doe <[email protected]> - 0.7.1-1 +- Uncommitted changes +## END: Generated by rpmautospec The build is successful: https://copr.fedorainfracloud.org/coprs/minlei2/futures-locks/build/7984583/ So can you share what the test failure is? Thanks, -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2305524 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202305524%23c16 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
