Skip to content
Snippets Groups Projects
Commit 0c54c42f authored by importbot's avatar importbot
Browse files

import osbuild-composer-132-1.el10

parent b022d7a4
No related branches found
Tags imports/c10s/osbuild-composer-132-1.el10
No related merge requests found
fe504e8709cb78110375d46333249c6833fe24f0b3b976008da7fd1cf1be746b SOURCES/osbuild-composer-131.tar.gz
f42aa963956bb1a7dd0cea9d26958476e73d6425b0ffb3572ff33ae04b5af828 SOURCES/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment