diff options
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r-- | palemoon/palemoon.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index c5b628e..868b388 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -82,7 +82,7 @@ BuildRequires: unzip BuildRequires: yasm BuildRequires: zip BuildRequires: zlib-devel -%if 0%{?fedora} >= 31 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 BuildRequires: python2-devel %endif BuildRoot: %{_tmppath}/%{name}-%{version} @@ -281,6 +281,7 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %changelog * Wed Dec 11 2019 B Stack <bgstack15@gmail.com> - 28.8.0-1 - update version +- fc30 now also explicitly requires python2-devel. Fc31 already did. * Wed Oct 30 2019 B Stack <bgstack15@gmail.com> - 28.7.2-1 - update version |