From cb4a37f582eb6010021a28995c27fa8880b2d5fd Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Mar 08 2021 13:56:52 +0000 Subject: Remove obsolete requirements for %post/%postun scriptlets --- diff --git a/python-sphinx-notfound-page.spec b/python-sphinx-notfound-page.spec index e5001dd..133dea2 100644 --- a/python-sphinx-notfound-page.spec +++ b/python-sphinx-notfound-page.spec @@ -13,7 +13,7 @@ Name: python-%{pypi_name} Version: 0.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Create a custom 404 page with absolute URLs hardcoded License: MIT @@ -51,8 +51,6 @@ BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-sphinx BuildRequires: python3-pytest -Requires(post): %{_sbindir}/update-alternatives -Requires(postun): %{_sbindir}/update-alternatives Requires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-sphinx %{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} @@ -99,6 +97,9 @@ PYTHONPATH="$(pwd)" py.test-%{python3_version} -v . %{python3_sitelib}/%{importname}/ %changelog +* Mon Mar 8 2021 Tim Landscheidt - 0.6-4 +- Remove obsolete requirements for %%post/%%postun scriptlets + * Wed Jan 27 2021 Fedora Release Engineering - 0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild