Skip to content

Commit

Permalink
Specify installation methods of rpm plugin
Browse files Browse the repository at this point in the history
Add 'Requirements' to the docs as rpm plugin can be installed only on
specific distributions.

closes #5228
https://pulp.plan.io/issues/5228

(cherry picked from commit 1497ac8)
  • Loading branch information
pavelpicka authored and goosemania committed Nov 27, 2019
1 parent ef36057 commit baa1e7e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/5228.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add requirements to docs.
11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ Features
* Host content either `locally or on S3 <https://docs.pulpproject.org/en/3.0/nightly/installation/
storage.html>`_

Requirements
------------

``pulp_rpm`` plugin requires some dependencies such as ``libsolv`` and ``libmodulemd``
which is provided only by RedHat family distributions like Fedora.

``pulp_rpm`` plugin requires either to be:

* install on Fedora 29+, CentOS 7+ (with EPEL repository enabled)
* install inside a container with ``pulplift``

Get Started
-----------

Expand Down

0 comments on commit baa1e7e

Please sign in to comment.