Skip to content

Commit

Permalink
[messagingframework] Ensure messageserver5 depends on the minimal pla…
Browse files Browse the repository at this point in the history
…tform plugin. Contributes to JB#50577

The messageserver5 daemon, which relies on the minimal platform plugin,
can be installed from package libqmfmessageserver1-qt5 without the
qmf-qt5 source plugin being installed. This change ensures the minimal
platform plugin is installed with the daemon.
  • Loading branch information
llewelld committed Aug 10, 2020
1 parent bdc040b commit fd5e1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/qmf-qt5.spec
Expand Up @@ -27,7 +27,6 @@ BuildRequires: qt5-plugin-sqldriver-sqlite
BuildRequires: fdupes
BuildRequires: gpgme-devel
BuildRequires: systemd
Requires: qt5-plugin-platform-minimal
Requires: buteo-syncfw-qt5 >= 0.7.16

Patch1: 0001-Stop-_incomingDataTimer-when-imapprotocol-object-is-.patch
Expand Down Expand Up @@ -88,6 +87,7 @@ using Qt Messaging Framework libraries.
%package -n libqmfmessageserver1-qt5
Summary: Qt Messaging Framework (QMF) message server support library
Requires: qt5-qtsql
Requires: qt5-plugin-platform-minimal
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig

Expand Down

0 comments on commit fd5e1b0

Please sign in to comment.