diff --git a/SOURCES/0002-CentOS-disable-cdn-radiobutton.patch b/SOURCES/0002-CentOS-disable-cdn-radiobutton.patch new file mode 100644 index 0000000..9cbde67 --- /dev/null +++ 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") diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index cf3242e..a81144b 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 33.16.3.26 -Release: 2%{?dist} +Release: 2%{?dist}.centos License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -13,6 +13,7 @@ URL: http://fedoraproject.org/wiki/Anaconda Source0: %{name}-%{version}.tar.bz2 Patch1: 0001-network-do-not-crash-on-infiniband-devices-activated.patch +Patch99: 0002-CentOS-disable-cdn-radiobutton.patch # Versions of required components (done so we make sure the buildrequires # match the requires versions of things).