fix(rpm): don't generate build_id links to avoid conflicts (#826)
...with other packages
This commit is contained in:
@@ -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 New Issue
Block a user