From 09943a3996cc89f388edefbe6659cab8ec8d5661 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: May 29 2018 13:30:52 +0000 Subject: Manual CentOS Debranding --- 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 - 1:0.1.29-3.git7add6fc +- Manual CentOS Debranding + * Tue Apr 10 2018 Lokesh Mandvekar - 1:0.1.29-3.git7add6fc - move registries.conf to skopeo-containers from atomic