Re: [Rpm-maint] [rpm-software-management/rpm] Ensure source headers are identified as such after a spec parse (PR #3012)

2024-04-02 Thread Panu Matilainen
@pmatilai pushed 2 commits. 2831368e2b7858047e9668ef126034faf6215dce Ensure source headers are identified as such after a spec parse e5184ba0ad9149e72c2f076f618053157927c4b9 Ensure binary pkg headers are identified as such after a spec parse -- View it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Ensure source headers are identified as such after a spec parse (PR #3012)

2024-04-02 Thread Panu Matilainen
@pmatilai pushed 1 commit. cb47d1e144cb0e83c715086423785c03f0ec51c4 Populate RPMTAG_SOURCERPM early to allow binaries to be identified -- View it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Ensure source headers are identified as such after a spec parse (PR #3012)

2024-04-02 Thread Panu Matilainen
@pmatilai pushed 1 commit. 11599c994b870444ac3cbffb61a8256152f9f27a fixup! Ensure source headers are identified as such after a spec parse -- View it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] Ensure source headers are identified as such after a spec parse (PR #3012)

2024-04-02 Thread Panu Matilainen
headerIsSource() uses RPMTAG_SOURCERPM presence to identify binary packages, but that tag gets inserted late in an actual package build, whereas wed like to source headers to be identifiable right after spec parse already. Non-presence of a tag is not a very strong indicator anyhow, and even