From: Frank Brehm Date: Thu, 19 Jan 2023 16:20:17 +0000 (+0100) Subject: Version bump to 0.8.5 and updating changelog in template.spec X-Git-Tag: 0.8.5^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=93e332ddccacd0e6a78c662f5c34db9a27ffc461;p=pixelpark%2Fpp-admin-tools.git Version bump to 0.8.5 and updating changelog in template.spec --- diff --git a/lib/pp_admintools/__init__.py b/lib/pp_admintools/__init__.py index 22f463d..f83003e 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.4' +__version__ = '0.8.5' MAX_PORT_NUMBER = (2 ** 16) - 1 DEFAULT_CONFIG_DIR = 'pixelpark' diff --git a/template.spec b/template.spec index d2e0fc1..07d4b23 100644 --- a/template.spec +++ b/template.spec @@ -73,10 +73,11 @@ python@@@py_version_dot@@@ setup.py install --prefix=%{_prefix} --root=%{buildro /usr/libexec/pixelpark/* %changelog -* Thu Jan 19 2023 Frank Brehm 0.8.4-1 +* Thu Jan 19 2023 Frank Brehm 0.8.5-1 - Adding some script definitions in setup.py to ensure their installation in /usr/bin - Adding package dependency to python-ldap3 +- Adding package dependency to python-passlib * Wed Jan 18 2023 Frank Brehm 0.8.1-1 - Fixing scripts/create-pdns-zones-from-files * Wed Jan 11 2023 Frank Brehm 0.8.0-1