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/rhel: remove python3 path fixup in syslog-ng.spec #3663

Merged
merged 1 commit into from
May 5, 2021

Commits on May 5, 2021

  1. packaging/rhel: remove python3 path fixup for merge-grammar.py in sys…

    …log-ng.spec
    
    After PR syslog-ng#3647 lib/merge-grammar.py has python3 in it's shebang instead of "python",
    there is no need for the sed command anymore in the .spec file (python2 is not supported).
    
    Also, the sed expression currently creates an invalid python reference, see result:
    "#!/usr/bin/python33"
    
    Packaging CI jobs doesn't hit this issue, as they are creating packages from tarball
    (as intended due to bison v3.7.6 which is not yet available on many platforms).
    This bug prevented releasing on rpm platforms where the grammar files are changed.
    
    Signed-off-by: Gabor Nagy <gabor.nagy@oneidentity.com>
    Gabor Nagy committed May 5, 2021
    Configuration menu
    Copy the full SHA
    d5a2adf View commit details
    Browse the repository at this point in the history