-
Notifications
You must be signed in to change notification settings - Fork 45
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
RFE: Add support for generating version range dependencies #94
Comments
Several things:
|
Thanks for pointer, I will make sure that it is updated when we will get
No, it's not yet implemented in RPM, but will be very soon. It's not mentioned in guidelines, but https://fedoraproject.org/wiki/Changes/Packaging_Rust_applications_and_libraries explicitly mention this and this change has been already approved by FESCo. And supporting At this point I'm waiting for final version of |
P.S. I created this bug just for feature to be implemented, doesn't have to be turned on by default. So once FPC approves it, we could just flip the switch on. |
@voxik btw, this functionality already available in F27+ RPM/DNF/etc., so you can already try it locally. I'm still trying to get rel-eng support for it. |
Currently gem2rpm generates multiple lines if one dependency required which leads to problems.
RPM 4.14 (since F27) will get ability to specify things like
BuildRequires: (rubygem(foo) >= 5.1 with rubygem(foo) < 5.3)
, or even more complicated cases would work as well:BuildRequires: ((rubygem(foo) >= 5.1 with rubygem(foo) < 5.3) or (rubygem(foo_ext) >= 5.1 with rubygem(foo_ext) < 5.3))
The text was updated successfully, but these errors were encountered: