diff --git a/.gitignore b/.gitignore index 9b10e0f..7da9434 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /copr-cli-1.51.tar.gz /copr-cli-1.52.tar.gz /copr-cli-1.53.tar.gz +/copr-cli-1.54.tar.gz diff --git a/copr-cli.spec b/copr-cli.spec index ca807a9..bebea21 100644 --- a/copr-cli.spec +++ b/copr-cli.spec @@ -8,11 +8,11 @@ %endif %if 0%{?fedora} >= 24 -%global %{use_python3} +%global use_python3 1 %endif Name: copr-cli -Version: 1.53 +Version: 1.54 Release: 1%{?dist} Summary: Command line interface for COPR @@ -134,6 +134,9 @@ python3-pylint ./copr_cli/*.py || : %endif %changelog +* Fri Jul 15 2016 Miroslav Suchý 1.54-1 +- actually define use_python3 macro + * Fri Jul 01 2016 clime 1.53-1 - enable pylint checks only if python3 macro is enabled - Bug 1335237 - copr create command missing --disable_createrepo diff --git a/sources b/sources index 43c4356..4131b4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0dbb7dcb358aab6415de6490a283e170 copr-cli-1.53.tar.gz +2756b20948ad876c113ca9affaaea2b2 copr-cli-1.54.tar.gz