From 1497ac8372ab73183efd8fb27ded0de6f0b1b2ae Mon Sep 17 00:00:00 2001 From: Pavel Picka Date: Wed, 30 Oct 2019 14:56:42 +0100 Subject: [PATCH] Specify installation methods of rpm plugin Add 'Requirements' to the docs as rpm plugin can be installed only on specific distributions. closes #5228 https://pulp.plan.io/issues/5228 --- CHANGES/5228.doc | 1 + docs/index.rst | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 CHANGES/5228.doc diff --git a/CHANGES/5228.doc b/CHANGES/5228.doc new file mode 100644 index 000000000..b3be483b6 --- /dev/null +++ b/CHANGES/5228.doc @@ -0,0 +1 @@ +Add requirements to docs. \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 74c5ede4c..42f8a550b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,17 @@ Features * Host content either `locally or on S3 `_ +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 -----------