Update to 132
Resolves: RHEL-56050
This commit is contained in:
parent
d1cfd6ebc4
commit
9eb2d5f14e
1
.gitignore
vendored
1
.gitignore
vendored
@ -106,3 +106,4 @@
|
||||
/osbuild-composer-127.tar.gz
|
||||
/osbuild-composer-128.tar.gz
|
||||
/osbuild-composer-131.tar.gz
|
||||
/osbuild-composer-132.tar.gz
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
%global goipath github.com/osbuild/osbuild-composer
|
||||
|
||||
Version: 131
|
||||
Version: 132
|
||||
|
||||
%gometa
|
||||
|
||||
@ -85,11 +85,10 @@ 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.
|
||||
|
||||
# Fedora and RHEL versions disable Go modules by default, but we want to use them.
|
||||
# Unconditionally undefine the macro which disables it to use the default behavior.
|
||||
%undefine gomodulesmode
|
||||
%endif
|
||||
|
||||
# btrfs-progs-devel is not available on RHEL
|
||||
%if 0%{?rhel}
|
||||
@ -454,6 +453,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2025 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 132-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Feb 05 2025 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 131-1
|
||||
- New upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-composer-131.tar.gz) = e4b120c8f3dbca66fa1912f6af3f40cdbabdb33f8a9a39488c1ec181330e372966db6f2e41edf0898488c17aace475929725b5648fa90535731bc1d34af583f0
|
||||
SHA512 (osbuild-composer-132.tar.gz) = df56fb901459a94fee92db1f438f28b382a0a91c36b4cd703ba9b07f51a36ed4c4d531550c3145f5ecf1939b5e5ef195be7bb79f57548d7589e5012cf0bcfa65
|
||||
|
Loading…
Reference in New Issue
Block a user