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

Update RPM specific packaging to match RPM naming convention #2268

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

Commits on Dec 19, 2019

  1. Update RPM specific packaging to match RPM naming convention

    fix: Update RPM specific packaging to match RPM naming convention
    
    RPM naming convention says that:
     1. We should use dashes not underscores in the package filename
     2. We should include a package version (iteration) in the package name
    
    This change removes the code which swapped underscores for dashes in the RPM specific code. 
    It also moves the code which removes the package_iteration in to an else block and adds an rpm specific work around to not do that.  This was done so that non-rpm builds are not affected by this change.
    
    Fixes: #95
    8none1 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    4e2a1bc View commit details
    Browse the repository at this point in the history