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:
@@ -3,7 +3,7 @@
|
|||||||
# (see "DROP-IN REPO DIRECTORIES" in dnf5.conf(5)).
|
# (see "DROP-IN REPO DIRECTORIES" in dnf5.conf(5)).
|
||||||
|
|
||||||
[fedora*]
|
[fedora*]
|
||||||
excludepkgs=freeipa* frr* strongswan*
|
excludepkgs=etcd* freeipa* frr* strongswan*
|
||||||
|
|
||||||
[updates*]
|
[updates*]
|
||||||
excludepkgs=freeipa* frr* strongswan*
|
excludepkgs=etcd* freeipa* frr* strongswan*
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Summary: InfoMaOS Fedora extras release
|
Summary: InfoMaOS Fedora extras release
|
||||||
Name: ims-fedora-extras-release
|
Name: ims-fedora-extras-release
|
||||||
Version: 44
|
Version: 44
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://gitea.netst.org/rpms-fedora-extras/ims-fedora-extras-release
|
URL: http://gitea.netst.org/rpms-fedora-extras/ims-fedora-extras-release
|
||||||
@@ -39,6 +39,10 @@ install -pm 644 %{SOURCE3} %{buildroot}%{_datadir}/dnf5/repos.override.d
|
|||||||
%{_datadir}/dnf5/repos.override.d/50-ims-fedora-extras.repo
|
%{_datadir}/dnf5/repos.override.d/50-ims-fedora-extras.repo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 18 2026 Zoran Pericic <zoran.pericic@netst.org> - 44-2
|
||||||
|
- Exclude etcd* from the fedora* and updates* repos: etcd is now packaged in
|
||||||
|
ims-fedora-extras from the official upstream binaries
|
||||||
|
|
||||||
* Thu Sep 10 2026 Zoran Pericic <zoran.pericic@netst.org> - 44-1
|
* Thu Sep 10 2026 Zoran Pericic <zoran.pericic@netst.org> - 44-1
|
||||||
- Drop %%post scriptlet: "dnf config-manager --save" is dnf4-only and fails
|
- Drop %%post scriptlet: "dnf config-manager --save" is dnf4-only and fails
|
||||||
with exit status 2 on dnf5, making the install transaction report an error
|
with exit status 2 on dnf5, making the install transaction report an error
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ gpgcheck=1
|
|||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
metadata_expire=1h
|
metadata_expire=1h
|
||||||
skip_if_unavailable=True
|
skip_if_unavailable=True
|
||||||
excludepkgs="freeipa* frr* strongswan*"
|
excludepkgs="etcd* freeipa* frr* strongswan*"
|
||||||
|
|||||||
+1
-1
@@ -6,4 +6,4 @@ cost=1001
|
|||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
skip_if_unavailable=True
|
skip_if_unavailable=True
|
||||||
excludepkgs="freeipa* frr* strongswan*"
|
excludepkgs="etcd* freeipa* frr* strongswan*"
|
||||||
|
|||||||
Reference in New Issue
Block a user