From: Frank Brehm Date: Thu, 19 Jan 2023 10:16:37 +0000 (+0100) Subject: Version bump to 0.8.3 and updating changelog in template.spec X-Git-Tag: 0.8.4~1^2 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=c2e54dd3766981ef4fd890cc0f2475497e99dc82;p=pixelpark%2Fpp-admin-tools.git Version bump to 0.8.3 and updating changelog in template.spec --- diff --git a/lib/pp_admintools/__init__.py b/lib/pp_admintools/__init__.py index a4a96c4..322fa2d 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.2' +__version__ = '0.8.3' MAX_PORT_NUMBER = (2 ** 16) - 1 DEFAULT_CONFIG_DIR = 'pixelpark' diff --git a/template.spec b/template.spec index 85cb416..0161049 100644 --- a/template.spec +++ b/template.spec @@ -71,6 +71,9 @@ python@@@py_version_dot@@@ setup.py install --prefix=%{_prefix} --root=%{buildro /usr/libexec/pixelpark/* %changelog +* Thu Jan 19 2023 Frank Brehm 0.8.3-1 +- Adding some script definitions in setup.py to ensure their + installation in /usr/bin * 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