nebula-plugins / gradle-ospackage-plugin

Gradle plugin for constructing linux packages, specifically RPM and DEBs.
Apache License 2.0
369 stars 129 forks source link

Change source rpm names from -src to .src #411

Open benty-amzn opened 2 years ago

benty-amzn commented 2 years ago

Resolves #401

jcburgoon commented 2 years ago

Example of the issue - The regex for Grype (https://github.com/anchore/grype/blob/main/grype/pkg/package.go#L20) fails with -src and passes with .src -- https://regex101.com/r/H8iBRf/1