Skip to content

Latest commit

 

History

History
502 lines (402 loc) · 16.7 KB

usb-moded.spec

File metadata and controls

502 lines (402 loc) · 16.7 KB
 
1
Name: usb-moded
Nov 7, 2016
Nov 7, 2016
2
Version: 0.86.0+mer7
Oct 13, 2015
Oct 13, 2015
3
Release: 2
4
5
6
Summary: USB mode controller
Group: System/System Control
License: LGPLv2
May 31, 2013
May 31, 2013
7
URL: https://github.com/nemomobile/usb-moded
8
Source0: %{name}-%{version}.tar.bz2
Jul 30, 2014
Jul 30, 2014
9
Source1: usb_moded.conf
10
11
12
13
14
15
16
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(udev)
BuildRequires: pkgconfig(libkmod)
BuildRequires: doxygen
Jan 20, 2014
Jan 20, 2014
17
BuildRequires: pkgconfig(libsystemd-daemon)
Dec 7, 2016
Dec 7, 2016
18
BuildRequires: pkgconfig(ssu-sysinfo)
19
20
Requires: lsof
Jul 4, 2013
Jul 4, 2013
21
Requires: usb-moded-configs
Dec 13, 2013
Dec 13, 2013
22
Requires: busybox-symlinks-dhcp
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Requires(post): systemd
Requires(postun): systemd
%description
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
%package devel
Summary: USB mode controller - development files
Group: Development/Libraries
%description devel
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the files needed to program for usb_moded.
%package doc
Summary: USB mode controller - documentation
Group: Documentation
%description doc
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the documentation.
Jul 4, 2013
Jul 4, 2013
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
%package developer-mode
Summary: USB mode controller - developer mode config
Group: Config
%description developer-mode
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the developer mode config, which enables
usb networking.
%package mtp-mode
Summary: USB mode controller - mtp mode config
Group: Config
Requires: buteo-mtp
%description mtp-mode
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the mtp mode config.
%package mass-storage-mode
Summary: USB mode controller - mass-storage mode config
Group: Config
%description mass-storage-mode
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the mass-storage mode config.
%package adb-mode
Summary: USB mode controller - android adb mode config
Group: Config
%description adb-mode
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the adb config for use with the android
gadget driver.
Jul 23, 2013
Jul 23, 2013
107
108
109
110
111
112
113
114
115
116
117
118
119
%package diag-mode-android
Summary: USB mode controller - android diag mode config
Group: Config
%description diag-mode-android
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the diag config for use with the android
gadget driver.
Oct 12, 2015
Oct 12, 2015
120
%package diag-mode-androidv5-qcom
Oct 5, 2015
Oct 5, 2015
121
122
123
Summary: USB mode controller - android v5 or newer diag mode config for qcom
Group: Config
Oct 12, 2015
Oct 12, 2015
124
%description diag-mode-androidv5-qcom
Oct 5, 2015
Oct 5, 2015
125
126
127
128
129
130
131
132
133
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the diag config for use with the android
gadget driver.
Jul 23, 2013
Jul 23, 2013
134
135
136
137
138
139
140
141
142
143
144
145
146
%package acm-mode-android
Summary: USB mode controller - android acm mode config
Group: Config
%description acm-mode-android
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the acm config for use with the android
gadget driver.
Jul 4, 2013
Jul 4, 2013
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
%package developer-mode-android
Summary: USB mode controller - android developer mode config
Group: Config
%description developer-mode-android
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the developer mode config for use with
the android gadget. This will provide usb networking.
%package mtp-mode-android
Summary: USB mode controller - android mtp mode config
Group: Config
%description mtp-mode-android
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the mtp mode config.
Oct 4, 2016
Oct 4, 2016
172
173
174
175
176
177
178
179
180
181
182
183
184
185
%package mtp-mode-android-ffs
Summary: USB mode controller - droid mtp mode config
Group: Config
%description mtp-mode-android-ffs
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the mtp mode config for devices that
have android kernel but still implement mtp functionality
via ffs.
Aug 2, 2013
Aug 2, 2013
186
187
188
189
190
191
192
193
194
195
196
197
%package pc-suite-mode-android
Summary: USB mode controller - android pc suite mode config
Group: Config
%description pc-suite-mode-android
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the android pc suite mode config.
Aug 14, 2013
Aug 14, 2013
198
199
200
201
202
203
204
205
206
207
208
209
%package at-mode-android
Summary: USB mode controller - android at modem mode config
Group: Config
%description at-mode-android
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the android at modem port mode config.
Feb 22, 2014
Feb 22, 2014
210
211
212
213
214
215
216
217
218
219
220
221
222
%package host-mode-jolla
Summary: USB mode controller - host mode switch for Jolla
Group: Config
%description host-mode-jolla
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the config to switch the first Jolla phone
in host mode.
Sep 13, 2013
Sep 13, 2013
223
%package defaults
Jul 4, 2013
Jul 4, 2013
224
225
226
227
228
Summary: USB mode controller - default configuration
Group: Config
Provides: usb-moded-configs
Requires: usb-moded-developer-mode
Sep 13, 2013
Sep 13, 2013
229
%description defaults
Jul 4, 2013
Jul 4, 2013
230
231
232
233
This package provides the default configuration for usb-moded, so
basic functionality is provided (i.e. usb networking, ask and charging
modes)
Sep 13, 2013
Sep 13, 2013
234
%package defaults-android
Jul 4, 2013
Jul 4, 2013
235
236
237
238
239
Summary: USB mode controller - default configuration
Group: Config
Provides: usb-moded-configs
Requires: usb-moded-developer-mode-android
Sep 13, 2013
Sep 13, 2013
240
%description defaults-android
Jul 4, 2013
Jul 4, 2013
241
242
243
244
This package provides the default configuration for usb-moded, so
basic functionality is provided (i.e. usb networking, ask and charging
modes with the android gadget driver)
Sep 13, 2013
Sep 13, 2013
245
%package diagnostics-config
Sep 12, 2013
Sep 12, 2013
246
247
248
Summary: USB mode controller - config data for diagnostics mode
Group: Config
Sep 13, 2013
Sep 13, 2013
249
%description diagnostics-config
Sep 12, 2013
Sep 12, 2013
250
251
252
This package contains the diagnostics info needed to configure a
diagnotic mode
Dec 12, 2013
Dec 12, 2013
253
254
255
256
257
258
259
260
261
262
263
264
265
%package connection-sharing-android-config
Summary: USB mode controller - USB/cellular data connection sharing config
Group: Config
%description connection-sharing-android-config
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains configuration to enable sharing the cellular data
connection over the USB with the android gadget driver.
Apr 16, 2015
Apr 16, 2015
266
267
268
269
270
271
272
273
274
275
276
277
278
%package connection-sharing-android-connman-config
Summary: USB mode controller - USB/cellular data connection sharing config
Group: Config
%description connection-sharing-android-connman-config
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains configuration to enable sharing the cellular data
connection over the USB with the connman gadget driver.
Dec 13, 2013
Dec 13, 2013
279
280
281
282
283
284
285
286
287
288
289
290
%package mass-storage-android-config
Summary: USB mode controller - mass-storage config with android gadget
Group: Config
%description mass-storage-android-config
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains configuration to enable sharing over mass-storage
with the android gadget driver.
Dec 12, 2013
Dec 12, 2013
291
Nov 29, 2014
Nov 29, 2014
292
293
294
295
296
297
298
299
300
301
302
303
304
305
%package vfat-android-config
Summary: USB mode controller - vfat config with tojblockd
Group: Config
Requires: tojblockd
%description vfat-android-config
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains configuration to enable sharing over vfat
emulation with tojblockd and nbd.
Jul 30, 2014
Jul 30, 2014
306
307
308
309
310
311
312
313
314
315
316
317
318
319
%package systemd-rescue-mode
Summary: USB mode controller - systemd rescue mode support
Group: Config
%Description systemd-rescue-mode
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
system bus.
This package contains the configuration files for systemd to
provide the rescue mode, so device does not get locked down
when the UI fails.
320
321
322
323
324
%prep
%setup -q
%build
%autogen
May 11, 2016
May 11, 2016
325
%configure --enable-app-sync --enable-meegodevlock --enable-debug --enable-connman --enable-systemd --enable-mer-ssu
326
327
328
329
330
331
332
make all doc %{?_smp_mflags}
%install
%make_install
install -m 644 -D src/usb_moded-dbus.h %{buildroot}/%{_includedir}/%{name}/usb_moded-dbus.h
install -m 644 -D src/usb_moded-modes.h %{buildroot}/%{_includedir}/%{name}/usb_moded-modes.h
install -m 644 -D src/usb_moded-appsync-dbus.h %{buildroot}/%{_includedir}/%{name}/usb_moded-appsync-dbus.h
May 22, 2015
May 22, 2015
333
install -m 644 -D src/com.meego.usb_moded.xml %{buildroot}/%{_includedir}/%{name}/com.meego.usb_moded.xml
334
335
336
install -m 644 -D usb_moded.pc %{buildroot}/%{_libdir}/pkgconfig/usb_moded.pc
install -d %{buildroot}/%{_docdir}/%{name}/html/
install -m 644 docs/html/* %{buildroot}/%{_docdir}/%{name}/html/
Jun 1, 2014
Jun 1, 2014
337
install -m 644 docs/usb_moded-doc.txt %{buildroot}/%{_docdir}/%{name}/
338
339
install -m 644 -D debian/manpage.1 %{buildroot}/%{_mandir}/man1/usb-moded.1
install -m 644 -D debian/usb_moded.conf %{buildroot}/%{_sysconfdir}/dbus-1/system.d/usb_moded.conf
Jul 30, 2014
Jul 30, 2014
340
install -m 644 -D %{SOURCE1} %{buildroot}/%{_sysconfdir}/modprobe.d/usb_moded.conf
Jul 4, 2013
Jul 4, 2013
341
342
install -d %{buildroot}/%{_sysconfdir}/usb-moded
install -d %{buildroot}/%{_sysconfdir}/usb-moded/run
Mar 10, 2014
Mar 10, 2014
343
install -d %{buildroot}/%{_sysconfdir}/usb-moded/run-diag
Jul 4, 2013
Jul 4, 2013
344
install -d %{buildroot}/%{_sysconfdir}/usb-moded/dyn-modes
Sep 12, 2013
Sep 12, 2013
345
install -d %{buildroot}/%{_sysconfdir}/usb-moded/diag
Jul 4, 2013
Jul 4, 2013
346
install -m 644 -D config/dyn-modes/* %{buildroot}/%{_sysconfdir}/usb-moded/dyn-modes/
Sep 12, 2013
Sep 12, 2013
347
install -m 644 -D config/diag/* %{buildroot}/%{_sysconfdir}/usb-moded/diag/
Jul 4, 2013
Jul 4, 2013
348
install -m 644 -D config/run/* %{buildroot}/%{_sysconfdir}/usb-moded/run/
Mar 10, 2014
Mar 10, 2014
349
install -m 644 -D config/run-diag/* %{buildroot}/%{_sysconfdir}/usb-moded/run-diag/
Dec 13, 2013
Dec 13, 2013
350
install -m 644 -D config/mass-storage-jolla.ini %{buildroot}/%{_sysconfdir}/usb-moded/
Jul 30, 2014
Jul 30, 2014
351
352
touch %{buildroot}/%{_sysconfdir}/modprobe.d/g_ether.conf
Oct 16, 2014
Oct 16, 2014
353
touch %{buildroot}/%{_sysconfdir}/udhcpd.conf
Jul 30, 2014
Jul 30, 2014
354
355
356
357
358
#systemd stuff
install -d $RPM_BUILD_ROOT/lib/systemd/system/basic.target.wants/
install -m 644 -D systemd/%{name}.service %{buildroot}/lib/systemd/system/%{name}.service
ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/basic.target.wants/%{name}.service
install -m 644 -D systemd/usb-moded-args.conf %{buildroot}/var/lib/environment/usb-moded/usb-moded-args.conf
Sep 3, 2014
Sep 3, 2014
359
install -m 755 -D systemd/turn-usb-rescue-mode-off %{buildroot}/%{_bindir}/turn-usb-rescue-mode-off
Jul 30, 2014
Jul 30, 2014
360
361
install -m 644 -D systemd/usb-rescue-mode-off.service %{buildroot}/lib/systemd/system/usb-rescue-mode-off.service
install -m 644 -D systemd/usb-rescue-mode-off.service %{buildroot}/lib/systemd/system/graphical.target.wants/usb-rescue-mode-off.service
Mar 13, 2015
Mar 13, 2015
362
install -m 644 -D systemd/usb-moded.conf %{buildroot}/%{_sysconfdir}/tmpfiles.d/usb-moded.conf
Nov 2, 2016
Nov 2, 2016
363
364
365
install -m 644 -D systemd/adbd-prepare.service %{buildroot}/lib/systemd/system/adbd-prepare.service
install -m 644 -D systemd/adbd-prepare.service %{buildroot}/lib/systemd/system/graphical.target.wants/adbd-prepare.service
install -m 744 -D systemd/adbd-functionfs.sh %{buildroot}/usr/sbin/adbd-functionfs.sh
Jul 30, 2014
Jul 30, 2014
366
367
%preun
Feb 10, 2014
Feb 10, 2014
368
systemctl daemon-reload || :
369
370
%post
Feb 10, 2014
Feb 10, 2014
371
systemctl daemon-reload || :
372
373
374
375
%files
%defattr(-,root,root,-)
%doc debian/copyright
Sep 15, 2014
Sep 15, 2014
376
377
378
%dir %{_sysconfdir}/usb-moded
%dir %{_sysconfdir}/usb-moded/dyn-modes
%dir %{_sysconfdir}/usb-moded/run
379
380
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/usb_moded.conf
%config(noreplace) %{_sysconfdir}/modprobe.d/usb_moded.conf
Mar 5, 2014
Mar 5, 2014
381
%ghost %config(noreplace) %{_sysconfdir}/modprobe.d/g_ether.conf
Oct 16, 2014
Oct 16, 2014
382
%ghost %{_sysconfdir}/udhcpd.conf
383
384
385
386
%{_sbindir}/usb_moded
%{_sbindir}/usb_moded_util
%{_mandir}/man1/usb-moded.1.gz
/lib/systemd/system/%{name}.service
Oct 7, 2013
Oct 7, 2013
387
/lib/systemd/system/basic.target.wants/%{name}.service
Mar 12, 2015
Mar 12, 2015
388
%config %{_sysconfdir}/tmpfiles.d/usb-moded.conf
389
390
391
392
393
394
395
396
397
398
%files devel
%defattr(-,root,root,-)
%doc debian/copyright
%{_includedir}/%{name}/*
%{_libdir}/pkgconfig/usb_moded.pc
%files doc
%defattr(-,root,root,-)
%doc debian/changelog debian/copyright LICENSE
Jun 1, 2014
Jun 1, 2014
399
%{_docdir}/%{name}/*
400
401
%{_docdir}/%{name}/html/*
Jul 4, 2013
Jul 4, 2013
402
403
404
405
406
407
408
409
410
411
412
413
414
%files developer-mode
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/developer_mode.ini
%files mtp-mode
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/mtp_mode.ini
%{_sysconfdir}/usb-moded/run/mtp.ini
%files mass-storage-mode
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/mass-storage.ini
Jul 23, 2013
Jul 23, 2013
415
416
%files diag-mode-android
%defattr(-,root,root,-)
Oct 5, 2015
Oct 5, 2015
417
418
419
%{_sysconfdir}/usb-moded/dyn-modes/diag_mode_old.ini
%{_sysconfdir}/usb-moded/run/adb-diag.ini
Oct 12, 2015
Oct 12, 2015
420
%files diag-mode-androidv5-qcom
Oct 5, 2015
Oct 5, 2015
421
%defattr(-,root,root,-)
Jul 23, 2013
Jul 23, 2013
422
423
%{_sysconfdir}/usb-moded/dyn-modes/diag_mode.ini
%{_sysconfdir}/usb-moded/run/adb-diag.ini
Oct 5, 2015
Oct 5, 2015
424
%{_sysconfdir}/usb-moded/run/diag-adb-prepare.ini
Jul 23, 2013
Jul 23, 2013
425
426
427
428
429
%files acm-mode-android
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/android_acm.ini
Jul 4, 2013
Jul 4, 2013
430
431
432
%files developer-mode-android
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/developer_mode-android.ini
Dec 13, 2013
Dec 13, 2013
433
%{_sysconfdir}/usb-moded/run/udhcpd-developer-mode.ini
Jul 4, 2013
Jul 4, 2013
434
435
436
437
%files adb-mode
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/adb_mode.ini
Jul 2, 2015
Jul 2, 2015
438
439
%{_sysconfdir}/usb-moded/run/adb-startserver.ini
%{_sysconfdir}/usb-moded/run/adb-prepare.ini
Jul 2, 2015
Jul 2, 2015
440
%{_sysconfdir}/usb-moded/run/udhcpd-adb-mode.ini
Nov 2, 2016
Nov 2, 2016
441
442
443
/lib/systemd/system/adbd-prepare.service
/lib/systemd/system/graphical.target.wants/adbd-prepare.service
/usr/sbin/adbd-functionfs.sh
Jul 4, 2013
Jul 4, 2013
444
445
446
447
448
%files mtp-mode-android
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/mtp_mode-android.ini
Oct 4, 2016
Oct 4, 2016
449
450
451
452
%files mtp-mode-android-ffs
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/mtp_mode-android-ffs.ini
Aug 2, 2013
Aug 2, 2013
453
454
455
456
%files pc-suite-mode-android
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/pc_suite-android.ini
Aug 14, 2013
Aug 14, 2013
457
458
459
460
%files at-mode-android
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/android_at.ini
Sep 13, 2013
Sep 13, 2013
461
%files defaults
Jul 4, 2013
Jul 4, 2013
462
463
%defattr(-,root,root,-)
Sep 13, 2013
Sep 13, 2013
464
%files defaults-android
Jul 4, 2013
Jul 4, 2013
465
466
%defattr(-,root,root,-)
Sep 13, 2013
Sep 13, 2013
467
%files diagnostics-config
Sep 12, 2013
Sep 12, 2013
468
%defattr(-,root,root,-)
Sep 15, 2014
Sep 15, 2014
469
470
%dir %{_sysconfdir}/usb-moded/diag
%dir %{_sysconfdir}/usb-moded/run-diag
Sep 13, 2013
Sep 13, 2013
471
%{_sysconfdir}/usb-moded/diag/qa_diagnostic_mode.ini
Mar 10, 2014
Mar 10, 2014
472
%{_sysconfdir}/usb-moded/run-diag/qa-diagnostic.ini
Dec 12, 2013
Dec 12, 2013
473
474
475
%files connection-sharing-android-config
%defattr(-,root,root,-)
Dec 13, 2013
Dec 13, 2013
476
477
478
%{_sysconfdir}/usb-moded/dyn-modes/connection_sharing.ini
%{_sysconfdir}/usb-moded/run/udhcpd-connection-sharing.ini
Apr 16, 2015
Apr 16, 2015
479
480
481
482
%files connection-sharing-android-connman-config
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/connection_sharing-android-connman.ini
Dec 13, 2013
Dec 13, 2013
483
484
485
486
%files mass-storage-android-config
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/mass_storage_android.ini
%{_sysconfdir}/usb-moded/mass-storage-jolla.ini
Feb 22, 2014
Feb 22, 2014
487
Nov 29, 2014
Nov 29, 2014
488
489
490
491
492
%files vfat-android-config
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/vfat_android.ini
%{_sysconfdir}/usb-moded/run/vfat.ini
Feb 22, 2014
Feb 22, 2014
493
494
495
%files host-mode-jolla
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/host_mode_jolla.ini
Jul 30, 2014
Jul 30, 2014
496
497
498
499
500
501
502
%files systemd-rescue-mode
%defattr(-,root,root,-)
/var/lib/environment/usb-moded/usb-moded-args.conf
%{_bindir}/turn-usb-rescue-mode-off
/lib/systemd/system/usb-rescue-mode-off.service
/lib/systemd/system/graphical.target.wants/usb-rescue-mode-off.service