%if 0%{?_version:1}
%global _verstr %{_version}
%else
-%global _verstr 0.41.2
+%global _verstr 0.41.3
%endif
# Consul does not provide tarballs for ppc64le:
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Tue Nov 4 2025 Devrim Gündüz <devrim@gunduz.org> 0.41.3-1PGDG
+- Update to 0.41.3 per changes described at
+ https://github.com/hashicorp/consul-template/releases/tag/v0.41.3
+
* Thu Sep 25 2025 Devrim Gündüz <devrim@gunduz.org> 0.41.2-2PGDG
- Add sysusers.d and tmpfiles.d config file to allow rpm to create
users/groups automatically.