diff --git a/SOURCES/registries.conf b/SOURCES/registries.conf
index 1ffaed5..ff4a5e5 100644
--- a/SOURCES/registries.conf
+++ b/SOURCES/registries.conf
@@ -9,7 +9,7 @@
 # and 'registries.block'.
 
 [registries.search]
-registries = ['registry.access.redhat.com']
+registries = ['docker.io','registry.centos.org','registry.access.redhat.com']
 
 # If you need to access insecure registries, add the registry's fully-qualified name.
 # An insecure registry is one that does not have a valid SSL certificate or only does HTTP.
diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec
index 6f75653..0582b22 100644
--- a/SPECS/skopeo.spec
+++ b/SPECS/skopeo.spec
@@ -26,7 +26,7 @@
 Name:           %{repo}
 Epoch:          1
 Version:        0.1.29
-Release:        3.dev.git%{shortcommit0}%{?dist}
+Release:        3.dev.git%{shortcommit0}%{?dist}.0
 Summary:        Inspect Docker images and repositories on registries
 License:        ASL 2.0
 URL:            %{git0}
@@ -305,6 +305,12 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
 %{_datadir}/bash-completion/completions/%{name}
 
 %changelog
+* Tue May 29 2018 Johnny Hughes <johnny@centos.org) - 1:0.1.29-3.git7add6fc.0
+- add docker.io to registries.conf
+
+* Fri May 18 2018 Johnny Hughes <johnny@centos.org> - 1:0.1.29-3.git7add6fc
+- Manual CentOS Debranding
+
 * Tue Apr 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:0.1.29-3.git7add6fc
 - move registries.conf to skopeo-containers from atomic