summaryrefslogtreecommitdiff
path: root/contrib/spec
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-03 18:46:35 +0200
committerGitHub <noreply@github.com>2019-05-03 18:46:35 +0200
commitfde0dc2a55b27b24e89100da3c2c9d52044a8208 (patch)
tree972905f61ed128c6a138741fe25c78f279fbbf25 /contrib/spec
parent0eaba2d56a48c68e1d08e287a1c9eb5405cc743a (diff)
parentd1a7378aa06eb3cc6ff02c3ca90356bf9a151ada (diff)
downloadpodman-fde0dc2a55b27b24e89100da3c2c9d52044a8208.tar.gz
podman-fde0dc2a55b27b24e89100da3c2c9d52044a8208.tar.bz2
podman-fde0dc2a55b27b24e89100da3c2c9d52044a8208.zip
Merge pull request #3064 from rhatdan/sysregistriesv2
change from sysregistries to sysregistriesv2
Diffstat (limited to 'contrib/spec')
-rw-r--r--contrib/spec/podman.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in
index 4b9cbd4cf..f3ee01bca 100644
--- a/contrib/spec/podman.spec.in
+++ b/contrib/spec/podman.spec.in
@@ -204,7 +204,7 @@ BuildRequires: golang(github.com/containers/image/docker/tarfile)
BuildRequires: golang(github.com/containers/image/image)
BuildRequires: golang(github.com/containers/image/oci/archive)
BuildRequires: golang(github.com/containers/image/pkg/strslice)
-BuildRequires: golang(github.com/containers/image/pkg/sysregistries)
+BuildRequires: golang(github.com/containers/image/pkg/sysregistriesv2)
BuildRequires: golang(github.com/containers/image/signature)
BuildRequires: golang(github.com/containers/image/storage)
BuildRequires: golang(github.com/containers/image/tarball)
@@ -256,7 +256,7 @@ Requires: golang(github.com/containers/image/docker/tarfile)
Requires: golang(github.com/containers/image/image)
Requires: golang(github.com/containers/image/oci/archive)
Requires: golang(github.com/containers/image/pkg/strslice)
-Requires: golang(github.com/containers/image/pkg/sysregistries)
+Requires: golang(github.com/containers/image/pkg/sysregistriesv2)
Requires: golang(github.com/containers/image/signature)
Requires: golang(github.com/containers/image/storage)
Requires: golang(github.com/containers/image/tarball)