Re: [Rpm-maint] [rpm-software-management/rpm] Should python(abi) be provided by the interpreter or something else? (#395)

2018-02-15 Thread Jeff Johnson
The python(abi) requirement was originally invented to associate a *.py script in a package with an interpreter package. Most of the Requires: are automatically generated from *.py files (which ultimately determines how the Provides: should be added). Detailed dependency semantics involving

[Rpm-maint] [rpm-software-management/rpm] Should python(abi) be provided by the interpreter or something else? (#395)

2018-02-15 Thread Miro HronĨok
https://github.com/rpm-software-management/rpm/blob/b60a086213b5f0ffd68b445e51d205eb1ac64396/scripts/pythondistdeps.py#L129-L134 I believe this adds `python(abi) == 2.7` for Fedora's `python2-libs`, because it owns `/usr/lib64/python2.7/lib-dynload/Python-2.7.14-py2.7.egg-info`. However, it was

Re: [Rpm-maint] [rpm-software-management/rpm] Rpm query causes corruption in the file-backed mmaped bdb regions (#232)

2018-02-15 Thread Jeff Johnson
Guesses are worthless, particularly when you haven't the time to identify your problem. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: