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

Add prepend and append modes for all our normal build scriptlets #2728

Merged
merged 1 commit into from
Oct 27, 2023

Commits on Oct 27, 2023

  1. Implement prepend and append modes for all build scriptlets

    Allows %prep, %conf, %build, %install, %check, %clean and %generate_depends
    to be augmented arbitrary number of times by appending or prepending to
    them. The main use-case is to support automatic population of these
    sections (declarative builds) while still allowing packagers to easily
    tweak them, but could also be useful for complicated conditional specs
    and such.
    
    Related: rpm-software-management#1087
    pmatilai committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3864c89 View commit details
    Browse the repository at this point in the history