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

[RFC] rpmbuild,check: verify file hashes #3039

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 16, 2024

  1. rpmbuild,check: verify file hashes

    During the %check target, no files that existed before are expected to
    be modified. This change adds a validation to the rpmbuild command,
    which will store file hashes, and compare them after compilation again.
    
    Note: this is only a simple demonstrator that cannot handle large
    projects, and it is using a very simply hash function.
    
    Signed-off-by: Norbert Manthey <[email protected]>
    nmanthey committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2c26ff0 View commit details
    Browse the repository at this point in the history