#418 Make "Discover the build directory" work on RPM 4.14 (RHEL 8)
Merged by mvadkert. Opened by churchyard.
churchyard/standard-test-roles rpm4.14  into  master

Download 418.patch

The RPM on RHEL 8 errors otherwise.

Without --define _sourcedir:

error: Bad source: /root/rpmbuild/SOURCES/urllib3-1.24.2.tar.gz: No such file or directory

Without --nodeps:

error: Failed build dependencies:
    python3-devel is needed by python-urllib3-1.24.2-9.el8.noarch
    python3-mock is needed by python-urllib3-1.24.2-9.el8.noarch
    python3-nose is needed by python-urllib3-1.24.2-9.el8.noarch
    python3-pysocks is needed by python-urllib3-1.24.2-9.el8.noarch
    python3-pytest is needed by python-urllib3-1.24.2-9.el8.noarch
    python3-six is needed by python-urllib3-1.24.2-9.el8.noarch

seems works well, fixes the issues on cs8 and I tested on Fedora 43 build and also ok. Merging.

Commit 4780f76b fixes this pull-request

Pull-Request has been merged by mvadkert

Pull-Request has been merged by mvadkert

Metadata