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

add BuildRequires: perl-generators #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Fuchange
Copy link

When I build pakcages on a minimal Centos8 ,I built it successfully, but the built package lacks some providers

# rpm -qp --provides perl-Test-LongString-0.17-1.el8.noarch.rpm
perl-Test-LongString = 0.17-1.el8

It made me unable to build perl-Test-Nginx because I dont have any package can provided perl(Test::LongString) on my local repo.

The same problems at perl-Readonly and perl-Test-Simple.

So I add BuildRequires: perl-generators at perl-Readonly.spec perl-Test-LongString.spec perl-Test-Simple.spec .

and then

# rpm -qp --provides perl-Test-LongString-0.17-1.el8.noarch.rpm
perl(Test::LongString) = 0.17
perl-Test-LongString = 0.17-1.el8

it's works~

Of course, it can be solved like commit b6b0c78a, depending on your opinion~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant