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

Be more flexible when checking package requirements in containerbuild.sh #85

Merged
merged 1 commit into from
Jan 12, 2017

Conversation

farosas
Copy link
Contributor

@farosas farosas commented Nov 14, 2016

A requirement might be provided by an RPM with a different name, e.g.
qemu-kvm is also provided by qemu-kvm-ev:

$ rpm -q --provides qemu-kvm-ev
...
qemu-kvm = 10:2.3.0-31.el7.centos_2.21.1
qemu-kvm-ev = 10:2.3.0-31.el7.centos_2.21.1

A requirement might be provided by an RPM with a different name, e.g.
qemu-kvm is also provided by qemu-kvm-ev:

$ rpm -q --provides qemu-kvm-ev
...
qemu-kvm = 10:2.3.0-31.el7.centos_2.21.1
qemu-kvm-ev = 10:2.3.0-31.el7.centos_2.21.1
@centos-ci
Copy link
Collaborator

Can one of the admins verify this patch?

@beddari
Copy link

beddari commented Jan 12, 2017

Works fine, solves a problem. Thanks.

@jperrin jperrin merged commit 96659e1 into CentOS:master Jan 12, 2017
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 this pull request may close these issues.

4 participants