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

Implement rich RPM dependencies #124

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    b3bc787 View commit details
    Browse the repository at this point in the history
  2. Implement rich RPM dependencies

    This implements rich RPM dependencies, which are available with RPM
    4.14+ (introduced in Fedora 27[1]). This means only a single line for a
    dependency is used. That doesn't play well with the
    .with_requires.commented_out approach that was implemented. This instead
    moves the loop back to the template.
    
    [1]: https://fedoraproject.org/wiki/Changes/RPM-4.14
    ekohl committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    5d40122 View commit details
    Browse the repository at this point in the history