containers-common-1-58.el9
- implement GPG auto updating mechanism from redhat-release - Resolves: #RHEL-3164 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
8f80b562c3
commit
0b526f8b1c
@ -12,7 +12,7 @@
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: containers-common
|
Name: containers-common
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 57%{?dist}
|
Release: 58%{?dist}
|
||||||
Summary: Common configuration and documentation for containers
|
Summary: Common configuration and documentation for containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
ExclusiveArch: %{go_arches}
|
ExclusiveArch: %{go_arches}
|
||||||
@ -173,6 +173,10 @@ EOF
|
|||||||
%{_datadir}/rhel/secrets/*
|
%{_datadir}/rhel/secrets/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:1-58
|
||||||
|
- implement GPG auto updating mechanism from redhat-release
|
||||||
|
- Resolves: #RHEL-3164
|
||||||
|
|
||||||
* Wed Sep 13 2023 Jindrich Novy <jnovy@redhat.com> - 2:1-57
|
* Wed Sep 13 2023 Jindrich Novy <jnovy@redhat.com> - 2:1-57
|
||||||
- update GPG keys to the current content of redhat-release
|
- update GPG keys to the current content of redhat-release
|
||||||
- Resolves: #RHEL-3164
|
- Resolves: #RHEL-3164
|
||||||
|
@ -58,3 +58,10 @@ fi
|
|||||||
"keyctl",' seccomp.json
|
"keyctl",' seccomp.json
|
||||||
[ `grep \"socket\", seccomp.json | wc -l` == 0 ] && sed -i '/\"socketcall\",/i \
|
[ `grep \"socket\", seccomp.json | wc -l` == 0 ] && sed -i '/\"socketcall\",/i \
|
||||||
"socket",' seccomp.json
|
"socket",' seccomp.json
|
||||||
|
rhpkg clone redhat-release
|
||||||
|
cd redhat-release
|
||||||
|
rhpkg switch-branch rhel-9.4.0
|
||||||
|
rhpkg prep
|
||||||
|
cp -f redhat-release-*/RPM-GPG* ../
|
||||||
|
cd -
|
||||||
|
rm -rf redhat-release
|
||||||
|
Loading…
Reference in New Issue
Block a user