We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The existence of the open-ended Obsoletes: header lines in this spec file means that you cannot use yum to upgrade the ruby package:
Obsoletes:
yum
Obsoletes: ruby Obsoletes: ruby-libs Obsoletes: ruby-irb Obsoletes: ruby-rdoc Obsoletes: ruby-devel Obsoletes: rubygems
Instead of doing this, please consider:
Obsoletes: ruby < %{rubyver} Obsoletes: ruby-libs < %{rubyver} Obsoletes: ruby-irb < %{rubyver} Obsoletes: ruby-rdoc < %{rubyver} Obsoletes: ruby-devel < %{rubyver} Obsoletes: rubygems < %{rubyver}
Or maybe, even better...
%defile rubyabi 2.1 ... Obsoletes: ruby < %{rubyabi} Obsoletes: ruby-libs < %{rubyabi} Obsoletes: ruby-irb < %{rubyabi} Obsoletes: ruby-rdoc < %{rubyabi} Obsoletes: ruby-devel < %{rubyabi} Obsoletes: rubygems < %{rubyabi}
The text was updated successfully, but these errors were encountered:
@masutaka @tjinjin ruby-rpm have the same problem. consider changing it please :)
Sorry, something went wrong.
@plentz Thanks a lot!
Obsoletes
No branches or pull requests
The existence of the open-ended
Obsoletes:
header lines in this spec file means that you cannot useyum
to upgrade the ruby package:Instead of doing this, please consider:
Or maybe, even better...
The text was updated successfully, but these errors were encountered: