Update to 113
Resolves: RHEL-27178
This commit is contained in:
parent
58a2fe2725
commit
f42d1a333e
1
.gitignore
vendored
1
.gitignore
vendored
@ -78,3 +78,4 @@
|
||||
/osbuild-composer-108.tar.gz
|
||||
/osbuild-composer-109.tar.gz
|
||||
/osbuild-composer-110.tar.gz
|
||||
/osbuild-composer-113.tar.gz
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
%global goipath github.com/osbuild/osbuild-composer
|
||||
|
||||
Version: 110
|
||||
Version: 113
|
||||
|
||||
%gometa
|
||||
|
||||
@ -174,6 +174,11 @@ install -m 0644 -vp repositories/centos-stream-%{centos}* %{buildroot}%
|
||||
%if 0%{?rhel} >= 10
|
||||
install -m 0644 -vp repositories/rhel-* %{buildroot}%{_datadir}/osbuild-composer/repositories/
|
||||
|
||||
# RHEL-8 auxiliary key is signed using SHA-1, which is not enabled by default on RHEL-10 and later
|
||||
for REPO_FILE in $(ls repositories/rhel-8*-no-aux-key.json); do
|
||||
install -m 0644 -vp ${REPO_FILE} %{buildroot}%{_datadir}/osbuild-composer/repositories/$(basename ${REPO_FILE} | sed 's/-no-aux-key//g')
|
||||
done
|
||||
|
||||
%else
|
||||
# All other RHEL versions support building for the same version
|
||||
install -m 0644 -vp repositories/rhel-%{rhel}* %{buildroot}%{_datadir}/osbuild-composer/repositories/
|
||||
@ -441,6 +446,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jul 12 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 113-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Jun 12 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 110-1
|
||||
- New upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-composer-110.tar.gz) = 9b478221c502ff3a178507b840d2aab96521a46120e7f6367e4c75c892fbda164a4cc672c1511b96924271434978423610da422dc1a0d5d6b9652be3a0216b49
|
||||
SHA512 (osbuild-composer-113.tar.gz) = b5f9043eb738c86a15e37edc02c08906c28abf11b666913cf845ae555194b627b973055cd68ac78902c8cc33266f0c6c2c8fa6a3379d5e2a1928499bf3a9597d
|
||||
|
Loading…
Reference in New Issue
Block a user