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

versionlock must specify at least .* for arch. #177

Merged
merged 1 commit into from
Jun 27, 2020

Conversation

traylenator
Copy link

Pull Request (PR) description

Previously it was possible to use an arch of undef which
produced versionlock files for both yum and dnf that would
never match a package.

Change the default to * so versionlock lines always end in
.* unless an arch is specified in which case it is
.x86_64 for instance.

Previously it was possible to use an arch of `undef` which
produced versionlock files for both yum and dnf that would
never match a package.

Change the default to `*` so versionlock lines always end in
`.*` unless an arch is specified in which case it is
`.x86_64` for instance.
@traylenator traylenator added the bug Something isn't working label May 28, 2020
@bastelfreak bastelfreak merged commit 07c24b7 into voxpupuli:master Jun 27, 2020
@traylenator traylenator deleted the star branch June 29, 2020 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants