Overview
5+- Add explicit minimum versions for %requires_eq dependencies. This is 6+ necessary because otherwise the package appears to use exact version 7+ requirements which cause issues with updates.
Does not compute, especially when looking at
23-BuildRequires: %{use_python}-hiredis 24+BuildRequires: %{use_python}-hiredis >= 1.0.1 25+%requires_eq %{use_python}-hiredis
The minimal version dep is att he BuildRequires, which has 0 impact on the requires_eq
requires_eq means 'add a dependency on the exact same version of the package I had during build'; so whenever hiredis changes version, this package becomes uninstallable as hiredis in the version used during build no longer exists (expecting a rebuild of this package)
if you want 'I need a version equal or greater to what I had during build', then that would be %requires_ge
Request History
darix created request
- Update to 1.50.2
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
dimstar_suse added as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:43"
dimstar_suse accepted review
Picked "openSUSE:Factory:Staging:adi:43"
licensedigger accepted review
ok
dimstar accepted review
dimstar_suse approved review
Staging Project openSUSE:Factory:Staging:adi:43 got accepted.
dimstar_suse accepted request
Staging Project openSUSE:Factory:Staging:adi:43 got accepted.
dimstar_suse accepted review
Staging Project openSUSE:Factory:Staging:adi:43 got accepted.