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

Fedora package name and version regex issue #199

Open
hbarsaiyan opened this issue May 21, 2024 · 1 comment · May be fixed by #201
Open

Fedora package name and version regex issue #199

hbarsaiyan opened this issue May 21, 2024 · 1 comment · May be fixed by #201

Comments

@hbarsaiyan
Copy link
Contributor

There seems to be a problem in the regex used to bifurcate the package name and version for many packages (at least for Fedora).
For eg. {"packageName": "tzdata-java-2023c","version": "1"} should be {"packageName": "tzdata-java","version": "2023c-1"}.
Similarly, {"packageName": "unity-gtk3-module","version": "0.0.0"} should be {"packageName": "unity-gtk3-module","version": "0.0.0+17.04.20170403-17"}

image

@hbarsaiyan
Copy link
Contributor Author

I would like to work on this

@hbarsaiyan hbarsaiyan linked a pull request May 21, 2024 that will close this issue
@hbarsaiyan hbarsaiyan changed the title Issue with regex used to match package name and version Fedora package name and version regex issue May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant