We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some commonly used directives are currently missing from the rule.
BuildRequires
AutoReqProv: no
%global __requires_exclude_from
For now, the only way is to use a custom spec template, but throwing arbitrary content to preamble_pieces would be nice.
preamble_pieces
rules_pkg/pkg/rpm_pfg.bzl
Line 512 in 8c23560
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are some commonly used directives are currently missing from the rule.
BuildRequires
AutoReqProv: no
and%global __requires_exclude_from
etc (https://docs.fedoraproject.org/en-US/packaging-guidelines/AutoProvidesAndRequiresFiltering/)For now, the only way is to use a custom spec template, but throwing arbitrary content to
preamble_pieces
would be nice.rules_pkg/pkg/rpm_pfg.bzl
Line 512 in 8c23560
The text was updated successfully, but these errors were encountered: