Miro Hrončok

Results 305 comments of Miro Hrončok

From the layout of the installed package. See the python rpm dist generator, you can feed the dist info path to the stdin.

```bash pythondist_path="$(rpm --eval '%__pythondist_path')" pythondist_provides="$(rpm --eval '%__pythondist_provides')" find / 2> /dev/null | egrep "$pythondist_path" | while read path; do rpm -qf "$path" >& /dev/null || echo "$path"; done | $pythondist_provides...

Yes, this is still an issue and it still behaves exactly as when reported. ``` $ tree results_pytest/7.0.0~rc1/1.fc36/ results_pytest/7.0.0~rc1/1.fc36/ ├── build.log ├── hw_info.log ├── installed_pkgs.log ├── pytest-7.0.0~rc1-1.fc36.src.rpm ├── python3-pytest-7.0.0~rc1-1.fc36.noarch.rpm ├──...

@nkadel Would you please stop posting issue comments here that aren't relevant to the issue? Thanks.

Installing nosync.i686 and removing the force option also results in the same failure.

The error repeats trough out the log: ``` ... DEBUG util.py:623: Running transaction DEBUG util.py:623: Running scriptlet: texlive-base-7:20200327-6.fc33.s390x 1/1 DEBUG util.py:623: Preparing : 1/1 DEBUG util.py:623: Running scriptlet: texlive-base-7:20200327-6.fc33.s390x 1/551...

See also https://lists.fedoraproject.org/archives/list/[email protected]/thread/6PO54BIX3PWAOLRZ74TX32KA3BO6LFTQ/