Update to 91
Resolves: RHEL-1035
This commit is contained in:
parent
ae29f7fa88
commit
01feef336b
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
/osbuild-composer-87.tar.gz
|
||||
/osbuild-composer-88.tar.gz
|
||||
/osbuild-composer-89.tar.gz
|
||||
/osbuild-composer-91.tar.gz
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
%global goipath github.com/osbuild/osbuild-composer
|
||||
|
||||
Version: 89
|
||||
Version: 91
|
||||
|
||||
%gometa
|
||||
|
||||
@ -78,6 +78,11 @@ export PATH=$PWD/_bin${PATH:+:$PATH}
|
||||
export GOPATH=$GO_BUILD_PATH:%{gopath}
|
||||
export GOFLAGS+=" -mod=vendor"
|
||||
%endif
|
||||
%if 0%{?fedora}
|
||||
# Fedora disables Go modules by default, but we want to use them.
|
||||
# Undefine the macro which disables it to use the default behavior.
|
||||
%undefine gomodulesmode
|
||||
%endif
|
||||
|
||||
# Set the commit hash so that composer can report what source version
|
||||
# was used to build it. This has to be set explicitly when calling rpmbuild,
|
||||
@ -416,6 +421,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 04 2023 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 91-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Sep 06 2023 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 89-1
|
||||
- New upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-composer-89.tar.gz) = bc480a6856adc40ecb067edfec7b2c261122bfe9a190bad5f2968958e14651dd56688037570b32d02f01673a524b0177f908b49edcd2b956f213b390fbad721a
|
||||
SHA512 (osbuild-composer-91.tar.gz) = c1ae8f2d168ecf20a2a5e99289c7f03c132c2d785e1eb442276cf018b9583eb64ca85c1fbef4a3d95ef031ede630baa490f8ef4de66745a777140adda86882f3
|
||||
|
Loading…
Reference in New Issue
Block a user