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 - 34-0.6 +- Drop the fedora-eln-modular.repo + * Thu Oct 08 2020 Stephen Gallagher - 34-0.5 - Update the ELN repos for the BaseOS and AppStream split