summaryrefslogtreecommitdiff
path: root/0004-RHEL-builder-Disable-opensuse-repository.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 15:16:08 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 15:16:08 +0000
commit4ffb9dfab1a416a6b9ac7050eba6c4a8483ed150 (patch)
tree018823e3c7805c6b3fdcc1a196c81d5175326c5e /0004-RHEL-builder-Disable-opensuse-repository.patch
parent64e695813fd69cf6205524f7b807ad89bda460e2 (diff)
automatic import of guestfs-toolsopeneuler24.03_LTS
Diffstat (limited to '0004-RHEL-builder-Disable-opensuse-repository.patch')
-rw-r--r--0004-RHEL-builder-Disable-opensuse-repository.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/0004-RHEL-builder-Disable-opensuse-repository.patch b/0004-RHEL-builder-Disable-opensuse-repository.patch
new file mode 100644
index 0000000..a80dcfb
--- /dev/null
+++ b/0004-RHEL-builder-Disable-opensuse-repository.patch
@@ -0,0 +1,26 @@
+From 511de43cdca80381d52360e050bf57f7079f46d6 Mon Sep 17 00:00:00 2001
+From: "Richard W.M. Jones" <rjones@redhat.com>
+Date: Mon, 21 Nov 2022 13:03:22 +0000
+Subject: [PATCH] RHEL: builder: Disable opensuse repository
+
+Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2145160
+(cherry picked from commit 8e0e91c923bd7076fd906a71678ddd3f328ae2c0)
+---
+ builder/opensuse.conf.in | 10 +++++++---
+ 1 file changed, 7 insertions(+), 3 deletions(-)
+
+diff --git a/builder/opensuse.conf.in b/builder/opensuse.conf.in
+index 19f979699..a57fc6977 100644
+--- a/builder/opensuse.conf.in
++++ b/builder/opensuse.conf.in
+@@ -1,3 +1,7 @@
+-[opensuse.org]
+-uri=http://download.opensuse.org/repositories/Virtualization:/virt-builder-images/images/index
+-gpgkey=file://@SYSCONFDIR@/virt-builder/repos.d/opensuse.gpg
++# https://bugzilla.redhat.com/show_bug.cgi?id=2145160
++# This is disabled in RHEL by default, but you can enable it by
++# uncommenting the lines below.
++
++#[opensuse.org]
++#uri=http://download.opensuse.org/repositories/Virtualization:/virt-builder-images/images/index
++#gpgkey=file://@SYSCONFDIR@/virt-builder/repos.d/opensuse.gpg