Remove deb fields replaces/breaks riot-desktop (#2500)

This commit is contained in:
Michael Telatynski 2025-08-20 09:10:34 +01:00 committed by GitHub
parent 4762bc137f
commit 3a780766de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,14 +119,7 @@ const config: Omit<Writable<Configuration>, "electronFuses"> & {
"libgbm1",
],
recommends: ["libsqlcipher0", "element-io-archive-keyring"],
fpm: [
"--deb-field",
"Replaces: riot-desktop (<< 1.7.0), riot-web (<< 1.7.0)",
"--deb-field",
"Breaks: riot-desktop (<< 1.7.0), riot-web (<< 1.7.0)",
"--deb-pre-depends",
"libc6 (>= 2.31)",
],
fpm: ["--deb-pre-depends", "libc6 (>= 2.31)"],
},
mac: {
category: "public.app-category.social-networking",