containers-common-1-94.el9

- add containers-common-extra provides to satisfy new buildah spec
- Related: RHEL-60277

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-11-29 02:43:37 +01:00
parent 04400f45d9
commit 68a1835374

View File

@ -12,12 +12,13 @@
Epoch: 2
Name: containers-common
Version: 1
Release: 93%{?dist}
Release: 94%{?dist}
Summary: Common configuration and documentation for containers
License: ASL 2.0
ExclusiveArch: %{go_arches}
BuildRequires: /usr/bin/go-md2man
Provides: skopeo-containers = %{epoch}:%{version}-%{release}
Provides: containers-common-extra = %{epoch}:%{version}-%{release}
Conflicts: %{name} <= 2:1-22
Obsoletes: %{name} <= 2:1-22
Requires: (container-selinux >= 2:2.162.1 if selinux-policy)
@ -173,6 +174,10 @@ EOF
%{_datadir}/rhel/secrets/*
%changelog
* Fri Nov 29 2024 Jindrich Novy <jnovy@redhat.com> - 2:1-94
- add containers-common-extra provides to satisfy new buildah spec
- Related: RHEL-60277
* Thu Nov 28 2024 Jindrich Novy <jnovy@redhat.com> - 2:1-93
- update vendored components
- Resolves: RHEL-69402