Add EPEL OpenH264 repository (#2053295)

epel9
Neal Gompa 1 year ago
parent 631a6701f1
commit f9f09ef74a

@ -0,0 +1,33 @@
[epel-cisco-openh264]
name=Extra Packages for Enterprise Linux $releasever openh264 (From Cisco) - $basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-cisco-openh264-$releasever&arch=$basearch
type=rpm
enabled=1
metadata_expire=14d
repo_gpgcheck=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-$releasever
skip_if_unavailable=True
[epel-cisco-openh264-debuginfo]
name=Extra Packages for Enterprise Linux $releasever openh264 (From Cisco) - $basearch - Debug
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-cisco-openh264-debug-$releasever&arch=$basearch
type=rpm
enabled=0
metadata_expire=14d
repo_gpgcheck=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-$releasever
skip_if_unavailable=True
[epel-cisco-openh264-source]
name=Extra Packages for Enterprise Linux $releasever openh264 (From Cisco) - $basearch - Source
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-cisco-openh264-source-$releasever&arch=$basearch
type=rpm
enabled=0
metadata_expire=14d
repo_gpgcheck=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-$releasever
skip_if_unavailable=True

@ -1,11 +1,12 @@
%bcond_without base %bcond_without base
%bcond_without next %bcond_without next
%bcond_without open264
%bcond_with modular %bcond_with modular
%bcond_with playground %bcond_with playground
Name: epel-release Name: epel-release
Version: 9 Version: 9
Release: 5%{dist} Release: 6%{dist}
Summary: Extra Packages for Enterprise Linux repository configuration Summary: Extra Packages for Enterprise Linux repository configuration
License: GPLv2 License: GPLv2
@ -20,6 +21,7 @@ Source100: epel.repo
Source101: epel-next.repo Source101: epel-next.repo
Source102: epel-modular.repo Source102: epel-modular.repo
Source103: epel-playground.repo Source103: epel-playground.repo
Source104: epel-cisco-openh264.repo
Source200: epel-testing.repo Source200: epel-testing.repo
Source201: epel-next-testing.repo Source201: epel-next-testing.repo
@ -84,6 +86,9 @@ install -pm 644 %{SOURCE102} %{SOURCE202} %{buildroot}%{_sysconfdir}/yum.repos.d
%if %{with playground} %if %{with playground}
install -pm 644 %{SOURCE103} %{buildroot}%{_sysconfdir}/yum.repos.d install -pm 644 %{SOURCE103} %{buildroot}%{_sysconfdir}/yum.repos.d
%endif %endif
%if %{with openh264}
install -pm 644 %{SOURCE104} %{buildroot}%{_sysconfdir}/yum.repos.d
%endif
# systemd presets # systemd presets
install -pm 644 -D %{SOURCE300} %{buildroot}%{_prefix}/lib/systemd/system-preset/90-epel.preset install -pm 644 -D %{SOURCE300} %{buildroot}%{_prefix}/lib/systemd/system-preset/90-epel.preset
@ -113,6 +118,9 @@ fi
%if %{with playground} %if %{with playground}
%config(noreplace) %{_sysconfdir}/yum.repos.d/epel-playground.repo %config(noreplace) %{_sysconfdir}/yum.repos.d/epel-playground.repo
%endif %endif
%if %{with openh264}
%config(noreplace) %{_sysconfdir}/yum.repos.d/epel-cisco-openh264.repo
%endif
%{_sysconfdir}/pki/rpm-gpg/* %{_sysconfdir}/pki/rpm-gpg/*
%{_prefix}/lib/systemd/system-preset/90-epel.preset %{_prefix}/lib/systemd/system-preset/90-epel.preset
%{_bindir}/crb %{_bindir}/crb
@ -125,6 +133,9 @@ fi
%changelog %changelog
* Tue Aug 15 2023 Neal Gompa <ngompa@fedoraproject.org> - 9-6
- Add EPEL OpenH264 repository (#2053295)
* Fri Apr 14 2023 Troy Dawson <tdawson@redhat.com> - 9-5 * Fri Apr 14 2023 Troy Dawson <tdawson@redhat.com> - 9-5
- Tweak crb script, check os-release for RHEL (#2186721) - Tweak crb script, check os-release for RHEL (#2186721)

Loading…
Cancel
Save