diff --git a/containers-common.spec b/containers-common.spec index 389425c..2cce040 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -12,11 +12,12 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 BuildRequires: /usr/bin/go-md2man Provides: skopeo-containers = %{epoch}:%{version}-%{release} +Obsoletes: %{name} <= 2:1-22 Requires: (container-selinux >= 2:2.162.1 if selinux-policy) Requires: oci-runtime %if 0%{?rhel} >= 9 || 0%{?fedora} @@ -258,6 +259,10 @@ EOF %{_mandir}/man1/netavark.1* %changelog +* Tue Feb 22 2022 Lokesh Mandvekar - 2:1-28 +- main package should obsolete noarch versions upto 2:1-22 +- Related: #2000051 + * Mon Feb 21 2022 Lokesh Mandvekar - 2:1-27 - do not specify infra_image in containers.conf - needed to resolve gating test failures