From 622e8255e17ad565840583ebd73f9f052d95d5cb Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Apr 27 2018 15:14:32 +0000 Subject: Manual Debranding --- diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 7cc9624..b7b89f5 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -15,6 +15,13 @@ URL: http://fedoraproject.org/wiki/Anaconda # make dist Source0: %{name}-%{version}.tar.bz2 Patch0: 0001-Don-t-display-Alternate-Architectures-in-product-nam.patch +Patch1: anaconda-centos-add-centos-install-class.patch +Patch2: anaconda-centos-set-right-eula-location.patch +Patch4: anaconda-centos-disable-mirrors.patch +Patch5: anaconda-centos-bootfs-default-to-xfs.patch +Patch6: anaconda-centos-help-text.patch +Patch7: anaconda-centos-skip-retry-if-not-connected.patch +Patch8: 9800-rpmostreepayload-Rework-remote-add-handling.patch # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -179,7 +186,7 @@ Requires: keybinder3 Requires: NetworkManager-wifi %endif Requires: yelp -Requires: anaconda-user-help >= %{helpver} +#Requires: anaconda-user-help >= %{helpver} # Needed to compile the gsettings files BuildRequires: gsettings-desktop-schemas @@ -229,6 +236,13 @@ runtime on NFS/HTTP/FTP servers or local disks. %prep %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 %build %configure --disable-static \