diff --git a/python-paramiko.changes b/python-paramiko.changes index c446e10..6407c6c 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 14 20:49:56 UTC 2019 - Hans-Peter Jansen + +- add empty line after %autopatch: build fails up to 42.3 otherwise + ------------------------------------------------------------------- Thu Feb 14 17:00:13 UTC 2019 - Ondřej Súkup diff --git a/python-paramiko.spec b/python-paramiko.spec index b0ad5d5..ef98344 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -74,6 +74,7 @@ This package contains the documentation. %prep %setup -q -n paramiko-%{version} %autopatch -p1 + # Fix non-executable script rpmlint issue: find demos -name "*.py" -exec sed -i "/#\!\/usr\/bin\/.*/d" {} \; tar xvzf %{SOURCE1} -C tests/