Overview
Request 835025 superseded
Fix description.
I split the package into libvkbasalt and vkbasalt. RPMLINT give an error if I put libvkbasalt.so in vkbasalt pkg, so I move it to libvkbasalt pkg and make vkbasalt depend on libvkbasalt. Is this correct?
Thank you.
- Created by andythe_great
- In state superseded
- Package maintainer: andythe_great
- Supersedes 834343
- Superseded by 835027
Description should just be
vkBasalt is a Vulkan post processing layer to enhance the visual graphics of games.
Also remove 'library' from the Summary:
The name does not fit. 'libvkbasalt.so' is not a generic shared library, but a module loaded by the vulkan runtime library. Compare with: - Mesa-vulkan-device-select - Mesa-vulkan-overlay - vulkan-validationlayers
Other distributions just use 'vkbasalt' or 'vkBasalt'.
When using the name vkbasalt, I got RPMLINT error.
vkbasalt.x86_64: E: shlib-policy-name-error (Badness: 10000) libvkbasalt Your package contains a single shared library but is not named after its SONAME.
Do I ignore this?
Or do I put it to devel package?
I gave you 3 package references for orientation ... This is a false positive, see:
-
https://en.opensuse.org/openSUSE:Packaging_checks#Suppressing_False_Positives
- https://en.opensuse.org/openSUSE:Shared_library_packaging_policy#Eligibility
Request History
andythe_great created request
Fix description.
I split the package into libvkbasalt and vkbasalt. RPMLINT give an error if I put libvkbasalt.so in vkbasalt pkg, so I move it to libvkbasalt pkg and make vkbasalt depend on libvkbasalt. Is this correct?
Thank you.