From 449fff0ab335e87829ce10e5ece37f5cbd77af2f Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 25 Jul 2026 16:19:41 +1000 Subject: [PATCH] Add fedora-archive remote for EOL releases (F42) --- config/remote_rpm/fedora-archive.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/remote_rpm/fedora-archive.yaml diff --git a/config/remote_rpm/fedora-archive.yaml b/config/remote_rpm/fedora-archive.yaml new file mode 100644 index 0000000..f39d522 --- /dev/null +++ b/config/remote_rpm/fedora-archive.yaml @@ -0,0 +1,8 @@ +base_url: https://archive.fedoraproject.org/pub/archive/fedora/linux +description: Fedora Linux archive mirror for EOL releases (e.g. F42); content is frozen upstream +immutable_ttl: 0 +mutable_ttl: 86400 +immutable_patterns: + - "releases/.*/Everything/x86_64/.*\\.rpm$" + - "updates/.*/Everything/x86_64/.*\\.rpm$" + - ".*/noarch/.*\\.rpm$"