[Rpm-maint] [rpm-software-management/rpm] Fix python(abi) requires generator, it picked files from almost good directories (#1272)

Miro Hrončok notifications at github.com
Thu Jun 18 11:18:46 UTC 2020


Indeed! This makes much more sense now, thanks. I'll amend the commit message.

Before (file-5.38-6.fc33):

```
<mock-chroot> sh-5.0# file -z -e tokens /opt/usr/lib/python3.8/site-packages/{__pycache__/,}file*
/opt/usr/lib/python3.8/site-packages/__pycache__/file.cpython-38.opt-1.pyc: data
/opt/usr/lib/python3.8/site-packages/__pycache__/file.cpython-38.pyc:       data
/opt/usr/lib/python3.8/site-packages/file.py:                               ASCII text
```

After (file-5.39-1.fc33):

```
<mock-chroot> sh-5.0# file -z -e tokens /opt/usr/lib/python3.8/site-packages/{__pycache__/,}file*
/opt/usr/lib/python3.8/site-packages/__pycache__/file.cpython-38.opt-1.pyc: python 3.8 byte-compiled
/opt/usr/lib/python3.8/site-packages/__pycache__/file.cpython-38.pyc:       python 3.8 byte-compiled
/opt/usr/lib/python3.8/site-packages/file.py:                               ASCII text
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1272#issuecomment-645952329
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200618/beda4600/attachment.html>


More information about the Rpm-maint mailing list