diff --git a/ldnp/rpm.py b/ldnp/rpm.py index dc552e2..96e5aa1 100644 --- a/ldnp/rpm.py +++ b/ldnp/rpm.py @@ -122,6 +122,9 @@ def generate_rpm(self, out_path: str): # better use a custom variable to make things explicit "--define", f"_install_root {self.context.install_root_dir}", + # make the package coinstallable + "--define", + "_build_id_links none", "-bb", "package.spec", ],