@eclipseo My understanding of things is that you just need to have a BR 
generator that supports this distinction, no need for special rpm support

```rpm
%if %{with check}
generate-foo-buildrequires --full
%else
generate-foo-buildrequires --without-tests
%endif
```

That's the nice thing of getting buildrequires generation integrated within 
rpmbuild, you get all the existing spec framework for free.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/104#issuecomment-475847335
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to