From: Frank Brehm Date: Wed, 20 Mar 2024 13:28:42 +0000 (+0100) Subject: Version bump to 1.0.2 and updating changelog. X-Git-Tag: 1.0.2^0 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=6b0c96c55ebacb7150d0a4c7b871a60cd940f955;p=pixelpark%2Fpp-admin-tools.git Version bump to 1.0.2 and updating changelog. --- diff --git a/lib/pp_admintools/__init__.py b/lib/pp_admintools/__init__.py index 0ed3ac5..f98a578 100644 --- a/lib/pp_admintools/__init__.py +++ b/lib/pp_admintools/__init__.py @@ -15,7 +15,7 @@ import shutil # Own modules import fb_tools.common -__version__ = '1.0.1' +__version__ = '1.0.2' MAX_PORT_NUMBER = (2 ** 16) - 1 DEFAULT_CONFIG_DIR = 'pixelpark' diff --git a/scripts/functions.rc b/scripts/functions.rc index e4e753f..11c49cc 100644 --- a/scripts/functions.rc +++ b/scripts/functions.rc @@ -8,7 +8,7 @@ BLUE="" CYAN="" NORMAL="" -VERSION="0.3.2" +VERSION="1.0.2" # shellcheck disable=SC2034 STD_SHORT_OPTIONS="sqdvhV" diff --git a/template.spec b/template.spec index 9b9ba00..87611e7 100644 --- a/template.spec +++ b/template.spec @@ -73,6 +73,8 @@ python@@@py_version_dot@@@ setup.py install --prefix=%{_prefix} --root=%{buildro /usr/libexec/pixelpark/* %changelog +* Wed Mar 20 2024 Frank Brehm 1.0.2-1 +- Fixing usage of mktemp in shell scripts. * Wed Mar 13 2024 Frank Brehm 1.0.1-1 - Fixing resolving the LDAP servername and the help text of the --base-dn cmdline option