From dd772278ee428367017a7a32e6e1013c60d34737 Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Thu, 17 Aug 2017 15:39:58 +0200 Subject: [PATCH 1/2] fix wrong dependency in rpm building --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ecfbd73..cebd398 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,10 +9,10 @@ tag_build = universal=1 [bdist_rpm] -release = 1 +release = 2 doc_files = README.rst DESCRIPTION.rst CHANGES.rst provides = python-brabbel -requires = pyparsing python-futures +requires = pyparsing python-future [compile_catalog] directory = brabbel/locale From c160e5a3b8f46ffe806dde26d76411789e944d28 Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Fri, 25 Aug 2017 18:29:20 +0200 Subject: [PATCH 2/2] revert release to 1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cebd398..464efd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ tag_build = universal=1 [bdist_rpm] -release = 2 +release = 1 doc_files = README.rst DESCRIPTION.rst CHANGES.rst provides = python-brabbel requires = pyparsing python-future