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
The shared library uses an SONAME which is invalid and rejected by rpmlint on openSUSE:
[ 82s] libaws-c-common1.0.0.x86_64: W: shlib-unversioned-lib libaws-c-common.so.0unstable
[ 82s] Your package matches the Shared Library Policy Naming Scheme but contains an
[ 82s] unversioned library. Therefore it is very unlikely that your package can be
[ 82s] installed in parallel to another version of this library package. Consider
[ 82s] moving unversioned parts into a runtime package.
[ 82s]
[ 82s] libaws-c-common1.0.0.x86_64: E: shlib-policy-name-error (Badness: 10000) libaws-c-common0unstable
[ 82s] Your package contains a single shared library but is not named after its
[ 82s] SONAME.
Would it be possible to use a proper SONAME so that rpmlint no longer complains? I understand the ABI might not be stable at the moment, but I think we can deal with that.
The text was updated successfully, but these errors were encountered:
The shared library uses an SONAME which is invalid and rejected by rpmlint on openSUSE:
and:
Would it be possible to use a proper SONAME so that rpmlint no longer complains? I understand the ABI might not be stable at the moment, but I think we can deal with that.
The text was updated successfully, but these errors were encountered: