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