diff --git a/mirrormanager2.spec b/mirrormanager2.spec index aa2ae40..bcdd8b3 100644 --- a/mirrormanager2.spec +++ b/mirrormanager2.spec @@ -1,6 +1,6 @@ Name: mirrormanager2 Version: 0.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mirror management application # Most MirrorManager files are licensed under the MIT license. Some @@ -150,7 +150,11 @@ Requires: %{name}-filesystem = %{version}-%{release} Requires: %{name}-lib = %{version}-%{release} Requires: python-GeoIP Requires: python-matplotlib +%if 0%{?fedora} > 27 +Requires: python2-basemap +%else Requires: python-basemap +%endif %description statistics A collection of different statistics script which are analyzing @@ -372,6 +376,9 @@ exit 0 %{_bindir}/mirrorlist_statistics %changelog +* Sun Aug 27 2017 Adrian Reber - 0.8.1-2 +- handle python-basemap -> python2-basemap rename + * Mon Aug 07 2017 Adrian Reber - 0.8.1-1 - Update to 0.8.1 - Revert namespace changes