]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Version bump to 1.0.2 and updating changelog. 1.0.2
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 20 Mar 2024 13:28:42 +0000 (14:28 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 20 Mar 2024 13:28:42 +0000 (14:28 +0100)
lib/pp_admintools/__init__.py
scripts/functions.rc
template.spec

index 0ed3ac5621a1088ebda96797fdbb608b77a72839..f98a578d37ff3a670aa3856f334816a94a882151 100644 (file)
@@ -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'
index e4e753f252f2eea6374d3a2bea4092c0d9f302ba..11c49cc6ec3d2b21feff2a130074000c928e807d 100644 (file)
@@ -8,7 +8,7 @@ BLUE=""
 CYAN=""
 NORMAL=""
 
-VERSION="0.3.2"
+VERSION="1.0.2"
 
 # shellcheck disable=SC2034
 STD_SHORT_OPTIONS="sqdvhV"
index 9b9ba005c4562bd62db38d4f414f9bbb4d33d0e4..87611e790926850b621ed513ba96a781e387d272 100644 (file)
@@ -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 <frank.brehm@pixelpark.com> 1.0.2-1
+-   Fixing usage of mktemp in shell scripts.
 *   Wed Mar 13 2024 Frank Brehm <frank.brehm@pixelpark.com> 1.0.1-1
 -   Fixing resolving the LDAP servername and the help text of the
     --base-dn cmdline option