Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Adding libsolv as a dependency #47

Merged
merged 1 commit into from Jul 11, 2018
Merged

Adding libsolv as a dependency #47

merged 1 commit into from Jul 11, 2018

Conversation

daviddavis
Copy link
Contributor

@daviddavis daviddavis commented Jul 11, 2018

Our rich dependency code requires libsolv >= 0.6.34-3 but RHEL is at 0.6.34-2. Carrying the dependency for now.

@pcreech
Copy link
Member

pcreech commented Jul 11, 2018

@daviddavis Can you add libsolv and python2-solv to the comps/pulp-comps-rhel7.xml file? This way it'll get pulled into the nightly repos

Scratch build on rhel7 successful:
http://koji.katello.org/koji/taskinfo?taskID=110093

@daviddavis
Copy link
Contributor Author

@pcreech done.

@@ -52,6 +52,8 @@
<packagereq type="default">python-pymongo</packagereq>
<packagereq type="default">python-pymongo-gridfs</packagereq>
<packagereq type="default">python-gridfs</packagereq>
<packagereq type="default">libsolv</packagereq>
<packagereq type="default">python-solv</packagereq>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's going to need to be python2-solv, since that's the name of the RPM in the scratch build:

python2-solv-0.6.34-3.el7.x86_64.rpm

Our rich dependency code requires libsolv >= 0.6.34-3 but RHEL is at
0.6.34-2. Carrying the dependency for now.
@pcreech pcreech merged commit b7add86 into pulp:master Jul 11, 2018
@dparalen
Copy link
Contributor

@daviddavis @pcreech,

Thanks folks!

--
milan

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

Successfully merging this pull request may close these issues.

None yet

3 participants