diff --git a/distribution/dnsconfd-config.8 b/distribution/dnsconfd-config.8 index 869fbeb..a8aaad9 100644 --- a/distribution/dnsconfd-config.8 +++ b/distribution/dnsconfd-config.8 @@ -1,4 +1,4 @@ -.TH "dnsconfd-config" "8" "10 Oct 2023" "dnsconfd-0.0.3" "" +.TH "dnsconfd-config" "8" "10 Oct 2023" "dnsconfd-0.0.4" "" .SH NAME diff --git a/distribution/dnsconfd-reload.8 b/distribution/dnsconfd-reload.8 index 2e8c82b..c54a3b7 100644 --- a/distribution/dnsconfd-reload.8 +++ b/distribution/dnsconfd-reload.8 @@ -1,4 +1,4 @@ -.TH "dnsconfd-reload" "8" "10 Oct 2023" "dnsconfd-0.0.3" "" +.TH "dnsconfd-reload" "8" "10 Oct 2023" "dnsconfd-0.0.4" "" .SH NAME diff --git a/distribution/dnsconfd-status.8 b/distribution/dnsconfd-status.8 index 9b1f2a7..3052b32 100644 --- a/distribution/dnsconfd-status.8 +++ b/distribution/dnsconfd-status.8 @@ -1,4 +1,4 @@ -.TH "dnsconfd-status" "8" "10 Oct 2023" "dnsconfd-0.0.3" "" +.TH "dnsconfd-status" "8" "10 Oct 2023" "dnsconfd-0.0.4" "" .SH NAME diff --git a/distribution/dnsconfd.spec b/distribution/dnsconfd.spec index c05219f..a00e05e 100644 --- a/distribution/dnsconfd.spec +++ b/distribution/dnsconfd.spec @@ -2,7 +2,7 @@ %global selinuxtype targeted Name: dnsconfd -Version: 0.0.3 +Version: 0.0.4 Release: 1%{?dist} Summary: Local DNS cache configuration daemon License: MIT @@ -177,6 +177,9 @@ fi %ghost %{_var}/log/dnsconfd/unbound.log %changelog +* Mon Apr 29 2024 Tomas Korbar - 0.0.4-1 +- Release 0.0.4 + * Wed Jan 31 2024 Tomas Korbar - 0.0.3-1 - Release 0.0.3 diff --git a/setup.py b/setup.py index b78a71b..522872f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='dnsconfd', - version='0.0.3', + version='0.0.4', install_requires=[ 'dbus-python', 'pyyaml' diff --git a/tests/build_package.sh b/tests/build_package.sh index 70b1034..e74ab17 100755 --- a/tests/build_package.sh +++ b/tests/build_package.sh @@ -5,5 +5,5 @@ set -e python3 setup.py sdist -d ./distribution pushd distribution fedpkg --release=f39 mockbuild -mv ./results_dnsconfd/0.0.3/1.fc39/*.noarch.rpm ../tests +mv ./results_dnsconfd/0.0.4/1.fc39/*.noarch.rpm ../tests popd