|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
Epoch: 2
|
|
|
|
|
Name: containers-common
|
|
|
|
|
Version: 1
|
|
|
|
|
Release: 44%{?dist}
|
|
|
|
|
Release: 45%{?dist}
|
|
|
|
|
Summary: Common configuration and documentation for containers
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
ExclusiveArch: %{go_arches}
|
|
|
|
@ -60,6 +60,7 @@ Source25: https://raw.githubusercontent.com/containers/skopeo/%{skopeo_branch}/d
|
|
|
|
|
# FIXME: fix the branch once these are available via regular c/common branch
|
|
|
|
|
Source26: https://raw.githubusercontent.com/containers/common/main/docs/Containerfile.5.md
|
|
|
|
|
Source27: https://raw.githubusercontent.com/containers/common/main/docs/containerignore.5.md
|
|
|
|
|
Source28: RPM-GPG-KEY-redhat-beta
|
|
|
|
|
|
|
|
|
|
# scripts used for synchronization with upstream and shortname generation
|
|
|
|
|
Source100: update.sh
|
|
|
|
@ -90,6 +91,7 @@ install -m0644 %{SOURCE20} %{buildroot}%{_sysconfdir}/containers/registries.conf
|
|
|
|
|
%if !0%{?rhel} || 0%{?centos}
|
|
|
|
|
install -dp %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
|
|
|
|
install -m0644 %{SOURCE21} %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
|
|
|
|
install -m0644 %{SOURCE28} %{buildroot}%{_sysconfdir}/pki/rpm-gpg
|
|
|
|
|
%endif
|
|
|
|
|
install -dp %{buildroot}%{_sysconfdir}/containers/registries.d
|
|
|
|
|
install -m0644 %{SOURCE22} %{buildroot}%{_sysconfdir}/containers/registries.d
|
|
|
|
@ -148,6 +150,7 @@ EOF
|
|
|
|
|
%dir %{_sysconfdir}/containers/registries.conf.d
|
|
|
|
|
%if !0%{?rhel} || 0%{?centos}
|
|
|
|
|
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
|
|
|
|
%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta
|
|
|
|
|
%endif
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/containers/policy.json
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/containers/storage.conf
|
|
|
|
@ -167,6 +170,10 @@ EOF
|
|
|
|
|
%{_datadir}/rhel/secrets/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 13 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-45
|
|
|
|
|
- add beta GPG key
|
|
|
|
|
- Resolves: #2123611
|
|
|
|
|
|
|
|
|
|
* Tue Aug 23 2022 Jindrich Novy <jnovy@redhat.com> - 2:1-44
|
|
|
|
|
- exclude non-go arches because of go-md2man
|
|
|
|
|
- Related: #2061316
|
|
|
|
|