Sorry for the double-comment, it looked like the Bodhi UI tricked me.
I have an issue with this version, when building a package with --postinstall. In that case, mock fails to find the built package. For example:
$ mock --rebuild -r epel-8-x86_64 --postinstall python-distroinfo-0.3.2-2.el8.src.rpm
Using [1] as test source RPM. I get the following log message:
Can not load RPM file: /var/lib/mock/epel-8-x86_64/result/python3-distroinfo-0.3.2-2.el8.noarch.rpm. Could not open: /var/lib/mock/epel-8-x86_64/result/python3-distroinfo-0.3.2-2.el8.noarch.rpm WARNING: Failed install built packages
As a workaround, I can use --no-bootstrap-chroot, but the default configuration is broken.
Would it help if I open an issue on GitHub or BZ?
I have an issue with this version, when building a package with --postinstall. In that case, mock fails to find the built package. For example:
$ mock --rebuild -r epel-8-x86_64 --postinstall python-distroinfo-0.3.2-2.el8.src.rpm
Using [1] as test source RPM. I get the following log message:
Can not load RPM file: /var/lib/mock/epel-8-x86_64/result/python3-distroinfo-0.3.2-2.el8.noarch.rpm. Could not open: /var/lib/mock/epel-8-x86_64/result/python3-distroinfo-0.3.2-2.el8.noarch.rpm WARNING: Failed install built packages
As a workaround, I can use --no-bootstrap-chroot, but the default configuration is broken.
Would it help if I open an issue on GitHub or BZ?
Works fine in my tests.
I found an issue during testing:
File "test.py", line 1, in <module> from distroinfo import query File "/usr/lib/python2.7/site-packages/distroinfo/init.py", line 1, in <module> import pbr.version File "/usr/lib/python2.7/site-packages/pbr/version.py", line 25, in <module> import pkg_resources ImportError: No module named pkg_resources
However, it looks like a packaging error in the pbr side (it should require python-setuptools). Once python-setuptools is installed, everything works as expected.
Tested and working as expected.
Tested and working fine.
When trying to run it, I found a missing runtime dependency on python-testtools:
Traceback (most recent call last): File "/usr/bin/python2-gabbi-run", line 6, in <module> from gabbi.runner import run File "/usr/lib/python2.7/site-packages/gabbi/runner.py", line 25, in <module> from gabbi import suitemaker File "/usr/lib/python2.7/site-packages/gabbi/suitemaker.py", line 23, in <module> from gabbi import case File "/usr/lib/python2.7/site-packages/gabbi/case.py", line 32, in <module> import testtools ImportError: No module named testtools
Works fine, thanks!
Works as expected, and no longer has the bogus pyOpenSSL requirement.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-78f6a93464 is out now, and has the latest version.
apevec you are right, I've opened https://review.openstack.org/221267 with a proposed change.