From 6ee8087933fac760943934dc29a90c088d9e4cd5 Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Thu, 24 Jul 2025 13:57:34 +0300 Subject: [PATCH] consul-template: Update to 0.41.1 per changes described at https://github.com/hashicorp/consul-template/releases/tag/v0.41.1 --- .../main/extras/consul-template/main/consul-template.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 d4bfffd7e..2b3087d0d 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.0 +%global _verstr 0.41.1 %endif # Consul does not provide tarballs for ppc64le: @@ -85,6 +85,10 @@ exit 0 %attr(755, root, root) %{_bindir}/consul-template %changelog +* Thu Jul 24 2025 Devrim Gündüz 0.41.1-1PGDG +- Update to 0.41.1 per changes described at + https://github.com/hashicorp/consul-template/releases/tag/v0.41.1 + * Sun Feb 16 2025 Devrim Gündüz 0.41.0-1PGDG - Update to 0.41.0 per changes described at https://github.com/hashicorp/consul-template/releases/tag/v0.41.0 -- 2.39.5