containers-common-1-44.el9

- exclude non-go arches because of go-md2man
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-08-23 15:49:57 +02:00
parent 04645c4a84
commit fc12b95172
1 changed files with 6 additions and 1 deletions

View File

@ -12,9 +12,10 @@
Epoch: 2
Name: containers-common
Version: 1
Release: 43%{?dist}
Release: 44%{?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}
Conflicts: %{name} <= 2:1-22
@ -166,6 +167,10 @@ EOF
%{_datadir}/rhel/secrets/*
%changelog
* Tue Aug 23 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-44
- exclude non-go arches because of go-md2man
- Related: #2061316
* Tue Aug 23 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-43
- add beta keys to default-policy.json
- Related: #2061316