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

packaging: make the spec file compatible with EPEL-7 again #40

Merged
merged 1 commit into from
Oct 4, 2023

Commits on Oct 4, 2023

  1. packaging: make the spec file compatible with EPEL-7 again

    rpmbuild in EPEL-7 does not support weak dependencies:
    ```
    [...]
    Start: buildsrpm
    Start: rpmbuild -bs
    error: line 63: Unknown tag: Recommends: smatch
    Building target platforms: x86_64
    Building for target x86_64
    Finish: rpmbuild -bs
    Finish: buildsrpm
    ERROR: Exception(/var/lib/copr-rpmbuild/workspace/workdir-y7rr3tva/cscppc/cscppc.spec) Config(centos+epel-7-x86_64) 1 minutes 19 seconds
    ```
    
    Fixes: commit 7711275
    Closes: csutils#40
    kdudka committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9960f10 View commit details
    Browse the repository at this point in the history