rpm: don't generate build_id links
Signed-off-by: donCESAR12345 <sprit152009@gmail.com>
This commit is contained in:
parent
af9ed58eef
commit
c2248e8e22
1 changed files with 7 additions and 1 deletions
|
@ -179,6 +179,11 @@
|
||||||
},
|
},
|
||||||
"publish": {
|
"publish": {
|
||||||
"provider": "github"
|
"provider": "github"
|
||||||
|
},
|
||||||
|
"rpm": {
|
||||||
|
"fpm": [
|
||||||
|
"--rpm-rpmbuild-define=_build_id_links none"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
|
@ -186,4 +191,5 @@
|
||||||
"arrpc@3.4.0": "patches/arrpc@3.4.0.patch"
|
"arrpc@3.4.0": "patches/arrpc@3.4.0.patch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue