You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the following duplicated directory entry %{ruby_libdir}/io for the %files sections in the Fedora ruby.spec` file - ruby-3.0.0-146.fc35.src.rpm.
I think rpmlint does not detect the issue. I found the issue by the following commands. So, it is great if the rpmlint detects the issue. What do you think?
$ rpm2cpio ruby-libs-3.0.0-146.fc35.x86_64.rpm | cpio -idmv
$ rpm2cpio rubygem-io-console-0.5.6-146.fc35.x86_64.rpm | cpio -idmv
...
cpio: ./usr/share/ruby/io not created: newer or same age version exists
...
The text was updated successfully, but these errors were encountered:
I found the following duplicated directory entry
%{ruby_libdir}/io
for the%files
sections in the Fedora ruby.spec` file - ruby-3.0.0-146.fc35.src.rpm.Here is the used rpmlint version.
I think rpmlint does not detect the issue. I found the issue by the following commands. So, it is great if the rpmlint detects the issue. What do you think?
The text was updated successfully, but these errors were encountered: