generated from demus/basic-rpm-template
Update License expression in spec file
in the same way go2rpm generates it originally
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
%global major 0
|
||||
%global minor 1
|
||||
%global release 3
|
||||
%global release 4
|
||||
|
||||
Name: demus-packaging-utils
|
||||
Version: %{major}.%{minor}.%{release}
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SHA512 (go2rpm-vendor-update.sh) = 914e447930a50c1a77d2950c4f9a132a40e91f17919c03640e94068ca6a76e9fbc43b8022482c7c0e4d8242faf15cb745a7af5f313c079676b06990f45b2ea22
|
||||
SHA512 (go2rpm-vendor-update.sh) = 9ada43dfb76bf35b4bf44beb6c31b683b9e66c27348fa48f52719f92cb1ce8e2a082b3c21784d24caa3fadcd5093a242200dfcd7b39c16e514334c06fb94b5bb
|
||||
SHA512 (macros.demus-packaging) = 8c1218425b20da00e6e67c15d1cf09a5913f74f5b2c14a9fda90d28db228ebc87c85bc2e73018638f94a272c71d310a025dc6893f0c69481126602db5e64ff53
|
||||
SHA512 (regenerate-from-spec.sh) = bcb7b4d1e11da1ed9d9569c6abb73f1c8e5cfaf90bdc7a29dcf784956096a5bad3c5e360cc6ece7baec762ce175671840b146238d751347374bc7fd26537202e
|
||||
SHA512 (README.md) = 72a6f0085fea6d2b5736c4fa98f31db8fb42462db6fe65d44de7e99405982cc2330e270f6fb042d598d4136bd2a933e226ae85fb99828e07af6ab2b74a5c89f2
|
||||
|
||||
Reference in New Issue
Block a user