mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 18:50:53 +00:00
The script scylla_coredump_setup was introduced in9b4d0592, and added to the scylla rpm spec file, as a post script. However, calling yum when there's one yum instance installng scylla server will cause a deadlock, since yum waits for the yum lock to be released, and the original yum process waits for the script to end. So let's remove this from the script. Debian shouldn't be affected, since it was never added to the debian build rules (to the best of my knowlege, after analyzing9b4d0592), hence I did not remove it. It should cause the same problem with apt-get in case it was used. CC: Takuya ASADA <syuu@scylladb.com> [ penberg: Rebase and drop statement about 'abrt' package not in Fedora. ] Signed-off-by: Lucas Meneghel Rodrigues <lmr@scylladb.com>