public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stephen Gallagher <sgallagh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-repos] f45: Drop the fedora-eln-modular.repo
Date: Mon, 10 Aug 2026 09:41:05 GMT [thread overview]
Message-ID: <178635486578.1.7902645883886355807.rpms-fedora-repos-4ef16d78e4bf@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-repos
Branch : f45
Commit : 4ef16d78e4bf34df78b50cbd4a152956ea408439
Author : Stephen Gallagher <sgallagh@redhat.com>
Date : 2020-10-13T10:25:39-04:00
Stats : +6/-61 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-repos/c/4ef16d78e4bf34df78b50cbd4a152956ea408439?branch=f45
Log:
Drop the fedora-eln-modular.repo
It no longer exists and the fedora-eln.repo package now contains
both BaseOS and AppStream repositories for ELN.
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
---
diff --git a/fedora-eln-modular.repo b/fedora-eln-modular.repo
deleted file mode 100644
index 5c1165a..0000000
--- a/fedora-eln-modular.repo
+++ /dev/null
@@ -1,56 +0,0 @@
-# These packages are untested and still under development. This
-# repository is used for development of new releases.
-#
-# This repository can see significant daily turnover and major
-# functionality changes which cause unexpected problems with other
-# development packages. Please use these packages if you want to work
-# with the Fedora developers by testing these new development packages.
-#
-# # https://admin.fedoraproject.org/mailman/listinfo/test (Subscription
-# Required) is available as a discussion forum for
-# testing and troubleshooting for development packages in conjunction
-# with new test releases.
-#
-# More information is available at http://fedoraproject.org/wiki/Testing
-#
-# Reproducible and reportable issues should be filed at
-# http://bugzilla.redhat.com/.
-#
-# Product: Fedora
-# Version: eln-modular
-
-[eln-modular]
-name=Fedora - Modular ELN - Developmental modular packages for the next Enterprise Linux release
-baseurl=https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/Modular/$basearch/os/
-#metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-modular&arch=$basearch
-enabled=1
-countme=1
-metadata_expire=6h
-repo_gpgcheck=0
-type=rpm
-gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
-skip_if_unavailable=False
-
-[eln-modular-debuginfo]
-name=Fedora - Modular ELN - Debug
-baseurl=https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/Modular/x86_64/debug/tree
-#metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-modular-debug&arch=$basearch
-enabled=0
-repo_gpgcheck=0
-type=rpm
-gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
-skip_if_unavailable=False
-
-[eln-modular-source]
-name=Fedora - Modular ELN - Source
-baseurl=https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/Modular/source/tree/
-#metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-modular-source&arch=$basearch
-enabled=0
-repo_gpgcheck=0
-type=rpm
-gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
-skip_if_unavailable=False
-
diff --git a/fedora-repos.spec b/fedora-repos.spec
index 2c5eabb..394102c 100644
--- a/fedora-repos.spec
+++ b/fedora-repos.spec
@@ -1,7 +1,7 @@
Summary: Fedora package repositories
Name: fedora-repos
Version: 34
-Release: 0.5%{?eln:.eln%{eln}}
+Release: 0.6%{?eln:.eln%{eln}}
License: MIT
URL: https://fedoraproject.org/
@@ -19,6 +19,8 @@ Source4: fedora-updates-testing.repo
Source5: fedora-rawhide.repo
Source6: fedora-cisco-openh264.repo
Source7: fedora-updates-archive.repo
+Source8: fedora-eln.repo
+
Source10: RPM-GPG-KEY-fedora-7-primary
Source11: RPM-GPG-KEY-fedora-8-primary
@@ -76,9 +78,6 @@ Source150: RPM-GPG-KEY-fedora-iot-2019
Source151: fedora.conf
Source152: fedora-compose.conf
-Source200: fedora-eln.repo
-Source201: fedora-eln-modular.repo
-
%description
Fedora package repository files for yum and dnf along with gpg public keys.
@@ -214,10 +213,12 @@ install -m 644 %{_sourcedir}/fedora-compose.conf $RPM_BUILD_ROOT/etc/ostree/remo
%files eln
%config(noreplace) /etc/yum.repos.d/fedora-eln.repo
-%config(noreplace) /etc/yum.repos.d/fedora-eln-modular.repo
%changelog
+* Tue Oct 13 2020 Stephen Gallagher <sgallagh@redhat.com> - 34-0.6
+- Drop the fedora-eln-modular.repo
+
* Thu Oct 08 2020 Stephen Gallagher <sgallagh@redhat.com> - 34-0.5
- Update the ELN repos for the BaseOS and AppStream split
reply other threads:[~2026-08-10 9:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178635486578.1.7902645883886355807.rpms-fedora-repos-4ef16d78e4bf@fedoraproject.org \
--to=sgallagh@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox