Request History
adra created request
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
licensedigger accepted review
ok
dimstar accepted review
namtrac declined review
Instead of
+%define yamlrequires %(rpm -q --requires yaml-cpp-devel | grep libyaml)
You should be able to use
%requires_eq libyaml
namtrac declined request
Instead of
+%define yamlrequires %(rpm -q --requires yaml-cpp-devel | grep libyaml)
You should be able to use
%requires_eq libyaml
adra reopened request
Reopening since "rpm -q..." is needed in order to find libyaml-cpp0_6 (as per dimstar's comment)
staging-bot added as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:74"
staging-bot accepted review
Picked "openSUSE:Factory:Staging:adi:74"
dimstar accepted review
dimstar_suse accepted review
Staging Project openSUSE:Factory:Staging:adi:74 got accepted.
dimstar_suse approved review
Staging Project openSUSE:Factory:Staging:adi:74 got accepted.
dimstar_suse accepted request
Staging Project openSUSE:Factory:Staging:adi:74 got accepted.
No, that won't work - libyaml is not the package in question, but that code actually find the right requires as being
libyaml-cpp0_6 = 0.6.3
- that's not the same as%requires_eq libyaml
(which would give an invalid dep)Please reopen that request