diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b607a7dee..93c30f4df26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve - We fixed an issue where the browser import would add ' characters before the BibTeX entry on Linux [#9588](https://github.com/JabRef/jabref/issues/9588) - We fixed an issue where searching for a specific term with the DOAB fetcher lead to an exception [#9571](https://github.com/JabRef/jabref/issues/9571) - We fixed an issue where the "Import" -> "Library to import to" did not show the correct library name if two opened libraries had the same suffix [#9567](https://github.com/JabRef/jabref/issues/9567) +- We fixe an issue where the rpm-Version of JabRef could not be properly uninstalled and reinstalled [#9558](https://github.com/JabRef/jabref/issues/9558), [#9603](https://github.com/JabRef/jabref/issues/9603) diff --git a/buildres/linux/jabref.spec b/buildres/linux/jabref.spec index c17cdaf63ee..9ff20288404 100644 --- a/buildres/linux/jabref.spec +++ b/buildres/linux/jabref.spec @@ -27,6 +27,8 @@ Requires: PACKAGE_DEFAULT_DEPENDENCIES PACKAGE_CUSTOM_DEPENDENCIES %description APPLICATION_DESCRIPTION +%global __os_install_post %{nil} + %prep %build @@ -71,9 +73,9 @@ for NATIVE_MESSAGING_JSON in "/usr/lib/mozilla/native-messaging-hosts/org.jabref fi done # Remove the auto-install triggers of the browser addon for chrom/chromium -rm /opt/google/chrome/extensions/bifehkofibaamoeaopjglfkddgkijdlh.json -rm /usr/share/google-chrome/extensions/bifehkofibaamoeaopjglfkddgkijdlh.json -UTILITY_SCRIPTS +rm -f /opt/google/chrome/extensions/bifehkofibaamoeaopjglfkddgkijdlh.json || true +rm -f /usr/share/google-chrome/extensions/bifehkofibaamoeaopjglfkddgkijdlh.json || true +DESKTOP_SCRIPTS DESKTOP_COMMANDS_UNINSTALL %clean