Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKorbar committed Jan 24, 2024
1 parent 6d4c2c0 commit 27ac8f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion distribution/dnsconfd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global selinuxtype targeted

Name: dnsconfd
Version: 0.0.1
Version: 0.0.2
Release: 1%{?dist}
Summary: local DNS cache configuration daemon
License: MIT
Expand Down Expand Up @@ -154,5 +154,8 @@ fi
%config(noreplace) %{_sysconfdir}/unbound/conf.d/unbound.conf

%changelog
* Wed Jan 24 2024 Tomas Korbar <[email protected]> - 0.0.2-1
- Release 0.0.2

* Tue Aug 01 2023 Tomas Korbar <[email protected]> - 0.0.1-1
- Initial version of the package
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.1',
version='0.0.2',
install_requires=[
'dbus-python',
],
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.1/1.fc39/*.noarch.rpm ../tests
mv ./results_dnsconfd/0.0.2/1.fc39/*.noarch.rpm ../tests
popd

0 comments on commit 27ac8f4

Please sign in to comment.