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: Add optional ELN repositories' subpackage
Date: Mon, 10 Aug 2026 09:41:01 GMT [thread overview]
Message-ID: <178635486198.1.14702842010840977619.rpms-fedora-repos-24799c181823@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-repos
Branch : f45
Commit : 24799c1818238fa457f197b504c651636e8eac6b
Author : Stephen Gallagher <sgallagh@redhat.com>
Date : 2020-07-02T14:05:39-04:00
Stats : +134/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-repos/c/24799c1818238fa457f197b504c651636e8eac6b?branch=f45
Log:
Add optional ELN repositories' subpackage
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
---
diff --git a/fedora-eln-modular.repo b/fedora-eln-modular.repo
new file mode 100644
index 0000000..5c1165a
--- /dev/null
+++ b/fedora-eln-modular.repo
@@ -0,0 +1,56 @@
+# 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-eln.repo b/fedora-eln.repo
new file mode 100644
index 0000000..1b02c9b
--- /dev/null
+++ b/fedora-eln.repo
@@ -0,0 +1,56 @@
+# 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
+
+[eln]
+name=Fedora - ELN - Developmental modular packages for the next Enterprise Linux release
+baseurl=https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/Everything/$basearch/os/
+#metalink=https://mirrors.fedoraproject.org/metalink?repo=eln&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-debuginfo]
+name=Fedora - ELN - Debug
+baseurl=https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/Everything/x86_64/debug/tree
+#metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-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-source]
+name=Fedora - ELN - Source
+baseurl=https://odcs.fedoraproject.org/composes/production/latest-Fedora-ELN/compose/Everything/source/tree/
+#metalink=https://mirrors.fedoraproject.org/metalink?repo=eln-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 25b4b73..4f8f577 100644
--- a/fedora-repos.spec
+++ b/fedora-repos.spec
@@ -1,7 +1,7 @@
Summary: Fedora package repositories
Name: fedora-repos
Version: 33
-Release: 0.7%{?_module_build:%{?dist}}
+Release: 0.8%{?_module_build:%{?dist}}
License: MIT
URL: https://fedoraproject.org/
@@ -74,6 +74,9 @@ 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.
@@ -118,6 +121,16 @@ This package provides ostree specfic files like remote config from
where client's system will pull OSTree updates.
+%package eln
+Summary: ELN repo definitions
+Requires: fedora-repos-rawhide = %{version}-%{release}
+Requires: fedora-repos-rawhide-modular = %{version}-%{release}
+
+%description eln
+This package provides repository files for ELN (Enterprise Linux Next)
+packages that can be installed atop Rawhide. Note that these packages are
+experimental and should not be used in a production environment.
+
%prep
@@ -186,7 +199,15 @@ install -m 644 %{_sourcedir}/fedora-compose.conf $RPM_BUILD_ROOT/etc/ostree/remo
/etc/ostree/remotes.d/fedora.conf
/etc/ostree/remotes.d/fedora-compose.conf
+%files eln
+%config(noreplace) /etc/yum.repos.d/fedora-eln.repo
+%config(noreplace) /etc/yum.repos.d/fedora-eln-modular.repo
+
+
%changelog
+* Tue Jun 30 2020 Stephen Gallagher <sgallagh@redhat.com> - 33-0.8
+- Add optional repositories for ELN
+
* Mon Jun 29 21:10:15 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 33-0.7
- Split modular repos to the separate packages
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=178635486198.1.14702842010840977619.rpms-fedora-repos-24799c181823@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