Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[connectionagent] Add dbus policy file.
bump version
  • Loading branch information
Lorn Potter committed Jun 6, 2013
1 parent c3fdc19 commit 6916aea
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion config/config.pro
Expand Up @@ -11,4 +11,7 @@ dbusservice.files = com.jolla.Connectiond.service
systemdservice.path = $${INSTALL_PREFIX}/usr/lib/systemd/user
systemdservice.files = connectionagent.service

INSTALLS += dbusservice systemdservice
dbusconfig.path = /etc/dbus-1/session.d
dbusconfig.files = connectionagent.conf

INSTALLS += dbusservice systemdservice dbusconfig
1 change: 1 addition & 0 deletions rpm/connectionagent-qt5.spec
Expand Up @@ -78,6 +78,7 @@ rm -rf %{buildroot}
%{_bindir}/connectionagent
%{_datadir}/dbus-1/services/com.jolla.Connectiond.service
%{_libdir}/systemd/user/connectionagent.service
%{_sysconfdir}/dbus-1/session.d/connectionagent.conf
# >> files
# << files

Expand Down
2 changes: 2 additions & 0 deletions rpm/connectionagent-qt5.yaml
Expand Up @@ -28,6 +28,8 @@ Files:
- "%{_bindir}/connectionagent"
- "%{_datadir}/dbus-1/services/com.jolla.Connectiond.service"
- "%{_libdir}/systemd/user/connectionagent.service"
- "%{_sysconfdir}/dbus-1/session.d/connectionagent.conf"

SubPackages:
- Name: declarative
Summary: Declarative plugin for connection agent.
Expand Down
3 changes: 2 additions & 1 deletion rpm/connectionagent.spec
Expand Up @@ -9,7 +9,7 @@ Name: connectionagent
# << macros

Summary: User Agent daemon
Version: 0.6.10
Version: 0.6.11
Release: 0
Group: Communications/Connectivity Adaptation
License: LGPLv2
Expand Down Expand Up @@ -76,6 +76,7 @@ rm -rf %{buildroot}
%{_bindir}/connectionagent
%{_datadir}/dbus-1/services/com.jolla.Connectiond.service
%{_libdir}/systemd/user/connectionagent.service
%{_sysconfdir}/dbus-1/session.d/connectionagent.conf
# >> files
# << files

Expand Down
4 changes: 3 additions & 1 deletion rpm/connectionagent.yaml
@@ -1,6 +1,6 @@
Name: connectionagent
Summary: User Agent daemon
Version: 0.6.10
Version: 0.6.11
Release: 0
Group: "Communications/Connectivity Adaptation"
License: LGPLv2
Expand All @@ -25,6 +25,8 @@ Files:
- "%{_bindir}/connectionagent"
- "%{_datadir}/dbus-1/services/com.jolla.Connectiond.service"
- "%{_libdir}/systemd/user/connectionagent.service"
- "%{_sysconfdir}/dbus-1/session.d/connectionagent.conf"

SubPackages:
- Name: declarative
Summary: Declarative plugin for connection agent.
Expand Down

0 comments on commit 6916aea

Please sign in to comment.