From 2dfd90b35cfea247e8f13b264e77b79286d85fc6 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 19 Jan 2023 17:57:30 +0100 Subject: [PATCH] Version bump to 0.8.6 and updating changelog in template.spec --- lib/pp_admintools/__init__.py | 2 +- template.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pp_admintools/__init__.py b/lib/pp_admintools/__init__.py index f83003e..17b8ac2 100644 --- a/lib/pp_admintools/__init__.py +++ b/lib/pp_admintools/__init__.py @@ -8,7 +8,7 @@ import shutil # Own modules import fb_tools.common -__version__ = '0.8.5' +__version__ = '0.8.6' MAX_PORT_NUMBER = (2 ** 16) - 1 DEFAULT_CONFIG_DIR = 'pixelpark' diff --git a/template.spec b/template.spec index 163e8f9..b824c0f 100644 --- a/template.spec +++ b/template.spec @@ -73,7 +73,7 @@ python@@@py_version_dot@@@ setup.py install --prefix=%{_prefix} --root=%{buildro /usr/libexec/pixelpark/* %changelog -* Thu Jan 19 2023 Frank Brehm 0.8.5-1 +* Thu Jan 19 2023 Frank Brehm 0.8.6-1 - Adding some script definitions in setup.py to ensure their installation in /usr/bin - Adding package dependency to python-ldap3 -- 2.39.5