Skip to content

Commit c9ce4eb

Browse files
committed
Correct RPM repo names to avoid EC exceptions for RPMs
1 parent d2ae6ce commit c9ce4eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ubi.repo

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
[ubi-9-for-$basearch-for-$basearch-baseos-rpms]
1+
[ubi-9-for-$basearch-baseos-rpms]
22
name = Red Hat Universal Base Image 9 (RPMs) - BaseOS
33
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/baseos/os
44
enabled = 1
55
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
66
gpgcheck = 1
77

8-
[ubi-9-for-$basearch-for-$basearch-baseos-debug-rpms]
8+
[ubi-9-for-$basearch-baseos-debug-rpms]
99
name = Red Hat Universal Base Image 9 (Debug RPMs) - BaseOS
1010
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/baseos/debug
1111
enabled = 0
1212
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
1313
gpgcheck = 1
1414

15-
[ubi-9-for-$basearch-for-$basearch-baseos-source-rpms]
15+
[ubi-9-for-$basearch-baseos-source-rpms]
1616
name = Red Hat Universal Base Image 9 (Source RPMs) - BaseOS
1717
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/baseos/source/SRPMS
1818
enabled = 0
1919
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
2020
gpgcheck = 1
2121

22-
[ubi-9-for-$basearch-for-$basearch-appstream-rpms]
22+
[ubi-9-for-$basearch-appstream-rpms]
2323
name = Red Hat Universal Base Image 9 (RPMs) - AppStream
2424
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/appstream/os
2525
enabled = 1
2626
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
2727
gpgcheck = 1
2828

29-
[ubi-9-for-$basearch-for-$basearch-appstream-debug-rpms]
29+
[ubi-9-for-$basearch-appstream-debug-rpms]
3030
name = Red Hat Universal Base Image 9 (Debug RPMs) - AppStream
3131
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/appstream/debug
3232
enabled = 0
3333
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
3434
gpgcheck = 1
3535

36-
[ubi-9-for-$basearch-for-$basearch-appstream-source-rpms]
36+
[ubi-9-for-$basearch-appstream-source-rpms]
3737
name = Red Hat Universal Base Image 9 (Source RPMs) - AppStream
3838
baseurl = https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/$basearch/appstream/source/SRPMS
3939
enabled = 0

0 commit comments

Comments
 (0)