fix(rpm): don't generate build_id links to avoid conflicts (#826)
...with other packages
This commit is contained in:
parent
af9ed58eef
commit
75354ad8e6
1 changed files with 7 additions and 1 deletions
|
@ -179,6 +179,11 @@
|
|||
},
|
||||
"publish": {
|
||||
"provider": "github"
|
||||
},
|
||||
"rpm": {
|
||||
"fpm": [
|
||||
"--rpm-rpmbuild-define=_build_id_links none"
|
||||
]
|
||||
}
|
||||
},
|
||||
"pnpm": {
|
||||
|
@ -186,4 +191,5 @@
|
|||
"arrpc@3.4.0": "patches/arrpc@3.4.0.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue