diff --git a/python-apprise.spec b/python-apprise.spec index 45fc455..f8a3f01 100644 --- a/python-apprise.spec +++ b/python-apprise.spec @@ -57,7 +57,7 @@ XBMC, XMPP, Webex Teams} Name: python-%{pypi_name} Version: 0.8.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A simple wrapper to many popular notification services used today License: MIT URL: https://github.com/caronc/%{pypi_name} @@ -82,9 +82,11 @@ BuildRequires: python-six BuildRequires: python2-click >= 5.0 BuildRequires: python-markdown %if 0%{?rhel} && 0%{?rhel} <= 7 +BuildRequires: python-cryptography BuildRequires: python-babel BuildRequires: python-yaml %else +BuildRequires: python2-cryptography BuildRequires: python2-babel BuildRequires: python2-yaml %endif @@ -140,6 +142,7 @@ BuildRequires: python%{python3_pkgversion}-click >= 5.0 BuildRequires: python%{python3_pkgversion}-markdown BuildRequires: python%{python3_pkgversion}-yaml BuildRequires: python%{python3_pkgversion}-babel +BuildRequires: python%{python3_pkgversion}-cryptography Requires: python%{python3_pkgversion}-requests Requires: python%{python3_pkgversion}-requests-oauthlib Requires: python%{python3_pkgversion}-six @@ -222,6 +225,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %endif %changelog +* Mon Aug 03 2020 Chris Caron - 0.8.6-4 +- Updated SPEC so Fedora 33 Mass Rebuild would pass + * Sat Aug 01 2020 Fedora Release Engineering - 0.8.6-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild