From 5c6f58f12d0e1aa8a4ca8a9accdd7c95cdd6552e Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Apr 21 2015 17:29:13 +0000 Subject: Update to remoto-0.0.25 - rm python3_version compat macro; this has been defined since F13 - Remove pre-existing .pyc files during %prep --- diff --git a/.gitignore b/.gitignore index f29053e..2e30f8c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /remoto-0.0.21.tar.xz /remoto-0.0.23.tar.gz /remoto-0.0.24.tar.gz +/remoto-0.0.25.tar.gz diff --git a/python-remoto.spec b/python-remoto.spec index b98ea08..54506a3 100644 --- a/python-remoto.spec +++ b/python-remoto.spec @@ -2,7 +2,6 @@ %if 0%{?fedora} %global with_python3 1 -%{!?python3_version: %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")} %endif %if 0%{?rhel} && 0%{?rhel} <= 6 @@ -13,7 +12,7 @@ %global pkgname remoto Name: python-%{pkgname} -Version: 0.0.24 +Version: 0.0.25 Release: 1%{?dist} Summary: Execute remote commands or processes Group: Development/Languages @@ -56,6 +55,9 @@ Execute remote commands or processes. %prep %setup -q -n %{pkgname}-%{version} +# https://github.com/alfredodeza/remoto/issues/17 +find . -name '*.pyc' -print0 | xargs -0 rm + %if 0%{?with_python3} cp -a . %{py3dir} %endif # with_python3 @@ -103,6 +105,11 @@ popd %changelog +* Tue Apr 21 2015 Ken Dreyer - 0.0.25-1 +- Update to remoto-0.0.25 +- rm python3_version compat macro; this has been defined since F13 +- Remove pre-existing .pyc files during %%prep + * Mon Jan 05 2015 Ken Dreyer - 0.0.24-1 - Update to remoto-0.0.24 - Add Group tag diff --git a/sources b/sources index 0ecf4f3..3d8aeba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f605551603d9b04e8d754fbb5140315b remoto-0.0.24.tar.gz +94fa964c08d9c4619ef63201c58091e3 remoto-0.0.25.tar.gz