From a2d4d67f0383c7daf76492d2a0f42976d9d89d84 Mon Sep 17 00:00:00 2001 From: Yuval Lifshitz Date: Wed, 4 Sep 2019 13:47:00 +0300 Subject: [PATCH] build-doc: allow building docs on fedora 30 Signed-off-by: Yuval Lifshitz (cherry picked from commit e17e4bfcc048abd1757c3efd12c7443169d67477) --- admin/build-doc | 3 ++- doc/radosgw/pubsub-module.rst | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/build-doc b/admin/build-doc index 6e94d459d3f5d..2be20fce712d9 100755 --- a/admin/build-doc +++ b/admin/build-doc @@ -20,7 +20,8 @@ if command -v dpkg >/dev/null; then exit 1 fi elif command -v yum >/dev/null; then - for package in python-devel python-pip python-virtualenv doxygen ditaa ant libxml2-devel libxslt-devel Cython graphviz; do + python_package="python$(rpm --eval '%{python3_pkgversion}')" + for package in "$python_package"-devel "$python_package"-pip "$python_package"-virtualenv doxygen ditaa ant libxml2-devel libxslt-devel "$python_package"-Cython graphviz; do if ! rpm -q --whatprovides $package >/dev/null ; then missing="${missing:+$missing }$package" fi diff --git a/doc/radosgw/pubsub-module.rst b/doc/radosgw/pubsub-module.rst index 9be303b857263..11dbd7e1e3f43 100644 --- a/doc/radosgw/pubsub-module.rst +++ b/doc/radosgw/pubsub-module.rst @@ -43,8 +43,7 @@ PubSub Zone Configuration ------------------------- The pubsub sync module requires the creation of a new zone in a `Multisite`_ environment. -First, a master zone must exist (see: :ref:`master-zone-label`), -then a secondary zone should be created (see :ref:`secondary-zone-label`). +First, a master zone must exist, then a secondary zone should be created. In the creation of the secondary zone, its tier type must be set to ``pubsub``: :: -- 2.39.5