From 4031991e497141345fc3318483992bd99ca7793b Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 22 Dec 2020 09:47:09 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-sphinx.git#daad1311b147bf9cd71c7c77c443fd532ae5e721 --- python-sphinx.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 591ae7a..df1623b 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -4,6 +4,9 @@ # Also, we don't have all the tests requirements %bcond_without tests +# Unset -s on python shebang to allow RPM-installed sphinx to be used +# with user-installed modules (#1903763) +%global py3_shebang_flags %nil # No internet in Koji %bcond_with internet @@ -25,7 +28,7 @@ Name: python-sphinx #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Python documentation generator @@ -360,6 +363,10 @@ mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib %changelog +* Sat Dec 05 2020 Mattia Verga - 1:3.3.1-2 +- Unset -s from python shebang +- Fixes: rhbz#1903763 + * Mon Nov 23 2020 Miro HronĨok - 1:3.3.1-1 - Update to 3.3.1 - Fixes: rhbz#1893752