Ignore unlicensed mods as there is no way to avoid a failure
Build and provide rpm of demus-packaging / Start build on COPR (f44) (release) Has been cancelled
Build and provide rpm of demus-packaging / Start build on COPR (f43) (release) Has been cancelled
Build and provide rpm of demus-packaging / Start build on COPR (rawhide) (release) Has been cancelled

This commit is contained in:
2026-06-08 13:21:33 +02:00
parent cf833949a3
commit b6b8a37049
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
%global major 1
%global minor 0
%global release 3
%global release 4
Name: demus-packaging
Version: %{major}.%{minor}.%{release}
+1 -1
View File
@@ -6,4 +6,4 @@ if [ $# -ne 1 ] || ! [[ "$1" =~ .*.\.spec$ ]] || [ ! -f "$1" ]; then
exit 1
fi
go_vendor_archive create --config go-vendor-tools.toml --write-config "$1"
go_vendor_license --config go-vendor-tools.toml --path "$1" report --write-config --prompt --autofill auto --update-spec
go_vendor_license --config go-vendor-tools.toml --path "$1" report --write-config --prompt --autofill auto --update-spec --ignore-unlicensed-mods