diff --git lhapdf/lhapdf.spec lhapdf/lhapdf.spec.tmp index 30a5679ea3..d73c4e97f2 100644 --- lhapdf/lhapdf.spec +++ lhapdf/lhapdf.spec.tmp @@ -13,7 +13,7 @@ Name: lhapdf Version: 5.9.1 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Les Houches Accord PDF Interface Group: System Environment/Libraries @@ -86,12 +86,13 @@ Requires(postun): octave This package provides Octave bindings for LHAPDF. %endif -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Les Houches Accord PDF Interface - Python module Group: Applications/Engineering Requires: %{name}%{?_isa} = %{version}-%{release} -%description -n python-%{name} +%description -n python2-%{name} This package provides Python bindings for LHAPDF. %package pdfsets-minimal @@ -234,7 +235,7 @@ rm -rf %{buildroot} %doc lhapdf-octave-example1.m %endif -%files -n python-%{name} +%files -n python2-%{name} %{_bindir}/lhapdf-getdata %{_bindir}/lhapdf-query %{_mandir}/man1/lhapdf-getdata.1* @@ -251,6 +252,10 @@ rm -rf %{buildroot} %doc ccwrap/doxy/html COPYING %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 5.9.1-22 +- Python 2 binary package renamed to python2-lhapdf + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 5.9.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild