From 0db81b41f1f4f2195e3daf3f33e1f77fa0ad22da Mon Sep 17 00:00:00 2001 From: Pete Zaitcev Date: Dec 31 2016 05:18:19 +0000 Subject: Rebuild with a workaround for oslosphinx 4.3.0 --- diff --git a/python-swiftclient.spec b/python-swiftclient.spec index db07a57..d25063a 100644 --- a/python-swiftclient.spec +++ b/python-swiftclient.spec @@ -8,11 +8,12 @@ Name: python-swiftclient Version: 3.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Client Library for OpenStack Object Storage API License: ASL 2.0 URL: http://launchpad.net/python-swiftclient/ Source0: http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz +Patch1: swiftclient-3.1.0-sphinx430.patch BuildArch: noarch @@ -69,6 +70,7 @@ Object Storage API. %prep %setup -q -n %{name}-%{upstream_version} +%patch1 -p1 # Let RPM handle the dependencies rm -f test-requirements.txt requirements.txt @@ -129,6 +131,9 @@ install -p -D -m 644 doc/manpages/swift.1 %{buildroot}%{_mandir}/man1/swift.1 %license LICENSE %changelog +* Fri Dec 30 2016 Pete Zaitcev - 3.1.0-3 +- Actually rebuild, with a temporary patch for oslosphinx 4.3.0 (see #1408503) + * Mon Dec 19 2016 Miro HronĨok - 3.1.0-2 - Rebuild for Python 3.6 diff --git a/swiftclient-3.1.0-sphinx430.patch b/swiftclient-3.1.0-sphinx430.patch new file mode 100644 index 0000000..ab4b95c --- /dev/null +++ b/swiftclient-3.1.0-sphinx430.patch @@ -0,0 +1,13 @@ +--- python-swiftclient-3.1.0/doc/source/conf.py 2016-09-02 03:58:59.000000000 -0600 ++++ python-swiftclient-3.1.0-x/doc/source/conf.py 2016-12-30 21:58:18.750469266 -0700 +@@ -111,7 +111,9 @@ + # documentation. + # html_theme_options = {} + +-html_theme_options = {'show_other_versions': True} ++# Our oslosphinx 4.3.0 pukes on 'show_other_versions', see bz#1408503. ++#html_theme_options = {'show_other_versions': True} ++html_theme_options = {} + + # Add any paths that contain custom themes here, relative to this directory. + # html_theme_path = []