From 7f933ef1b1b862f87e5f2ea18979f69de3c17c26 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Apr 02 2020 13:42:20 +0000 Subject: Manual CentOS Debranding --- diff --git a/SOURCES/centos-branding-yum.patch b/SOURCES/centos-branding-yum.patch new file mode 100644 index 0000000..f100222 --- /dev/null +++ b/SOURCES/centos-branding-yum.patch @@ -0,0 +1,37 @@ +diff -uNrp yum-3.4.3.orig/yum/constants.py yum-3.4.3/yum/constants.py +--- yum-3.4.3.orig/yum/constants.py 2018-01-30 11:17:56.961899488 +0000 ++++ yum-3.4.3/yum/constants.py 2018-01-30 11:41:57.421866122 +0000 +@@ -123,22 +123,22 @@ REPO_PROBLEM_PACKAGE=5 + + + ERRORS_TO_KBASE_ARTICLES = { +- 404: """To address this issue please refer to the below knowledge base article ++ 404: """To address this issue please refer to the below wiki article + +-https://access.redhat.com/articles/1320623 ++https://wiki.centos.org/yum-errors + +-If above article doesn't help to resolve this issue please open a ticket with Red Hat Support. ++If above article doesn't help to resolve this issue please use https://bugs.centos.org/. + """, +- 403: """To address this issue please refer to the below knowledge base article ++ 403: """To address this issue please refer to the below wiki article + +-https://access.redhat.com/solutions/69319 ++https://wiki.centos.org/yum-errors + +-If above article doesn't help to resolve this issue please open a ticket with Red Hat Support. ++If above article doesn't help to resolve this issue please use https://bugs.centos.org/. + """, +- 60: """It was impossible to connect to the Red Hat servers. ++ 60: """It was impossible to connect to the CentOS servers. + This could mean a connectivity issue in your environment, such as the requirement to configure a proxy, + or a transparent proxy that tampers with TLS security, or an incorrect system clock. +-Please collect information about the specific failure that occurs in your environment, +-using the instructions in: https://access.redhat.com/solutions/1527033 and open a ticket with Red Hat Support. ++You can try to solve this issue by using the instructions on https://wiki.centos.org/yum-errors ++If above article doesn't help to resolve this issue please use https://bugs.centos.org/. + """ +-} +\ No newline at end of file ++} diff --git a/SPECS/yum.spec b/SPECS/yum.spec index b23f818..d16592a 100644 --- a/SPECS/yum.spec +++ b/SPECS/yum.spec @@ -185,6 +185,8 @@ Patch366: BZ-1573154-docs-yum-command-is-not-optional.patch Patch367: BZ-1645618-updateinfo-suggest-verbose-command.patch Patch368: BZ-1757613-downloadonly-do-not-reset-localpath.patch +Patch1000: centos-branding-yum.patch + URL: http://yum.baseurl.org/ BuildArchitectures: noarch BuildRequires: python @@ -452,6 +454,7 @@ Install this package if you want auto yum updates nightly via cron. %patch366 -p1 %patch367 -p1 %patch368 -p1 +%patch1000 -p1 # Do distro config. changes after everything else. %patch1 -p1