Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix requires of EPEL rpm #86

Merged
merged 1 commit into from
Aug 16, 2022
Merged

Conversation

nforro
Copy link
Member

@nforro nforro commented Aug 16, 2022

rpmbuild on EPEL doesn't support dynamic buildrequires, but runtime requires are still generated from setup.cfg, so rpm-py-installer has to be substituted with rpm.

rpmbuild on EPEL doesn't support dynamic buildrequires, but runtime
requires are still generated from setup.cfg, so rpm-py-installer has
to be substituted with rpm.

Signed-off-by: Nikola Forró <nforro@redhat.com>
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

✔️ pre-commit SUCCESS in 1m 44s
✔️ specfile-tests-rpm-deps SUCCESS in 1m 11s
✔️ specfile-tests-pip-deps SUCCESS in 1m 13s

@nforro
Copy link
Member Author

nforro commented Aug 16, 2022

Requires of the latest rpm:

python(abi) = 3.6
python3.6dist(arrow)
python3.6dist(importlib-metadata)
python3.6dist(rpm-py-installer)
python3.6dist(typing-extensions)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1

Requires of the rpm with this fix applied:

python(abi) = 3.6
python3.6dist(arrow)
python3.6dist(importlib-metadata)
python3.6dist(rpm)
python3.6dist(typing-extensions)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1

@nforro nforro added the mergeit Zuul, merge it! label Aug 16, 2022
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).

✔️ pre-commit SUCCESS in 1m 49s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mergeit Zuul, merge it!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants