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

Wrong python version build #2

Open
Yamakasi opened this issue Jan 8, 2018 · 3 comments
Open

Wrong python version build #2

Yamakasi opened this issue Jan 8, 2018 · 3 comments

Comments

@Yamakasi
Copy link

Yamakasi commented Jan 8, 2018

When I create a build of the rpm packages I get the following error on FC26 when installing the packages:

# rpm -i freeipa-userstatus-plugin-0.0.2-1.fc26.noarch.rpm error: Failed dependencies: python2-ipa-userstatus-server is needed by freeipa-userstatus-plugin-0.0.2-1.fc26.noarch

The packages that are build are:

# ls -a freeipa-userstatus-plugin-0.0.2-1.fc26.noarch.rpm python2-ipa-userstatus-server-0.0.2-1.fc26.noarch.rpm python2-ipa-userstatus-client-0.0.2-1.fc26.noarch.rpm

@Yamakasi Yamakasi changed the title Wrong pyton version build Wrong python version build Jan 8, 2018
@abbra
Copy link
Owner

abbra commented Jan 9, 2018

You need to install all packages as they have dependent requires. You can use 'dnf localinstall *.rpm' for that.

@abbra
Copy link
Owner

abbra commented Jan 9, 2018

And there are no wrong python version requires, obviously.

@Yamakasi
Copy link
Author

Yamakasi commented Jan 9, 2018

I fixed with using a --nodeps.

Is it known you get a ipa-upgrade message during installation of the plugin itself ?

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

No branches or pull requests

2 participants