From 99ee817d76f0706ac94b954c280c1ba15d39b5e3 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Nov 16 2020 17:06:18 +0000 Subject: really add the hide CDN radiobutton patch --- diff --git a/SOURCES/0002-CentOS-disable-cdn-radiobutton.patch b/SOURCES/0002-CentOS-disable-cdn-radiobutton.patch index e69de29..9cbde67 100644 --- a/SOURCES/0002-CentOS-disable-cdn-radiobutton.patch +++ b/SOURCES/0002-CentOS-disable-cdn-radiobutton.patch @@ -0,0 +1,12 @@ +diff -uNrp anaconda-33.16.3.26.orig/pyanaconda/ui/gui/spokes/installation_source.py anaconda-33.16.3.26/pyanaconda/ui/gui/spokes/installation_source.py +--- anaconda-33.16.3.26.orig/pyanaconda/ui/gui/spokes/installation_source.py 2020-08-24 05:10:07.000000000 -0500 ++++ anaconda-33.16.3.26/pyanaconda/ui/gui/spokes/installation_source.py 2020-11-16 10:41:09.663907591 -0600 +@@ -704,6 +704,8 @@ class SourceSpoke(NormalSpoke, GUISpokeI + self._network_button = self.builder.get_object("networkRadioButton") + self._network_box = self.builder.get_object("networkBox") + ++ really_hide(self._cdn_button) ++ + self._url_entry = self.builder.get_object("urlEntry") + self._protocol_combo_box = self.builder.get_object("protocolComboBox") + self._iso_chooser_button = self.builder.get_object("isoChooserButton")