feat: include openh264 repo in mock enviroment (#959)

* feat: include openh264 repo in mock enviroment

* fix: remove enabled lines

* disable debuginfo repo
This commit is contained in:
lleyton
2024-02-20 20:30:28 -08:00
committed by GitHub
parent 326b008200
commit be7d1a4202
2 changed files with 16 additions and 1 deletions
@@ -1,5 +1,5 @@
Name: terra-mock-configs
Version: 7
Version: 8
Release: 1%{?dist}
Summary: Mock configs for Terra repos
+15
View File
@@ -173,6 +173,21 @@ type=rpm
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[fedora-cisco-openh264]
name=Fedora $releasever openh264 (From Cisco) - $basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
[fedora-cisco-openh264-debuginfo]
name=Fedora $releasever openh264 (From Cisco) - $basearch - Debug
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-debug-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
{% endif %}
"""