consul-template: Update to 0.41.3 per changes described at https://github.com/hashico...
authorDevrim Gunduz <devrim@gunduz.org>
Tue, 4 Nov 2025 17:52:16 +0000 (20:52 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Tue, 4 Nov 2025 17:52:16 +0000 (20:52 +0300)
rpm/redhat/main/extras/consul-template/main/consul-template.spec

index 7ba93d1f899d8eef41db49ef0ad43276e38a19a2..8b3f12e8079bf0d4dab7b8f4a6902c5405f5b563 100644 (file)
@@ -3,7 +3,7 @@
 %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:
@@ -84,6 +84,10 @@ unless the -once flag is specified.
 %{_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.