From 574b17f8309febae3f3f39567b4dfb78e09500f4dd63a0f7c692a13b3d0357fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Feb 2019 21:07:12 +0000 Subject: [PATCH] Accepting request 676248 from home:frispete:python - add empty line after %autopatch: build fails up to 42.3 otherwise OBS-URL: https://build.opensuse.org/request/show/676248 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=82 --- python-paramiko.changes | 5 +++++ python-paramiko.spec | 1 + 2 files changed, 6 insertions(+) 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/