diff --git a/python-gcsfs.spec b/python-gcsfs.spec index ab7d6fb..e5f2750 100644 --- a/python-gcsfs.spec +++ b/python-gcsfs.spec @@ -58,6 +58,7 @@ Documentation for gcsfs. %install %pyproject_install +chmod -v a-x '%{buildroot}%{python3_sitelib}/gcsfs-%{version}.dist-info/pbr.json' %pyproject_save_files gcsfs %if %{with doc_pdf} PYTHONPATH="${PWD}" %make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}' @@ -90,6 +91,7 @@ PYTHONPATH="${PWD}" %make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}' - Update License to SPDX - Update URL - Build Sphinx docs as PDF instead of HTML due to issues of bundling, etc. +- Fix spurious executable permission on pbr.json in dist-info * Fri Jul 22 2022 Fedora Release Engineering - 0.6.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild