Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKorbar committed Apr 29, 2024
1 parent 1f39913 commit 9d29125
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion distribution/dnsconfd-config.8
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion distribution/dnsconfd-reload.8
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion distribution/dnsconfd-status.8
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 4 additions & 1 deletion distribution/dnsconfd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -177,6 +177,9 @@ fi
%ghost %{_var}/log/dnsconfd/unbound.log

%changelog
* Mon Apr 29 2024 Tomas Korbar <[email protected]> - 0.0.4-1
- Release 0.0.4

* Wed Jan 31 2024 Tomas Korbar <[email protected]> - 0.0.3-1
- Release 0.0.3

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='dnsconfd',
version='0.0.3',
version='0.0.4',
install_requires=[
'dbus-python',
'pyyaml'
Expand Down
2 changes: 1 addition & 1 deletion tests/build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d29125

Please sign in to comment.