Skip to content

Commit

Permalink
[qmf] Fix systemd unit requires.
Browse files Browse the repository at this point in the history
booster-qt5 instead of booster-generic.
  • Loading branch information
Valerio Valerio committed Oct 27, 2014
1 parent 3a10479 commit bc4f45b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qmf/src/tools/systemd/messageserver5.service
@@ -1,7 +1,7 @@
[Unit]
Description=messageserver5
Requires=messageserver5-accounts-check.service
Requires=booster-generic.service
Requires=booster-qt5.service
After=booster-qt5.service
After=messageserver5-accounts-check.service

Expand Down
2 changes: 1 addition & 1 deletion rpm/qmf-qt5.spec
@@ -1,6 +1,6 @@
Name: qmf-qt5
Summary: Qt Messaging Framework (QMF) Qt5
Version: 4.0.4+git34
Version: 4.0.4+git35
Release: 1
Group: System/Libraries
License: LGPLv2.1 with exception or GPLv3
Expand Down

0 comments on commit bc4f45b

Please sign in to comment.