-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
No
-
None
-
rhel-se-cs-plumbers
-
2
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
The rhel-source.repo as shipped with redhat-release-server is still using the ftp:// URLs that do not seem to be active/available anymore.
This is causing issues for Sustaining Engineering doing TPS testing of any package for RHEL-6-ELS.
A simple fix like the following could resolve the issue:
diff --git a/rhel-source.repo b/rhel-source.repo index 0863276..af1445c 100644 --- a/rhel-source.repo +++ b/rhel-source.repo @@ -1,13 +1,13 @@ [rhel-source] name=Red Hat Enterprise Linux $releasever - $basearch - Source -baseurl=ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/SRPMS/ +baseurl=https://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/SRPMS/ enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release [rhel-source-beta] name=Red Hat Enterprise Linux $releasever Beta - $basearch - Source -baseurl=ftp://ftp.redhat.com/pub/redhat/linux/beta/$releasever/en/os/SRPMS/ +baseurl=https://ftp.redhat.com/pub/redhat/linux/beta/$releasever/en/os/SRPMS/ enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release