#1162 Fix shared library file list guidance to use stricter globbing
Merged by ngompa. Opened by ngompa.
ngompa/packaging-committee soversion-globs  into  master

Download 1162.patch

The previous guidance on how to list shared libraries in file lists
did not cover several corner cases of how library soname bumps could
occur (increasing by adding zeros, for example).

Fix the guidance to cover those cases by using a stricter glob instead.

+1 assuming this glob actually works in rpm %files list.

I use it in spec files today, so it should be good to go.

I consider this trivial enough to just go ahead to merge it (it's a clarification of an existing rule).

Pull-Request has been merged by ngompa

Metadata