From: Devrim Gunduz Date: Tue, 4 Nov 2025 17:52:16 +0000 (+0300) Subject: consul-template: Update to 0.41.3 per changes described at https://github.com/hashico... X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpgdulink%28?a=commitdiff_plain;h=7107475f7443295e99a6bdfdf1e985ef7bc6f435;p=pgrpms.git consul-template: Update to 0.41.3 per changes described at https://github.com/hashicorp/consul-template/releases/tag/v0.41.3 --- diff --git a/rpm/redhat/main/extras/consul-template/main/consul-template.spec b/rpm/redhat/main/extras/consul-template/main/consul-template.spec index 7ba93d1f8..8b3f12e80 100644 --- a/rpm/redhat/main/extras/consul-template/main/consul-template.spec +++ b/rpm/redhat/main/extras/consul-template/main/consul-template.spec @@ -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 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 0.41.2-2PGDG - Add sysusers.d and tmpfiles.d config file to allow rpm to create users/groups automatically.