Exclude etcd* from Fedora repos, now provided by ims-fedora-extras

Fedora retired etcd in rawhide; ims-fedora-extras ships etcd 3.7.1
repackaged from the official upstream binaries. Add etcd* to excludepkgs
in the dnf5 override and the ims-fedora/ims-fedora-updates repos so the
older Fedora build is never picked. Bump release to 44-2.
This commit is contained in:
2026-09-18 13:20:28 +02:00
parent 7c47ce9b70
commit c4e54df0ee
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
metadata_expire=1h
skip_if_unavailable=True
excludepkgs="freeipa* frr* strongswan*"
excludepkgs="etcd* freeipa* frr* strongswan*"