From 6b0c96c55ebacb7150d0a4c7b871a60cd940f955 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 20 Mar 2024 14:28:42 +0100 Subject: [PATCH] Version bump to 1.0.2 and updating changelog. --- lib/pp_admintools/__init__.py | 2 +- scripts/functions.rc | 2 +- template.spec | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5