diff --git a/mirrorbrain.spec b/mirrorbrain.spec index 230fd33..c539a71 100644 --- a/mirrorbrain.spec +++ b/mirrorbrain.spec @@ -17,7 +17,7 @@ Name: mirrorbrain Summary: A download redirector and metalink generator Url: http://mirrorbrain.org/ Version: 2.18.1 -Release: 15%{?dist} +Release: 16%{?dist} # ASL licensed files are: mod_autoindex_mb.c, mod_mirrorbrain.c, null-rsync # Other files are licensed under the GPLv2 License: ASL 2.0 and GPLv2 @@ -118,7 +118,8 @@ This package contains utilities provided by the MirrorBrain framework to maintain the database and scan mirrors. -%package -n python-mb +%package -n python2-mb +%{?python_provide:%python_provide python2-mb} License: ASL 2.0 and GPLv2 Summary: Python module used by the MirrorBrain commandline tools Group: Applications/Internet @@ -127,7 +128,7 @@ Requires: python-psycopg2 Requires: geoip Requires: %{name}%{?_isa} = %{version}-%{release} -%description -n python-mb +%description -n python2-mb MirrorBrain is a scalable download redirector. This package contains a Python module (named "mb") for easily maintaining @@ -238,7 +239,7 @@ exit 0 %config(noreplace) %{_sysconfdir}/logrotate.d/mirrorprobe %{_datadir}/mirrorbrain -%files -n python-mb +%files -n python2-mb %{_bindir}/mb %{python2_sitearch}/mb* @@ -246,6 +247,10 @@ exit 0 %{_bindir}/scanner %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 2.18.1-16 +- Python 2 binary package renamed to python2-mb + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 2.18.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild