How to invoke --disable-autoupdate in rpm spec

G

gbcox

Guest
Sorry if this has been asked/answered before. I’m trying to figure out how to modify the rpm spec file to build picard and --diable-autoupdate.

I’ve tried:

%generate_buildrequires
%pyproject_buildrequires -C–disable-autoupdate

%build
%pyproject_wheel

%install
%pyproject_install

but that isn’t working.

I’m probably looking in all the wrong documentation places. Does anyone have experience in doing this?

Thanks!

2 posts - 2 participants

Read full topic

Continue reading...
 
Top