Skip to content
New issue

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

Allow certain tags in either header #1680

Conversation

DemiMarie
Copy link
Contributor

@DemiMarie DemiMarie commented May 10, 2021

This works around an install4j bug: it generated an RPMTAG_ARCHIVESIZE
tag in the main header. It also fixes support for packages with file
signatures generated by old versions of RPM, which included them in the
main header. Including file signatures in the main header actually has
advantages over including them in the signature header and should not be
forbidden.

Fixes #1635.

This works around an install4j bug: it generated an RPMTAG_ARCHIVESIZE
tag in the main header.  It also fixes support for packages with file
signatures generated by old versions of RPM, which included them in the
main header.  Including file signatures in the main header actually has
advantages over including them in the signature header and should not be
forbidden.
@DemiMarie DemiMarie force-pushed the allow-broken-install4j-packages branch from 33afade to c1989f8 Compare May 10, 2021 15:40
@pmatilai
Copy link
Member

Replaced by #1688.

Thanks for your effort, but in many cases it's far more easier and efficient for us to fix our own instead of reviewing external code, arguing over and explaining finer details to get the commit messages just so etc.

@pmatilai pmatilai closed this May 25, 2021
@DemiMarie DemiMarie deleted the allow-broken-install4j-packages branch May 25, 2021 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

invalid signature tag Archivesize on rpm packages created by install4j
2 participants