From 662bf93e7dde8e28b637b5473debc9e501656d99 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Tue, 4 Jun 2024 19:53:35 +0300 Subject: [PATCH] MSVSphere debranding --- SOURCES/registries.conf | 2 +- SPECS/skopeo.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/SOURCES/registries.conf b/SOURCES/registries.conf index 703f453..58db31e 100644 --- a/SOURCES/registries.conf +++ b/SOURCES/registries.conf @@ -32,7 +32,7 @@ # To ensure compatibility with docker we've included docker.io in the default search list. However Red Hat # does not curate, patch or maintain container images from the docker.io registry. [registries.search] -registries = ['registry.access.redhat.com', 'registry.redhat.io', 'docker.io'] +registries = ['docker.io'] # The following registries entry can be used for convenience but includes # container images built by the community. This set of content comes with all diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index 08053f8..e6c2433 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -31,7 +31,7 @@ ExcludeArch: ppc64 Epoch: 1 Name: %{repo} Version: 0.1.41 -Release: 4%{?dist} +Release: 4%{?dist}.inferit Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -252,6 +252,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Tue Jun 04 2024 Sergey Cherevko - 1:0.1.41-4.inferit +- Debranding +- Rebuilt for MSVSphere 8.10 + * Tue Dec 12 2023 MSVSphere Packaging Team - 1:0.1.41-4 - Rebuilt for MSVSphere 8.8