tests now require skopeo; and fix an Obsoletes

system tests now test skopeo-podman compatibility of login
credentials; include 'Requires: skopeo' in tests package.

While doing so I noticed 'Obsoletes: oci-systemd-hook' in the
tests package; this is almost certainly in the wrong place. I
moved it to the main package.

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2020-02-20 06:19:58 -07:00
parent 1dc0bd307a
commit 955de5c33e

View File

@ -86,6 +86,7 @@ Requires: nftables
Requires: conmon
Requires: %{name}-plugins = %{epoch}:%{version}-%{release}
Requires: (container-selinux if selinux-policy)
Obsoletes: oci-systemd-hook <= 0.2.0-3
%if 0%{?fedora}
BuildRequires: btrfs-progs-devel
BuildRequires: ostree-devel
@ -400,7 +401,7 @@ Summary: Tests for %{name}
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: bats
Requires: jq
Obsoletes: oci-systemd-hook <= 0.2.0-3
Requires: skopeo
%description tests
%{summary}