Skip to content

Commit

Permalink
[spec] Make sure all adb services are packaged. Contributes: JB#30264
Browse files Browse the repository at this point in the history
Include the adb prep starter ini file, adapt to the adb server
ini file rename

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Jul 2, 2015
1 parent 2753e2f commit 8570125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/run/adb-prepare.ini
@@ -0,0 +1,4 @@
[info]
name = adbd-prepare.service
mode = adb_mode
systemd = 1
3 changes: 2 additions & 1 deletion rpm/usb-moded.spec
Expand Up @@ -399,7 +399,8 @@ systemctl daemon-reload || :
%files adb-mode
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/adb_mode.ini
%{_sysconfdir}/usb-moded/run/adb.ini
%{_sysconfdir}/usb-moded/run/adb-startserver.ini
%{_sysconfdir}/usb-moded/run/adb-prepare.ini

%files mtp-mode-android
%defattr(-,root,root,-)
Expand Down

0 comments on commit 8570125

Please sign in to comment.