diff --git urjtag/urjtag.spec urjtag/urjtag.spec.tmp index 378ccde5ff..7c69860fc6 100644 --- urjtag/urjtag.spec +++ urjtag/urjtag.spec.tmp @@ -1,6 +1,6 @@ Name: urjtag Version: 0.10 -Release: 17%{?dist}.20111215gite1a4227 +Release: 18%{?dist}.20111215gite1a4227 Summary: A tool for communicating over JTAG with flash chips and CPUs Group: Development/Tools @@ -46,13 +46,17 @@ Requires: %{name} = %{version}-%{release} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. -%package python +%package -n python2-urjtag +%{?python_provide:%python_provide python2-urjtag} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Python bindings for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} -%description python +%description -n python2-urjtag Python bindings and examples for %{name}. @@ -100,7 +104,7 @@ rm -f %{buildroot}%{_libdir}/*.a %{_libdir}/liburjtag.so %{_libdir}/pkgconfig/urjtag.pc -%files python +%files -n python2-urjtag %{_libdir}/python*/site-packages/urjtag*.egg-info %{_libdir}/python*/site-packages/urjtag.so %doc urjtag/doc/urjtag-python.txt @@ -109,6 +113,10 @@ rm -f %{buildroot}%{_libdir}/*.a %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.10-18.20111215gite1a4227 +- Python 2 binary package renamed to python2-urjtag + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.10-17.20111215gite1a4227 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild