ClearFoundation Tracker - ClearOS
View Issue Details
0010051ClearOSclearos-releasepublic2016-08-11 14:182016-10-24 12:38
user2 
user2 
normalminorhave not tried
closedfixed 
7.2.0 Updates 
7.2.0 Updates7.2.0 Updates 
0010051: Re-implement CentOS-to-ClearOS bootstrap
The CentOS-to-ClearOS bootstrap support was removed in 0009861. This breaks Linode and potentially other cloud/VPS providers using ClearOS. Re-add support.
- Install CentOS 7.1511
- Install the 0009861 clearos-release build - http://koji.clearos.com/koji/buildinfo?buildID=1014 [^]
- Run "yum repolist"

Result:

# yum repolist
Loaded plugins: fastestmirror
Could not retrieve mirrorlist http://mirrorlist.clearos.com/clearos/mirrorlist/clearos-current-os-7-2.1511.el7.centos.2.10 [^] error was
14: HTTP Error 404 - Not Found


Fix:

Remove the following from /etc/yum.conf:
distroverpkg=centos-release


Result:

Happy "yum repolist" output.





No tags attached.
related to 0009861closed slords post script (and requires) causes issues with ISO build 
related to 0010381closed slords Change provided centos-release version 
Issue History
2016-08-11 14:18user2New Issue
2016-08-11 14:18user2Assigned To => user2
2016-08-11 14:18user2Statusnew => confirmed
2016-08-18 12:48user2Relationship addedrelated to 0009861
2016-08-18 12:58user2Description Updatedbug_revision_view_page.php?rev_id=1151#r1151
2016-08-18 12:58user2Steps to Reproduce Updatedbug_revision_view_page.php?rev_id=1171#r1171
2016-08-18 13:25slordsNote Added: 0003761
2016-08-18 14:05user2Note Added: 0003771
2016-08-30 12:24user2Issue cloned: 0010381
2016-08-30 12:24user2Relationship addedrelated to 0010381
2016-08-30 12:29user2Statusconfirmed => resolved
2016-08-30 12:29user2Fixed in Version => 7.2.0 Updates
2016-08-30 12:29user2Resolutionopen => fixed
2016-10-24 12:38user2Statusresolved => closed

Notes
(0003761)
slords   
2016-08-18 13:25   
Another option would be to make this change to the clearos-release spec file:

@@ -24,7 +24,7 @@ Provides: clearos-release(upstream) = %{upstream_rel}
 Obsoletes: redhat-release-as redhat-release-es redhat-release-ws redhat-release-de
 Obsoletes: centos-release
 Provides: clearos-release-jws = 1.1
-Provides: centos-release = %{version}-%{centos_rel}.el%{dist_release_version}.centos.2.10
+Provides: centos-release = %{version}
 Provides: centos-release(upstream) = %{upstream_rel}
 Provides: redhat-release = %{upstream_rel}
 Provides: system-release = %{upstream_rel}
(0003771)
user2   
2016-08-18 14:05   
If this were for a 7.3.0 Beta target, then that would be the way to go. In 7.2.0 maintenance mode, I have always used a minimalist approach (especially for a low-level package like this one). The release manager can make the call... pencil it in for Tuesday, Aug 23.