Fedpkg local is very useful to test build packages, but it lacks rpm ability to have extra rpm flags. And local example is Audacity package, that by default doesn't comes compiled with mp3 support, and to rebuild package a --with mp3 is required to pass to rpmbuild. Fedpkg local could have same capability to receive --with arguments.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Hi, Has this feature been implemented, or is there any other way for passing rpm options to fedpkg local? Regards, Ilyes
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19
(In reply to Ilyes Gouta from comment #2) > Hi, > > Has this feature been implemented, or is there any other way for passing rpm > options to fedpkg local? No. The clumsy workaround is to do something like: fedpkg srpm rpmbuild --rebuild --with mp3 `fedpkg verrel`.src.rpm
Belongs to Milestone 1.30[1] [1] https://pagure.io/fedpkg/roadmap?status=Open&no_stones=&milestone=1.30
Please try latest version of fedpkg and python2-rpkg. local command has options --with and --without.