| From: | Brian King <db(at)dexterpainter(dot)com> |
|---|---|
| To: | pgsql-pkg-yum(at)lists(dot)postgresql(dot)org |
| Subject: | Can't install patroni-consul on Fedora 44 (postgres 18 repo) |
| Date: | 2026-06-14 21:10:36 |
| Message-ID: | D3F675A4-58A5-48B7-9DF5-49A4D9B94E93@dexterpainter.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-pkg-yum |
Hello Postgres packagers,
After upgrading from Fedora 43 -> 44, I can no longer install patroni-consul:
```
dnf install patroni-consul
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
- nothing provides py-consul >= 1.6.0 needed by patroni-consul-4.1.2-3PGDG.f44.noarch from postgreSQL
- nothing provides py-consul >= 1.6.0 needed by patroni-consul-4.1.3-1PGDG.f44.noarch from postgreSQL
You can try to add to command line:
--skip-broken to skip uninstallable packages
```
This seems to be available on Fedora 43:
```
dnf provides py-consul
Updating and loading repositories:
Repositories loaded.
py-consul-1.6.0-45PGDG.f43.noarch : Python client for Consul
Repo : @System
Matched From :
Provide : py-consul = 1.6.0-45PGDG.f43
py-consul-1.6.0-45PGDG.f43.noarch : Python client for Consul
Repo : postgreSQL
Matched From :
Provide : py-consul = 1.6.0-45PGDG.f43
```
Per https://git.postgresql.org/gitweb/?p=pgrpms.git;a=tree;f=rpm/redhat/main/common/py-consul/F-44;h=83a8e47a6f3c3389180df34243d35f2730d06d18;hb=005d6a070415badc1c77ffa6dd09756d7c7abbdf , it looks like a spec file exists. Maybe something just needs to be republished?
Thanks for looking,
~Brian (Libera IRC: inflatador)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Devrim Gündüz | 2026-06-16 08:33:19 | Re: Can't install patroni-consul on Fedora 44 (postgres 18 repo) |
| Previous Message | Devrim Gündüz | 2026-06-10 08:21:40 | Re: Missing jdbc packages for RHEL 8.10 |