diff --git a/qpid-proton.spec b/qpid-proton.spec index f024456..7c2030d 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -7,7 +7,7 @@ Name: qpid-proton Version: 0.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high performance, lightweight messaging library License: ASL 2.0 URL: http://qpid.apache.org/proton/ @@ -250,10 +250,6 @@ rm -rf %{buildroot} cd buildpython3 %make_install (cd python/dist; %py3_install) -find %{buildroot}%{proton_datadir}/examples/python -name "*.py" -exec sed -i 's/!\/usr\/bin\/env python/!\/usr\/bin\/python3/' {} \; -echo '#!/usr/bin/python3' > %{buildroot}%{proton_datadir}/examples/python/proton_server.py.original -cat %{buildroot}%{proton_datadir}/examples/python/proton_server.py >> %{buildroot}%{proton_datadir}/examples/python/proton_server.py.original -mv %{buildroot}%{proton_datadir}/examples/python/proton_server.py.original %{buildroot}%{proton_datadir}/examples/python/proton_server.py chmod +x %{buildroot}%{python3_sitearch}/_cproton.so @@ -333,6 +329,9 @@ rm -f %{buildroot}%{proton_datadir}/CMakeLists.txt %check %changelog +* Thu Jan 13 2022 Irina Boverman - 0.36.0-2 +- Removed no longer needed code + * Tue Jan 4 2022 Irina Boverman - 0.36.0-1 - Rebased to 0.36.0