diff --git a/python-pelican.spec b/python-pelican.spec index a9833a6..d24b9ed 100644 --- a/python-pelican.spec +++ b/python-pelican.spec @@ -1,7 +1,7 @@ %global pypi_name pelican Name: python-%{pypi_name} Version: 3.7.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A tool to generate a static blog from reStructuredText or Markdown input files License: AGPLv3 @@ -67,11 +67,12 @@ Pelican is a static site generator, written in Python_. # make file not zero length to silence rpmlint echo " " > pelican/themes/simple/templates/tag.html -# remove bagpath #!/usr/bin/env from files +# remove bangpath #!/usr/bin/env from files sed -i '1d' pelican/tools/pelican_import.py sed -i '1d' pelican/tools/pelican_quickstart.py sed -i '1d' pelican/tools/pelican_themes.py sed -i '1d' pelican/tools/templates/pelicanconf.py.in +sed -i '1d' pelican/tools/templates/publishconf.py.in # substitute feedgenerator with it's original django sed -i 's|feedgenerator|django.utils.feedgenerator|' pelican/writers.py @@ -125,6 +126,9 @@ ln -s ./pelican-themes %{buildroot}/%{_bindir}/pelican-themes-3 %changelog +* Wed Feb 21 2018 Matthias Runge - 3.7.1-6 +- fix python2/python3 bangpath issue (rhbz#1546755) + * Fri Feb 09 2018 Fedora Release Engineering - 3.7.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild