diff --git a/package.json b/package.json index ca5cf49..9801f00 100644 --- a/package.json +++ b/package.json @@ -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" } } -} \ No newline at end of file +} +