On Wed, Jun 26, 2019 at 6:01 AM Miro Hrončok <mhron...@redhat.com> wrote:
>
> On 26. 06. 19 10:59, Bob Mauchin wrote:
> >
> > At least this is enforced for any new package, I make sure of it. But for
> > existing ones, we can maybe grep .so* to fix them.
>
> $ rg -lF '.so*' rpm-specs/ | env LANG=en_US.utf8 sort
> [...]
> rpm-specs/snapd.spec
> [...]

This spec doesn't have any shared objects, it just happens to match
because the string exists in the changelog. There may be other false
positives like that, so be careful...


-- 
真実はいつも一つ!/ Always, there's only one truth!
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to