Update License expression in spec file
Build and provide rpm of demus-packaging-utils / Build and deploy an rpm to the demus.dk repo (f44) (release) Failing after 46s
Build and provide rpm of demus-packaging-utils / Build and deploy an rpm to the demus.dk repo (rawhide) (release) Failing after 30s

in the same way go2rpm generates it originally
This commit is contained in:
2026-06-07 10:41:22 +02:00
parent 236e4682a5
commit ac13b2b0ec
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Source: macros.demus-packaging
Source: LICENSE
Source: README.md
Requires: bash go-vendor-tools rpmdevtools
Requires: bash go-vendor-tools+all rpmdevtools askalono-cli
BuildArch: noarch
+1
View File
@@ -6,3 +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