Skip to content

coturn: Prevent package removal when roundcube is uninstalled

Closes: #2328 (closed).

Coturn depends on sqlite3 package. As sqlite3 is listed as a package in roundcube, it is removed when roundcube is uninstalled. This results in the removal of coturn as well. Prevent this by listing sqlite3 package explicitly in coturn app.

Tests:

  • Without the patch, install coturn and roundcube. When roundcube is uninstalled, coturn package is no longer installed.

  • Apply the patch, install coturn and roundcube. When roundcube is uninstalled, coturn and sqlite3 packages are still installed.

Signed-off-by: Sunil Mohan Adapa sunil@medhas.org

Merge request reports

Loading