From 058b707f5f48982ba00335b6191ce24163432c27 Mon Sep 17 00:00:00 2001 From: clime Date: Jul 01 2016 13:22:50 +0000 Subject: Automatic commit of package [copr-cli] release [1.53-1]. --- diff --git a/.tito/packages/copr-cli b/.tito/packages/copr-cli index 38340ac..b65308f 100644 --- a/.tito/packages/copr-cli +++ b/.tito/packages/copr-cli @@ -1 +1 @@ -1.52-1 cli/ +1.53-1 cli/ diff --git a/cli/copr-cli.spec b/cli/copr-cli.spec index bc3c935..ca807a9 100644 --- a/cli/copr-cli.spec +++ b/cli/copr-cli.spec @@ -12,7 +12,7 @@ %endif Name: copr-cli -Version: 1.52 +Version: 1.53 Release: 1%{?dist} Summary: Command line interface for COPR @@ -134,6 +134,12 @@ python3-pylint ./copr_cli/*.py || : %endif %changelog +* 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 +- --enable-net option added for create/modify commands of copr-cli +- added man entry about --unlisted-on-hp option of create command + * Thu Jun 16 2016 Miroslav Suchý 1.52-1 - configure more packages to run pylint - run checks for copr-cli