consul: Update to 1.22.0 per changes described at https://github.com/hashicorp/consul...
authorDevrim Gunduz <devrim@gunduz.org>
Mon, 27 Oct 2025 11:18:48 +0000 (14:18 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Mon, 27 Oct 2025 11:18:48 +0000 (14:18 +0300)
rpm/redhat/main/extras/consul/main/consul.spec

index 842f2af9bbedce9e673521f329fa524d769ba0dd..08e7a0b1006c65a8ddb17649a20ab107220b31f6 100644 (file)
@@ -14,8 +14,8 @@ ExcludeArch:  ppc64le
 %endif
 
 Name:          consul
-Version:       1.21.5
-Release:       2PGDG%{?dist}
+Version:       1.22.0
+Release:       1PGDG%{?dist}
 Summary:       Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable.
 
 License:       MPLv2.0
@@ -95,6 +95,10 @@ any number of regions without complex configuration.
 %doc
 
 %changelog
+* Mon Oct 27 2025 Devrim Gündüz <devrim@gunduz.org> 1.22.0-1PGDG
+- Update to 1.22.0 per changes described at:
+  https://github.com/hashicorp/consul/releases/tag/v1.22.0
+
 * Thu Sep 25 2025 Devrim Gündüz <devrim@gunduz.org> 1.21.5-2PGDG
 - Add sysusers.d and tmpfiles.d config file to allow rpm to create
   users/groups automatically.