]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Version bump to 0.8.3 and updating changelog in template.spec
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Jan 2023 10:16:37 +0000 (11:16 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 19 Jan 2023 10:16:37 +0000 (11:16 +0100)
lib/pp_admintools/__init__.py
template.spec

index a4a96c46b1cb6f17bd8f35aecc4c653ec5566056..322fa2d5e1ed2cf48e2217355ca587894a6bd21e 100644 (file)
@@ -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'
index 85cb416447e39f6d401bc0268b08f3f07ee36a1c..0161049d23188dfe663a92278fd54c6982d16bb9 100644 (file)
@@ -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 <frank.brehm@pixelpark.com> 0.8.3-1
+-   Adding some script definitions in setup.py to ensure their
+    installation in /usr/bin
 *   Wed Jan 18 2023 Frank Brehm <frank.brehm@pixelpark.com> 0.8.1-1
 -   Fixing scripts/create-pdns-zones-from-files
 *   Wed Jan 11 2023 Frank Brehm <frank.brehm@pixelpark.com> 0.8.0-1