-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add test for installing installonly through provides #1391
Add test for installing installonly through provides #1391
Conversation
92e4bd8
to
cb3b85e
Compare
|
||
Summary: The Linux kernel | ||
|
||
Provides: kernel = %{version}-%{release} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I ask you why you have explicit provide of kernel?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was present in our already existing kernel specs, mostly I just copied it.
I have removed it.
dnf-behave-tests/fixtures/specs/kernel/kernel-3.0.0-1.fc29.spec
Outdated
Show resolved
Hide resolved
dnf-behave-tests/fixtures/specs/kernel/kernel-3.0.0-1.fc29.spec
Outdated
Show resolved
Hide resolved
dnf-behave-tests/fixtures/specs/kernel/kernel-3.0.0-1.fc29.spec
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test looks good, but I believe that in SPEC definitions there are redundant provides. Those provides are automatically generated. May I ask you to verify whether my suggestion is correct and if so, please remove it (I did not mark all redundancy)?
cb3b85e
to
56df15d
Compare
Ok, I have removed all of the provides that I think were not needed for the tests. |
LGTM |
@kontura Thank you very much for fixing a complex issue |
For: https://issues.redhat.com/browse/RHEL-1253
(https://bugzilla.redhat.com/show_bug.cgi?id=2163474)
Requires: rpm-software-management/libdnf#1625