Replies: 1 comment
-
Whether an SRPM gets generated by a build is not something the spec should be aware of. It's not a separate thing - it may take place as an isolated step or as a part of a binary build. A plain SRPM build does not invoke the dynamic spec generation features at all. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the dynamic spec, specifically at 5d28855, it is silly that the
FULLDYNAMIC
is external information. If it was possible to distinguish theSRPM
/RPM
build, it would be more interesting. E.g. if there was_srpm_build
macro defined during the SRPM build, this could be immediately interesting:So is there a way to detect the SRPM build?
BTW does this feature enable to build SRPM without the
Summary
/License
information? Is that intentional?Beta Was this translation helpful? Give feedback.
All reactions