fix(rpm): don't generate build_id links to avoid conflicts (#826)

...with other packages
This commit is contained in:
donCESAR12345 2024-08-23 17:17:27 -05:00 committed by GitHub
parent af9ed58eef
commit 75354ad8e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}
}
}