fauxhai-ng 7.6.0 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/.DS_Store +0 -0
  3. data/lib/fauxhai/.DS_Store +0 -0
  4. data/lib/fauxhai/mocker.rb +1 -1
  5. data/lib/fauxhai/platforms/.DS_Store +0 -0
  6. data/lib/fauxhai/platforms/aix/6.1.json +1 -0
  7. data/lib/fauxhai/platforms/amazon/2.json +695 -689
  8. data/lib/fauxhai/platforms/amazon/2015.03.json +107 -106
  9. data/lib/fauxhai/platforms/amazon/2015.09.json +102 -101
  10. data/lib/fauxhai/platforms/amazon/2016.03.json +98 -98
  11. data/lib/fauxhai/platforms/amazon/2016.09.json +93 -93
  12. data/lib/fauxhai/platforms/amazon/2017.03.json +87 -87
  13. data/lib/fauxhai/platforms/amazon/2017.09.json +72 -72
  14. data/lib/fauxhai/platforms/amazon/2018.03.json +511 -504
  15. data/lib/fauxhai/platforms/centos/7.6.1810.json +710 -1521
  16. data/lib/fauxhai/platforms/centos/7.7.1908.json +7582 -1781
  17. data/lib/fauxhai/platforms/debian/10.json +56 -56
  18. data/lib/fauxhai/platforms/debian/9.11.json +36 -36
  19. data/lib/fauxhai/platforms/debian/9.8.json +36 -36
  20. data/lib/fauxhai/platforms/debian/9.9.json +36 -36
  21. data/lib/fauxhai/platforms/fedora/29.json +460 -455
  22. data/lib/fauxhai/platforms/fedora/30.json +677 -633
  23. data/lib/fauxhai/platforms/fedora/{28.json → 31.json} +1723 -1554
  24. data/lib/fauxhai/platforms/freebsd/11.1.json +1 -0
  25. data/lib/fauxhai/platforms/oracle/6.10.json +22 -22
  26. data/lib/fauxhai/platforms/oracle/7.5.json +36 -36
  27. data/lib/fauxhai/platforms/oracle/7.6.json +35 -35
  28. data/lib/fauxhai/platforms/raspbian/.DS_Store +0 -0
  29. data/lib/fauxhai/platforms/raspbian/10.json +3657 -0
  30. data/lib/fauxhai/platforms/redhat/.DS_Store +0 -0
  31. data/lib/fauxhai/platforms/redhat/6.10.json +33 -33
  32. data/lib/fauxhai/platforms/redhat/6.9.json +34 -33
  33. data/lib/fauxhai/platforms/redhat/7.4.json +40 -39
  34. data/lib/fauxhai/platforms/redhat/7.5.json +42 -42
  35. data/lib/fauxhai/platforms/redhat/7.6.json +45 -45
  36. data/lib/fauxhai/platforms/{centos/7.6.1804.json → redhat/7.7.json} +951 -794
  37. data/lib/fauxhai/platforms/redhat/8.json +574 -558
  38. data/lib/fauxhai/platforms/suse/12.3.json +47 -75
  39. data/lib/fauxhai/platforms/suse/12.4.json +45 -45
  40. data/lib/fauxhai/platforms/suse/15.json +922 -899
  41. data/lib/fauxhai/platforms/ubuntu/16.04.json +222 -222
  42. data/lib/fauxhai/platforms/ubuntu/18.04.json +227 -227
  43. data/lib/fauxhai/platforms/windows/2008R2.json +1 -0
  44. data/lib/fauxhai/version.rb +1 -1
  45. metadata +7 -31
  46. data/lib/fauxhai/platforms/centos/6.8.json +0 -2495
  47. data/lib/fauxhai/platforms/centos/7.3.1611.json +0 -4077
  48. data/lib/fauxhai/platforms/centos/7.4.1708.json +0 -3799
  49. data/lib/fauxhai/platforms/debian/7.11.json +0 -2932
  50. data/lib/fauxhai/platforms/debian/9.2.json +0 -3084
  51. data/lib/fauxhai/platforms/debian/9.3.json +0 -2929
  52. data/lib/fauxhai/platforms/debian/9.4.json +0 -2930
  53. data/lib/fauxhai/platforms/debian/9.5.json +0 -2928
  54. data/lib/fauxhai/platforms/debian/9.6.json +0 -2928
  55. data/lib/fauxhai/platforms/fedora/26.json +0 -3565
  56. data/lib/fauxhai/platforms/fedora/27.json +0 -3629
  57. data/lib/fauxhai/platforms/freebsd/10.4.json +0 -423
  58. data/lib/fauxhai/platforms/mac_os_x/10.11.json +0 -976
  59. data/lib/fauxhai/platforms/mac_os_x/10.12.json +0 -974
  60. data/lib/fauxhai/platforms/opensuse/42.2.json +0 -7200
  61. data/lib/fauxhai/platforms/opensuse/42.3.json +0 -8205
  62. data/lib/fauxhai/platforms/oracle/6.8.json +0 -6170
  63. data/lib/fauxhai/platforms/oracle/7.3.json +0 -6354
  64. data/lib/fauxhai/platforms/oracle/7.4.json +0 -6389
  65. data/lib/fauxhai/platforms/raspbian/8.0.json +0 -466
  66. data/lib/fauxhai/platforms/redhat/6.8.json +0 -5737
  67. data/lib/fauxhai/platforms/redhat/7.3.json +0 -3860
  68. data/lib/fauxhai/platforms/suse/11.4.json +0 -5688
  69. data/lib/fauxhai/platforms/suse/12.1.json +0 -5823
  70. data/lib/fauxhai/platforms/suse/12.2.json +0 -5124
  71. data/lib/fauxhai/platforms/ubuntu/17.10.json +0 -3739
@@ -1,3629 +0,0 @@
1
- {
2
- "block_device": {
3
- "xvda": {
4
- "logical_block_size": "512",
5
- "physical_block_size": "512",
6
- "removable": "0",
7
- "rotational": "0",
8
- "size": "12582912"
9
- }
10
- },
11
- "chef_packages": {
12
- "chef": {
13
- "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/chef-14.8.12/lib",
14
- "version": "14.8.12"
15
- },
16
- "ohai": {
17
- "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ohai-14.8.10/lib/ohai",
18
- "version": "14.8.10"
19
- }
20
- },
21
- "deprecated": true,
22
- "command": {
23
- "ps": "ps -ef"
24
- },
25
- "counters": {
26
- "network": {
27
- "interfaces": {
28
- "enp0s3": {
29
- "rx": {
30
- "bytes": 0,
31
- "compressed": 0,
32
- "drop": 0,
33
- "errors": 0,
34
- "frame": 0,
35
- "multicast": 0,
36
- "overrun": 0,
37
- "packets": 0
38
- },
39
- "tx": {
40
- "bytes": 0,
41
- "carrier": 0,
42
- "collisions": 0,
43
- "compressed": 0,
44
- "drop": 0,
45
- "errors": 0,
46
- "overrun": 0,
47
- "packets": 0
48
- }
49
- },
50
- "lo": {
51
- "rx": {
52
- "bytes": 0,
53
- "drop": 0,
54
- "errors": 0,
55
- "overrun": 0,
56
- "packets": 0
57
- },
58
- "tx": {
59
- "bytes": 0,
60
- "carrier": 0,
61
- "collisions": 0,
62
- "drop": 0,
63
- "errors": 0,
64
- "packets": 0,
65
- "queuelen": "1"
66
- }
67
- }
68
- }
69
- }
70
- },
71
- "cpu": {
72
- "cores": 1,
73
- "real": 1,
74
- "total": 1
75
- },
76
- "current_user": "fauxhai",
77
- "dmi": {},
78
- "domain": "local",
79
- "filesystem": {
80
- "by_device": {
81
- "/dev/xvda": {
82
- "mounts": []
83
- },
84
- "/dev/xvda1": {
85
- "fs_type": "ext4",
86
- "inodes_available": "352477",
87
- "inodes_percent_used": "11%",
88
- "inodes_used": "40739",
89
- "kb_available": "5065796",
90
- "kb_size": "6126124",
91
- "kb_used": "750436",
92
- "mount_options": [
93
- "rw",
94
- "relatime",
95
- "seclabel"
96
- ],
97
- "mounts": [
98
- "/"
99
- ],
100
- "percent_used": "13%",
101
- "total_inodes": "393216",
102
- "uuid": "0610a019-a1c7-4300-9bd6-ecf53672ac2e"
103
- },
104
- "cgroup": {
105
- "fs_type": "cgroup",
106
- "mount_options": [
107
- "rw",
108
- "nosuid",
109
- "nodev",
110
- "noexec",
111
- "relatime",
112
- "seclabel",
113
- "cpuset"
114
- ],
115
- "mounts": [
116
- "/sys/fs/cgroup/unified",
117
- "/sys/fs/cgroup/systemd",
118
- "/sys/fs/cgroup/blkio",
119
- "/sys/fs/cgroup/net_cls,net_prio",
120
- "/sys/fs/cgroup/pids",
121
- "/sys/fs/cgroup/hugetlb",
122
- "/sys/fs/cgroup/cpu,cpuacct",
123
- "/sys/fs/cgroup/freezer",
124
- "/sys/fs/cgroup/perf_event",
125
- "/sys/fs/cgroup/devices",
126
- "/sys/fs/cgroup/memory",
127
- "/sys/fs/cgroup/cpuset"
128
- ]
129
- },
130
- "configfs": {
131
- "fs_type": "configfs",
132
- "mount_options": [
133
- "rw",
134
- "relatime"
135
- ],
136
- "mounts": [
137
- "/sys/kernel/config"
138
- ]
139
- },
140
- "debugfs": {
141
- "fs_type": "debugfs",
142
- "mount_options": [
143
- "rw",
144
- "relatime",
145
- "seclabel"
146
- ],
147
- "mounts": [
148
- "/sys/kernel/debug"
149
- ]
150
- },
151
- "devpts": {
152
- "fs_type": "devpts",
153
- "mount_options": [
154
- "rw",
155
- "nosuid",
156
- "noexec",
157
- "relatime",
158
- "seclabel",
159
- "gid=5",
160
- "mode=620",
161
- "ptmxmode=000"
162
- ],
163
- "mounts": [
164
- "/dev/pts"
165
- ]
166
- },
167
- "devtmpfs": {
168
- "fs_type": "devtmpfs",
169
- "inodes_available": "122377",
170
- "inodes_percent_used": "1%",
171
- "inodes_used": "322",
172
- "kb_available": "490796",
173
- "kb_size": "490796",
174
- "kb_used": "0",
175
- "mount_options": [
176
- "rw",
177
- "nosuid",
178
- "seclabel",
179
- "size=490796k",
180
- "nr_inodes=122699",
181
- "mode=755"
182
- ],
183
- "mounts": [
184
- "/dev"
185
- ],
186
- "percent_used": "0%",
187
- "total_inodes": "122699"
188
- },
189
- "hugetlbfs": {
190
- "fs_type": "hugetlbfs",
191
- "mount_options": [
192
- "rw",
193
- "relatime",
194
- "seclabel",
195
- "pagesize=2M"
196
- ],
197
- "mounts": [
198
- "/dev/hugepages"
199
- ]
200
- },
201
- "mqueue": {
202
- "fs_type": "mqueue",
203
- "mount_options": [
204
- "rw",
205
- "relatime",
206
- "seclabel"
207
- ],
208
- "mounts": [
209
- "/dev/mqueue"
210
- ]
211
- },
212
- "proc": {
213
- "fs_type": "proc",
214
- "mount_options": [
215
- "rw",
216
- "nosuid",
217
- "nodev",
218
- "noexec",
219
- "relatime"
220
- ],
221
- "mounts": [
222
- "/proc"
223
- ]
224
- },
225
- "pstore": {
226
- "fs_type": "pstore",
227
- "mount_options": [
228
- "rw",
229
- "nosuid",
230
- "nodev",
231
- "noexec",
232
- "relatime",
233
- "seclabel"
234
- ],
235
- "mounts": [
236
- "/sys/fs/pstore"
237
- ]
238
- },
239
- "securityfs": {
240
- "fs_type": "securityfs",
241
- "mount_options": [
242
- "rw",
243
- "nosuid",
244
- "nodev",
245
- "noexec",
246
- "relatime"
247
- ],
248
- "mounts": [
249
- "/sys/kernel/security"
250
- ]
251
- },
252
- "selinuxfs": {
253
- "fs_type": "selinuxfs",
254
- "mount_options": [
255
- "rw",
256
- "relatime"
257
- ],
258
- "mounts": [
259
- "/sys/fs/selinux"
260
- ]
261
- },
262
- "sysfs": {
263
- "fs_type": "sysfs",
264
- "mount_options": [
265
- "rw",
266
- "nosuid",
267
- "nodev",
268
- "noexec",
269
- "relatime",
270
- "seclabel"
271
- ],
272
- "mounts": [
273
- "/sys"
274
- ]
275
- },
276
- "systemd-1": {
277
- "fs_type": "autofs",
278
- "mount_options": [
279
- "rw",
280
- "relatime",
281
- "fd=23",
282
- "pgrp=1",
283
- "timeout=0",
284
- "minproto=5",
285
- "maxproto=5",
286
- "direct",
287
- "pipe_ino=14436"
288
- ],
289
- "mounts": [
290
- "/proc/sys/fs/binfmt_misc"
291
- ]
292
- },
293
- "tmpfs": {
294
- "fs_type": "tmpfs",
295
- "inodes_available": "125711",
296
- "inodes_percent_used": "1%",
297
- "inodes_used": "6",
298
- "kb_available": "100572",
299
- "kb_size": "100572",
300
- "kb_used": "0",
301
- "mount_options": [
302
- "rw",
303
- "nosuid",
304
- "nodev",
305
- "relatime",
306
- "seclabel",
307
- "size=100572k",
308
- "mode=700",
309
- "uid=1000",
310
- "gid=1000"
311
- ],
312
- "mounts": [
313
- "/dev/shm",
314
- "/run",
315
- "/sys/fs/cgroup",
316
- "/run/user/1000"
317
- ],
318
- "percent_used": "0%",
319
- "total_inodes": "125717"
320
- }
321
- },
322
- "by_mountpoint": {
323
- "/": {
324
- "devices": [
325
- "/dev/xvda1"
326
- ],
327
- "fs_type": "ext4",
328
- "inodes_available": "352477",
329
- "inodes_percent_used": "11%",
330
- "inodes_used": "40739",
331
- "kb_available": "5065796",
332
- "kb_size": "6126124",
333
- "kb_used": "750436",
334
- "mount_options": [
335
- "rw",
336
- "relatime",
337
- "seclabel"
338
- ],
339
- "percent_used": "13%",
340
- "total_inodes": "393216",
341
- "uuid": "0610a019-a1c7-4300-9bd6-ecf53672ac2e"
342
- },
343
- "/dev": {
344
- "devices": [
345
- "devtmpfs"
346
- ],
347
- "fs_type": "devtmpfs",
348
- "inodes_available": "122377",
349
- "inodes_percent_used": "1%",
350
- "inodes_used": "322",
351
- "kb_available": "490796",
352
- "kb_size": "490796",
353
- "kb_used": "0",
354
- "mount_options": [
355
- "rw",
356
- "nosuid",
357
- "seclabel",
358
- "size=490796k",
359
- "nr_inodes=122699",
360
- "mode=755"
361
- ],
362
- "percent_used": "0%",
363
- "total_inodes": "122699"
364
- },
365
- "/dev/hugepages": {
366
- "devices": [
367
- "hugetlbfs"
368
- ],
369
- "fs_type": "hugetlbfs",
370
- "mount_options": [
371
- "rw",
372
- "relatime",
373
- "seclabel",
374
- "pagesize=2M"
375
- ]
376
- },
377
- "/dev/mqueue": {
378
- "devices": [
379
- "mqueue"
380
- ],
381
- "fs_type": "mqueue",
382
- "mount_options": [
383
- "rw",
384
- "relatime",
385
- "seclabel"
386
- ]
387
- },
388
- "/dev/pts": {
389
- "devices": [
390
- "devpts"
391
- ],
392
- "fs_type": "devpts",
393
- "mount_options": [
394
- "rw",
395
- "nosuid",
396
- "noexec",
397
- "relatime",
398
- "seclabel",
399
- "gid=5",
400
- "mode=620",
401
- "ptmxmode=000"
402
- ]
403
- },
404
- "/dev/shm": {
405
- "devices": [
406
- "tmpfs"
407
- ],
408
- "fs_type": "tmpfs",
409
- "inodes_available": "125716",
410
- "inodes_percent_used": "1%",
411
- "inodes_used": "1",
412
- "kb_available": "502868",
413
- "kb_size": "502868",
414
- "kb_used": "0",
415
- "mount_options": [
416
- "rw",
417
- "nosuid",
418
- "nodev",
419
- "seclabel"
420
- ],
421
- "percent_used": "0%",
422
- "total_inodes": "125717"
423
- },
424
- "/proc": {
425
- "devices": [
426
- "proc"
427
- ],
428
- "fs_type": "proc",
429
- "mount_options": [
430
- "rw",
431
- "nosuid",
432
- "nodev",
433
- "noexec",
434
- "relatime"
435
- ]
436
- },
437
- "/proc/sys/fs/binfmt_misc": {
438
- "devices": [
439
- "systemd-1"
440
- ],
441
- "fs_type": "autofs",
442
- "mount_options": [
443
- "rw",
444
- "relatime",
445
- "fd=23",
446
- "pgrp=1",
447
- "timeout=0",
448
- "minproto=5",
449
- "maxproto=5",
450
- "direct",
451
- "pipe_ino=14436"
452
- ]
453
- },
454
- "/run": {
455
- "devices": [
456
- "tmpfs"
457
- ],
458
- "fs_type": "tmpfs",
459
- "inodes_available": "125356",
460
- "inodes_percent_used": "1%",
461
- "inodes_used": "361",
462
- "kb_available": "502432",
463
- "kb_size": "502868",
464
- "kb_used": "436",
465
- "mount_options": [
466
- "rw",
467
- "nosuid",
468
- "nodev",
469
- "seclabel",
470
- "mode=755"
471
- ],
472
- "percent_used": "1%",
473
- "total_inodes": "125717"
474
- },
475
- "/run/user/1000": {
476
- "devices": [
477
- "tmpfs"
478
- ],
479
- "fs_type": "tmpfs",
480
- "inodes_available": "125711",
481
- "inodes_percent_used": "1%",
482
- "inodes_used": "6",
483
- "kb_available": "100572",
484
- "kb_size": "100572",
485
- "kb_used": "0",
486
- "mount_options": [
487
- "rw",
488
- "nosuid",
489
- "nodev",
490
- "relatime",
491
- "seclabel",
492
- "size=100572k",
493
- "mode=700",
494
- "uid=1000",
495
- "gid=1000"
496
- ],
497
- "percent_used": "0%",
498
- "total_inodes": "125717"
499
- },
500
- "/sys": {
501
- "devices": [
502
- "sysfs"
503
- ],
504
- "fs_type": "sysfs",
505
- "mount_options": [
506
- "rw",
507
- "nosuid",
508
- "nodev",
509
- "noexec",
510
- "relatime",
511
- "seclabel"
512
- ]
513
- },
514
- "/sys/fs/cgroup": {
515
- "devices": [
516
- "tmpfs"
517
- ],
518
- "fs_type": "tmpfs",
519
- "inodes_available": "125700",
520
- "inodes_percent_used": "1%",
521
- "inodes_used": "17",
522
- "kb_available": "502868",
523
- "kb_size": "502868",
524
- "kb_used": "0",
525
- "mount_options": [
526
- "ro",
527
- "nosuid",
528
- "nodev",
529
- "noexec",
530
- "seclabel",
531
- "mode=755"
532
- ],
533
- "percent_used": "0%",
534
- "total_inodes": "125717"
535
- },
536
- "/sys/fs/cgroup/blkio": {
537
- "devices": [
538
- "cgroup"
539
- ],
540
- "fs_type": "cgroup",
541
- "mount_options": [
542
- "rw",
543
- "nosuid",
544
- "nodev",
545
- "noexec",
546
- "relatime",
547
- "seclabel",
548
- "blkio"
549
- ]
550
- },
551
- "/sys/fs/cgroup/cpu,cpuacct": {
552
- "devices": [
553
- "cgroup"
554
- ],
555
- "fs_type": "cgroup",
556
- "mount_options": [
557
- "rw",
558
- "nosuid",
559
- "nodev",
560
- "noexec",
561
- "relatime",
562
- "seclabel",
563
- "cpu",
564
- "cpuacct"
565
- ]
566
- },
567
- "/sys/fs/cgroup/cpuset": {
568
- "devices": [
569
- "cgroup"
570
- ],
571
- "fs_type": "cgroup",
572
- "mount_options": [
573
- "rw",
574
- "nosuid",
575
- "nodev",
576
- "noexec",
577
- "relatime",
578
- "seclabel",
579
- "cpuset"
580
- ]
581
- },
582
- "/sys/fs/cgroup/devices": {
583
- "devices": [
584
- "cgroup"
585
- ],
586
- "fs_type": "cgroup",
587
- "mount_options": [
588
- "rw",
589
- "nosuid",
590
- "nodev",
591
- "noexec",
592
- "relatime",
593
- "seclabel",
594
- "devices"
595
- ]
596
- },
597
- "/sys/fs/cgroup/freezer": {
598
- "devices": [
599
- "cgroup"
600
- ],
601
- "fs_type": "cgroup",
602
- "mount_options": [
603
- "rw",
604
- "nosuid",
605
- "nodev",
606
- "noexec",
607
- "relatime",
608
- "seclabel",
609
- "freezer"
610
- ]
611
- },
612
- "/sys/fs/cgroup/hugetlb": {
613
- "devices": [
614
- "cgroup"
615
- ],
616
- "fs_type": "cgroup",
617
- "mount_options": [
618
- "rw",
619
- "nosuid",
620
- "nodev",
621
- "noexec",
622
- "relatime",
623
- "seclabel",
624
- "hugetlb"
625
- ]
626
- },
627
- "/sys/fs/cgroup/memory": {
628
- "devices": [
629
- "cgroup"
630
- ],
631
- "fs_type": "cgroup",
632
- "mount_options": [
633
- "rw",
634
- "nosuid",
635
- "nodev",
636
- "noexec",
637
- "relatime",
638
- "seclabel",
639
- "memory"
640
- ]
641
- },
642
- "/sys/fs/cgroup/net_cls,net_prio": {
643
- "devices": [
644
- "cgroup"
645
- ],
646
- "fs_type": "cgroup",
647
- "mount_options": [
648
- "rw",
649
- "nosuid",
650
- "nodev",
651
- "noexec",
652
- "relatime",
653
- "seclabel",
654
- "net_cls",
655
- "net_prio"
656
- ]
657
- },
658
- "/sys/fs/cgroup/perf_event": {
659
- "devices": [
660
- "cgroup"
661
- ],
662
- "fs_type": "cgroup",
663
- "mount_options": [
664
- "rw",
665
- "nosuid",
666
- "nodev",
667
- "noexec",
668
- "relatime",
669
- "seclabel",
670
- "perf_event"
671
- ]
672
- },
673
- "/sys/fs/cgroup/pids": {
674
- "devices": [
675
- "cgroup"
676
- ],
677
- "fs_type": "cgroup",
678
- "mount_options": [
679
- "rw",
680
- "nosuid",
681
- "nodev",
682
- "noexec",
683
- "relatime",
684
- "seclabel",
685
- "pids"
686
- ]
687
- },
688
- "/sys/fs/cgroup/systemd": {
689
- "devices": [
690
- "cgroup"
691
- ],
692
- "fs_type": "cgroup",
693
- "mount_options": [
694
- "rw",
695
- "nosuid",
696
- "nodev",
697
- "noexec",
698
- "relatime",
699
- "seclabel",
700
- "xattr",
701
- "name=systemd"
702
- ]
703
- },
704
- "/sys/fs/cgroup/unified": {
705
- "devices": [
706
- "cgroup"
707
- ],
708
- "fs_type": "cgroup2",
709
- "mount_options": [
710
- "rw",
711
- "nosuid",
712
- "nodev",
713
- "noexec",
714
- "relatime",
715
- "seclabel"
716
- ]
717
- },
718
- "/sys/fs/pstore": {
719
- "devices": [
720
- "pstore"
721
- ],
722
- "fs_type": "pstore",
723
- "mount_options": [
724
- "rw",
725
- "nosuid",
726
- "nodev",
727
- "noexec",
728
- "relatime",
729
- "seclabel"
730
- ]
731
- },
732
- "/sys/fs/selinux": {
733
- "devices": [
734
- "selinuxfs"
735
- ],
736
- "fs_type": "selinuxfs",
737
- "mount_options": [
738
- "rw",
739
- "relatime"
740
- ]
741
- },
742
- "/sys/kernel/config": {
743
- "devices": [
744
- "configfs"
745
- ],
746
- "fs_type": "configfs",
747
- "mount_options": [
748
- "rw",
749
- "relatime"
750
- ]
751
- },
752
- "/sys/kernel/debug": {
753
- "devices": [
754
- "debugfs"
755
- ],
756
- "fs_type": "debugfs",
757
- "mount_options": [
758
- "rw",
759
- "relatime",
760
- "seclabel"
761
- ]
762
- },
763
- "/sys/kernel/security": {
764
- "devices": [
765
- "securityfs"
766
- ],
767
- "fs_type": "securityfs",
768
- "mount_options": [
769
- "rw",
770
- "nosuid",
771
- "nodev",
772
- "noexec",
773
- "relatime"
774
- ]
775
- }
776
- },
777
- "by_pair": {
778
- "/dev/xvda,": {
779
- "device": "/dev/xvda"
780
- },
781
- "/dev/xvda1,/": {
782
- "device": "/dev/xvda1",
783
- "fs_type": "ext4",
784
- "inodes_available": "352477",
785
- "inodes_percent_used": "11%",
786
- "inodes_used": "40739",
787
- "kb_available": "5065796",
788
- "kb_size": "6126124",
789
- "kb_used": "750436",
790
- "mount": "/",
791
- "mount_options": [
792
- "rw",
793
- "relatime",
794
- "seclabel"
795
- ],
796
- "percent_used": "13%",
797
- "total_inodes": "393216",
798
- "uuid": "0610a019-a1c7-4300-9bd6-ecf53672ac2e"
799
- },
800
- "cgroup,/sys/fs/cgroup/blkio": {
801
- "device": "cgroup",
802
- "fs_type": "cgroup",
803
- "mount": "/sys/fs/cgroup/blkio",
804
- "mount_options": [
805
- "rw",
806
- "nosuid",
807
- "nodev",
808
- "noexec",
809
- "relatime",
810
- "seclabel",
811
- "blkio"
812
- ]
813
- },
814
- "cgroup,/sys/fs/cgroup/cpu,cpuacct": {
815
- "device": "cgroup",
816
- "fs_type": "cgroup",
817
- "mount": "/sys/fs/cgroup/cpu,cpuacct",
818
- "mount_options": [
819
- "rw",
820
- "nosuid",
821
- "nodev",
822
- "noexec",
823
- "relatime",
824
- "seclabel",
825
- "cpu",
826
- "cpuacct"
827
- ]
828
- },
829
- "cgroup,/sys/fs/cgroup/cpuset": {
830
- "device": "cgroup",
831
- "fs_type": "cgroup",
832
- "mount": "/sys/fs/cgroup/cpuset",
833
- "mount_options": [
834
- "rw",
835
- "nosuid",
836
- "nodev",
837
- "noexec",
838
- "relatime",
839
- "seclabel",
840
- "cpuset"
841
- ]
842
- },
843
- "cgroup,/sys/fs/cgroup/devices": {
844
- "device": "cgroup",
845
- "fs_type": "cgroup",
846
- "mount": "/sys/fs/cgroup/devices",
847
- "mount_options": [
848
- "rw",
849
- "nosuid",
850
- "nodev",
851
- "noexec",
852
- "relatime",
853
- "seclabel",
854
- "devices"
855
- ]
856
- },
857
- "cgroup,/sys/fs/cgroup/freezer": {
858
- "device": "cgroup",
859
- "fs_type": "cgroup",
860
- "mount": "/sys/fs/cgroup/freezer",
861
- "mount_options": [
862
- "rw",
863
- "nosuid",
864
- "nodev",
865
- "noexec",
866
- "relatime",
867
- "seclabel",
868
- "freezer"
869
- ]
870
- },
871
- "cgroup,/sys/fs/cgroup/hugetlb": {
872
- "device": "cgroup",
873
- "fs_type": "cgroup",
874
- "mount": "/sys/fs/cgroup/hugetlb",
875
- "mount_options": [
876
- "rw",
877
- "nosuid",
878
- "nodev",
879
- "noexec",
880
- "relatime",
881
- "seclabel",
882
- "hugetlb"
883
- ]
884
- },
885
- "cgroup,/sys/fs/cgroup/memory": {
886
- "device": "cgroup",
887
- "fs_type": "cgroup",
888
- "mount": "/sys/fs/cgroup/memory",
889
- "mount_options": [
890
- "rw",
891
- "nosuid",
892
- "nodev",
893
- "noexec",
894
- "relatime",
895
- "seclabel",
896
- "memory"
897
- ]
898
- },
899
- "cgroup,/sys/fs/cgroup/net_cls,net_prio": {
900
- "device": "cgroup",
901
- "fs_type": "cgroup",
902
- "mount": "/sys/fs/cgroup/net_cls,net_prio",
903
- "mount_options": [
904
- "rw",
905
- "nosuid",
906
- "nodev",
907
- "noexec",
908
- "relatime",
909
- "seclabel",
910
- "net_cls",
911
- "net_prio"
912
- ]
913
- },
914
- "cgroup,/sys/fs/cgroup/perf_event": {
915
- "device": "cgroup",
916
- "fs_type": "cgroup",
917
- "mount": "/sys/fs/cgroup/perf_event",
918
- "mount_options": [
919
- "rw",
920
- "nosuid",
921
- "nodev",
922
- "noexec",
923
- "relatime",
924
- "seclabel",
925
- "perf_event"
926
- ]
927
- },
928
- "cgroup,/sys/fs/cgroup/pids": {
929
- "device": "cgroup",
930
- "fs_type": "cgroup",
931
- "mount": "/sys/fs/cgroup/pids",
932
- "mount_options": [
933
- "rw",
934
- "nosuid",
935
- "nodev",
936
- "noexec",
937
- "relatime",
938
- "seclabel",
939
- "pids"
940
- ]
941
- },
942
- "cgroup,/sys/fs/cgroup/systemd": {
943
- "device": "cgroup",
944
- "fs_type": "cgroup",
945
- "mount": "/sys/fs/cgroup/systemd",
946
- "mount_options": [
947
- "rw",
948
- "nosuid",
949
- "nodev",
950
- "noexec",
951
- "relatime",
952
- "seclabel",
953
- "xattr",
954
- "name=systemd"
955
- ]
956
- },
957
- "cgroup,/sys/fs/cgroup/unified": {
958
- "device": "cgroup",
959
- "fs_type": "cgroup2",
960
- "mount": "/sys/fs/cgroup/unified",
961
- "mount_options": [
962
- "rw",
963
- "nosuid",
964
- "nodev",
965
- "noexec",
966
- "relatime",
967
- "seclabel"
968
- ]
969
- },
970
- "configfs,/sys/kernel/config": {
971
- "device": "configfs",
972
- "fs_type": "configfs",
973
- "mount": "/sys/kernel/config",
974
- "mount_options": [
975
- "rw",
976
- "relatime"
977
- ]
978
- },
979
- "debugfs,/sys/kernel/debug": {
980
- "device": "debugfs",
981
- "fs_type": "debugfs",
982
- "mount": "/sys/kernel/debug",
983
- "mount_options": [
984
- "rw",
985
- "relatime",
986
- "seclabel"
987
- ]
988
- },
989
- "devpts,/dev/pts": {
990
- "device": "devpts",
991
- "fs_type": "devpts",
992
- "mount": "/dev/pts",
993
- "mount_options": [
994
- "rw",
995
- "nosuid",
996
- "noexec",
997
- "relatime",
998
- "seclabel",
999
- "gid=5",
1000
- "mode=620",
1001
- "ptmxmode=000"
1002
- ]
1003
- },
1004
- "devtmpfs,/dev": {
1005
- "device": "devtmpfs",
1006
- "fs_type": "devtmpfs",
1007
- "inodes_available": "122377",
1008
- "inodes_percent_used": "1%",
1009
- "inodes_used": "322",
1010
- "kb_available": "490796",
1011
- "kb_size": "490796",
1012
- "kb_used": "0",
1013
- "mount": "/dev",
1014
- "mount_options": [
1015
- "rw",
1016
- "nosuid",
1017
- "seclabel",
1018
- "size=490796k",
1019
- "nr_inodes=122699",
1020
- "mode=755"
1021
- ],
1022
- "percent_used": "0%",
1023
- "total_inodes": "122699"
1024
- },
1025
- "hugetlbfs,/dev/hugepages": {
1026
- "device": "hugetlbfs",
1027
- "fs_type": "hugetlbfs",
1028
- "mount": "/dev/hugepages",
1029
- "mount_options": [
1030
- "rw",
1031
- "relatime",
1032
- "seclabel",
1033
- "pagesize=2M"
1034
- ]
1035
- },
1036
- "mqueue,/dev/mqueue": {
1037
- "device": "mqueue",
1038
- "fs_type": "mqueue",
1039
- "mount": "/dev/mqueue",
1040
- "mount_options": [
1041
- "rw",
1042
- "relatime",
1043
- "seclabel"
1044
- ]
1045
- },
1046
- "proc,/proc": {
1047
- "device": "proc",
1048
- "fs_type": "proc",
1049
- "mount": "/proc",
1050
- "mount_options": [
1051
- "rw",
1052
- "nosuid",
1053
- "nodev",
1054
- "noexec",
1055
- "relatime"
1056
- ]
1057
- },
1058
- "pstore,/sys/fs/pstore": {
1059
- "device": "pstore",
1060
- "fs_type": "pstore",
1061
- "mount": "/sys/fs/pstore",
1062
- "mount_options": [
1063
- "rw",
1064
- "nosuid",
1065
- "nodev",
1066
- "noexec",
1067
- "relatime",
1068
- "seclabel"
1069
- ]
1070
- },
1071
- "securityfs,/sys/kernel/security": {
1072
- "device": "securityfs",
1073
- "fs_type": "securityfs",
1074
- "mount": "/sys/kernel/security",
1075
- "mount_options": [
1076
- "rw",
1077
- "nosuid",
1078
- "nodev",
1079
- "noexec",
1080
- "relatime"
1081
- ]
1082
- },
1083
- "selinuxfs,/sys/fs/selinux": {
1084
- "device": "selinuxfs",
1085
- "fs_type": "selinuxfs",
1086
- "mount": "/sys/fs/selinux",
1087
- "mount_options": [
1088
- "rw",
1089
- "relatime"
1090
- ]
1091
- },
1092
- "sysfs,/sys": {
1093
- "device": "sysfs",
1094
- "fs_type": "sysfs",
1095
- "mount": "/sys",
1096
- "mount_options": [
1097
- "rw",
1098
- "nosuid",
1099
- "nodev",
1100
- "noexec",
1101
- "relatime",
1102
- "seclabel"
1103
- ]
1104
- },
1105
- "systemd-1,/proc/sys/fs/binfmt_misc": {
1106
- "device": "systemd-1",
1107
- "fs_type": "autofs",
1108
- "mount": "/proc/sys/fs/binfmt_misc",
1109
- "mount_options": [
1110
- "rw",
1111
- "relatime",
1112
- "fd=23",
1113
- "pgrp=1",
1114
- "timeout=0",
1115
- "minproto=5",
1116
- "maxproto=5",
1117
- "direct",
1118
- "pipe_ino=14436"
1119
- ]
1120
- },
1121
- "tmpfs,/dev/shm": {
1122
- "device": "tmpfs",
1123
- "fs_type": "tmpfs",
1124
- "inodes_available": "125716",
1125
- "inodes_percent_used": "1%",
1126
- "inodes_used": "1",
1127
- "kb_available": "502868",
1128
- "kb_size": "502868",
1129
- "kb_used": "0",
1130
- "mount": "/dev/shm",
1131
- "mount_options": [
1132
- "rw",
1133
- "nosuid",
1134
- "nodev",
1135
- "seclabel"
1136
- ],
1137
- "percent_used": "0%",
1138
- "total_inodes": "125717"
1139
- },
1140
- "tmpfs,/run": {
1141
- "device": "tmpfs",
1142
- "fs_type": "tmpfs",
1143
- "inodes_available": "125356",
1144
- "inodes_percent_used": "1%",
1145
- "inodes_used": "361",
1146
- "kb_available": "502432",
1147
- "kb_size": "502868",
1148
- "kb_used": "436",
1149
- "mount": "/run",
1150
- "mount_options": [
1151
- "rw",
1152
- "nosuid",
1153
- "nodev",
1154
- "seclabel",
1155
- "mode=755"
1156
- ],
1157
- "percent_used": "1%",
1158
- "total_inodes": "125717"
1159
- },
1160
- "tmpfs,/run/user/1000": {
1161
- "device": "tmpfs",
1162
- "fs_type": "tmpfs",
1163
- "inodes_available": "125711",
1164
- "inodes_percent_used": "1%",
1165
- "inodes_used": "6",
1166
- "kb_available": "100572",
1167
- "kb_size": "100572",
1168
- "kb_used": "0",
1169
- "mount": "/run/user/1000",
1170
- "mount_options": [
1171
- "rw",
1172
- "nosuid",
1173
- "nodev",
1174
- "relatime",
1175
- "seclabel",
1176
- "size=100572k",
1177
- "mode=700",
1178
- "uid=1000",
1179
- "gid=1000"
1180
- ],
1181
- "percent_used": "0%",
1182
- "total_inodes": "125717"
1183
- },
1184
- "tmpfs,/sys/fs/cgroup": {
1185
- "device": "tmpfs",
1186
- "fs_type": "tmpfs",
1187
- "inodes_available": "125700",
1188
- "inodes_percent_used": "1%",
1189
- "inodes_used": "17",
1190
- "kb_available": "502868",
1191
- "kb_size": "502868",
1192
- "kb_used": "0",
1193
- "mount": "/sys/fs/cgroup",
1194
- "mount_options": [
1195
- "ro",
1196
- "nosuid",
1197
- "nodev",
1198
- "noexec",
1199
- "seclabel",
1200
- "mode=755"
1201
- ],
1202
- "percent_used": "0%",
1203
- "total_inodes": "125717"
1204
- }
1205
- }
1206
- },
1207
- "fips": {
1208
- "kernel": {
1209
- "enabled": false
1210
- }
1211
- },
1212
- "fqdn": "fauxhai.local",
1213
- "hostname": "Fauxhai",
1214
- "idle": "30 days 15 hours 07 minutes 30 seconds",
1215
- "idletime_seconds": 2646450,
1216
- "init_package": "systemd",
1217
- "ipaddress": "10.0.0.2",
1218
- "kernel": {
1219
- "machine": "x86_64",
1220
- "modules": {
1221
- "ata_generic": {
1222
- "refcount": "0",
1223
- "size": "16384",
1224
- "version": "0.2.15"
1225
- },
1226
- "cirrus": {
1227
- "refcount": "1",
1228
- "size": "28672"
1229
- },
1230
- "crc32_pclmul": {
1231
- "refcount": "0",
1232
- "size": "16384"
1233
- },
1234
- "crc32c_intel": {
1235
- "refcount": "1",
1236
- "size": "24576"
1237
- },
1238
- "crct10dif_pclmul": {
1239
- "refcount": "0",
1240
- "size": "16384"
1241
- },
1242
- "drm": {
1243
- "refcount": "4",
1244
- "size": "458752"
1245
- },
1246
- "drm_kms_helper": {
1247
- "refcount": "1",
1248
- "size": "196608"
1249
- },
1250
- "ghash_clmulni_intel": {
1251
- "refcount": "0",
1252
- "size": "16384"
1253
- },
1254
- "i2c_piix4": {
1255
- "refcount": "0",
1256
- "size": "24576"
1257
- },
1258
- "intel_rapl": {
1259
- "refcount": "0",
1260
- "size": "24576"
1261
- },
1262
- "intel_rapl_perf": {
1263
- "refcount": "0",
1264
- "size": "16384"
1265
- },
1266
- "isofs": {
1267
- "refcount": "0",
1268
- "size": "49152"
1269
- },
1270
- "pata_acpi": {
1271
- "refcount": "0",
1272
- "size": "16384",
1273
- "version": "0.2.3"
1274
- },
1275
- "sb_edac": {
1276
- "refcount": "0",
1277
- "size": "24576"
1278
- },
1279
- "serio_raw": {
1280
- "refcount": "0",
1281
- "size": "16384"
1282
- },
1283
- "ttm": {
1284
- "refcount": "1",
1285
- "size": "126976"
1286
- },
1287
- "xen_blkfront": {
1288
- "refcount": "2",
1289
- "size": "40960"
1290
- },
1291
- "xen_netfront": {
1292
- "refcount": "0",
1293
- "size": "32768"
1294
- }
1295
- },
1296
- "name": "Linux",
1297
- "os": "GNU/Linux",
1298
- "processor": "x86_64",
1299
- "release": "4.17.7-100.fc27.x86_64",
1300
- "version": "#1 SMP Tue Jul 17 16:29:47 UTC 2018"
1301
- },
1302
- "keys": {
1303
- "ssh": {
1304
- "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1305
- "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1306
- }
1307
- },
1308
- "languages": {
1309
- "powershell": null,
1310
- "ruby": {
1311
- "bin_dir": "/usr/local/bin",
1312
- "gem_bin": "/usr/local/bin/gem",
1313
- "gems_dir": "/usr/local/gems",
1314
- "ruby_bin": "/usr/local/bin/ruby"
1315
- }
1316
- },
1317
- "lsb": {},
1318
- "macaddress": "11:11:11:11:11:11",
1319
- "machinename": "Fauxhai",
1320
- "memory": {
1321
- "total": "1048576kB"
1322
- },
1323
- "network": {
1324
- "default_gateway": "10.0.0.1",
1325
- "default_interface": "enp0s3",
1326
- "interfaces": {
1327
- "enp0s3": {
1328
- "addresses": {
1329
- "10.0.0.2": {
1330
- "broadcast": "10.0.0.255",
1331
- "family": "inet",
1332
- "ip_scope": "RFC1918 PRIVATE",
1333
- "netmask": "255.255.255.0",
1334
- "prefixlen": "24",
1335
- "scope": "Global"
1336
- },
1337
- "11:11:11:11:11:11": {
1338
- "family": "lladdr"
1339
- },
1340
- "fe80::11:1111:1111:1111": {
1341
- "family": "inet6",
1342
- "ip_scope": "LINK LOCAL UNICAST",
1343
- "prefixlen": "64",
1344
- "scope": "Link",
1345
- "tags": []
1346
- }
1347
- },
1348
- "arp": {
1349
- "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1350
- },
1351
- "encapsulation": "Ethernet",
1352
- "flags": [
1353
- "BROADCAST",
1354
- "MULTICAST",
1355
- "UP",
1356
- "LOWER_UP"
1357
- ],
1358
- "mtu": "1500",
1359
- "number": "0",
1360
- "ring_params": {},
1361
- "routes": [
1362
- {
1363
- "destination": "default",
1364
- "family": "inet",
1365
- "via": "10.0.0.1"
1366
- },
1367
- {
1368
- "destination": "10.0.0.0/24",
1369
- "family": "inet",
1370
- "proto": "kernel",
1371
- "scope": "link",
1372
- "src": "10.0.0.2"
1373
- },
1374
- {
1375
- "destination": "fe80::/64",
1376
- "family": "inet6",
1377
- "metric": "256",
1378
- "proto": "kernel"
1379
- }
1380
- ],
1381
- "state": "up",
1382
- "type": "enp0s"
1383
- },
1384
- "lo": {
1385
- "addresses": {
1386
- "127.0.0.1": {
1387
- "family": "inet",
1388
- "ip_scope": "LOOPBACK",
1389
- "netmask": "255.0.0.0",
1390
- "prefixlen": "8",
1391
- "scope": "Node"
1392
- },
1393
- "::1": {
1394
- "family": "inet6",
1395
- "ip_scope": "LINK LOCAL LOOPBACK",
1396
- "prefixlen": "128",
1397
- "scope": "Node",
1398
- "tags": []
1399
- }
1400
- },
1401
- "encapsulation": "Loopback",
1402
- "flags": [
1403
- "LOOPBACK",
1404
- "UP",
1405
- "LOWER_UP"
1406
- ],
1407
- "mtu": "65536",
1408
- "state": "unknown"
1409
- }
1410
- }
1411
- },
1412
- "ohai_time": 1545335035.9117472,
1413
- "os": "linux",
1414
- "os_version": "4.17.7-100.fc27.x86_64",
1415
- "packages": {
1416
- "GeoIP": {
1417
- "arch": "x86_64",
1418
- "epoch": "0",
1419
- "installdate": "1532503056",
1420
- "release": "3.fc27",
1421
- "version": "1.6.11"
1422
- },
1423
- "GeoIP-GeoLite-data": {
1424
- "arch": "noarch",
1425
- "epoch": "0",
1426
- "installdate": "1532503033",
1427
- "release": "1.fc27",
1428
- "version": "2018.06"
1429
- },
1430
- "acl": {
1431
- "arch": "x86_64",
1432
- "epoch": "0",
1433
- "installdate": "1532503032",
1434
- "release": "18.fc27",
1435
- "version": "2.2.52"
1436
- },
1437
- "audit": {
1438
- "arch": "x86_64",
1439
- "epoch": "0",
1440
- "installdate": "1532503046",
1441
- "release": "1.fc27",
1442
- "version": "2.8.3"
1443
- },
1444
- "audit-libs": {
1445
- "arch": "x86_64",
1446
- "epoch": "0",
1447
- "installdate": "1532503028",
1448
- "release": "1.fc27",
1449
- "version": "2.8.3"
1450
- },
1451
- "audit-libs-python3": {
1452
- "arch": "x86_64",
1453
- "epoch": "0",
1454
- "installdate": "1532503046",
1455
- "release": "1.fc27",
1456
- "version": "2.8.3"
1457
- },
1458
- "basesystem": {
1459
- "arch": "noarch",
1460
- "epoch": "0",
1461
- "installdate": "1532503017",
1462
- "release": "4.fc27",
1463
- "version": "11"
1464
- },
1465
- "bash": {
1466
- "arch": "x86_64",
1467
- "epoch": "0",
1468
- "installdate": "1532503027",
1469
- "release": "1.fc27",
1470
- "version": "4.4.23"
1471
- },
1472
- "bind99-libs": {
1473
- "arch": "x86_64",
1474
- "epoch": "0",
1475
- "installdate": "1532503047",
1476
- "release": "3.fc27",
1477
- "version": "9.9.11"
1478
- },
1479
- "bind99-license": {
1480
- "arch": "noarch",
1481
- "epoch": "0",
1482
- "installdate": "1532503017",
1483
- "release": "3.fc27",
1484
- "version": "9.9.11"
1485
- },
1486
- "bzip2": {
1487
- "arch": "x86_64",
1488
- "epoch": "0",
1489
- "installdate": "1532503032",
1490
- "release": "24.fc27",
1491
- "version": "1.0.6"
1492
- },
1493
- "bzip2-libs": {
1494
- "arch": "x86_64",
1495
- "epoch": "0",
1496
- "installdate": "1532503027",
1497
- "release": "24.fc27",
1498
- "version": "1.0.6"
1499
- },
1500
- "c-ares": {
1501
- "arch": "x86_64",
1502
- "epoch": "0",
1503
- "installdate": "1532503045",
1504
- "release": "3.fc27",
1505
- "version": "1.13.0"
1506
- },
1507
- "ca-certificates": {
1508
- "arch": "noarch",
1509
- "epoch": "0",
1510
- "installdate": "1532503031",
1511
- "release": "1.0.fc27",
1512
- "version": "2018.2.24"
1513
- },
1514
- "checkpolicy": {
1515
- "arch": "x86_64",
1516
- "epoch": "0",
1517
- "installdate": "1532503045",
1518
- "release": "2.fc27",
1519
- "version": "2.7"
1520
- },
1521
- "chef": {
1522
- "arch": "x86_64",
1523
- "epoch": "0",
1524
- "installdate": "1545335033",
1525
- "release": "1.el7",
1526
- "version": "14.8.12"
1527
- },
1528
- "chkconfig": {
1529
- "arch": "x86_64",
1530
- "epoch": "0",
1531
- "installdate": "1532503028",
1532
- "release": "3.fc27",
1533
- "version": "1.10"
1534
- },
1535
- "chrony": {
1536
- "arch": "x86_64",
1537
- "epoch": "0",
1538
- "installdate": "1532503056",
1539
- "release": "1.fc27",
1540
- "version": "3.3"
1541
- },
1542
- "cloud-init": {
1543
- "arch": "noarch",
1544
- "epoch": "0",
1545
- "installdate": "1532503053",
1546
- "release": "9.fc27",
1547
- "version": "0.7.9"
1548
- },
1549
- "cloud-utils-growpart": {
1550
- "arch": "noarch",
1551
- "epoch": "0",
1552
- "installdate": "1532503054",
1553
- "release": "1.fc27",
1554
- "version": "0.30"
1555
- },
1556
- "coreutils": {
1557
- "arch": "x86_64",
1558
- "epoch": "0",
1559
- "installdate": "1532503033",
1560
- "release": "21.fc27",
1561
- "version": "8.27"
1562
- },
1563
- "coreutils-common": {
1564
- "arch": "x86_64",
1565
- "epoch": "0",
1566
- "installdate": "1532503032",
1567
- "release": "21.fc27",
1568
- "version": "8.27"
1569
- },
1570
- "cpio": {
1571
- "arch": "x86_64",
1572
- "epoch": "0",
1573
- "installdate": "1532503030",
1574
- "release": "6.fc27",
1575
- "version": "2.12"
1576
- },
1577
- "cracklib": {
1578
- "arch": "x86_64",
1579
- "epoch": "0",
1580
- "installdate": "1532503037",
1581
- "release": "7.fc27",
1582
- "version": "2.9.6"
1583
- },
1584
- "cracklib-dicts": {
1585
- "arch": "x86_64",
1586
- "epoch": "0",
1587
- "installdate": "1532503056",
1588
- "release": "7.fc27",
1589
- "version": "2.9.6"
1590
- },
1591
- "cronie": {
1592
- "arch": "x86_64",
1593
- "epoch": "0",
1594
- "installdate": "1532503045",
1595
- "release": "8.fc27",
1596
- "version": "1.5.1"
1597
- },
1598
- "cronie-anacron": {
1599
- "arch": "x86_64",
1600
- "epoch": "0",
1601
- "installdate": "1532503045",
1602
- "release": "8.fc27",
1603
- "version": "1.5.1"
1604
- },
1605
- "crontabs": {
1606
- "arch": "noarch",
1607
- "epoch": "0",
1608
- "installdate": "1532503033",
1609
- "release": "15.20150630git.fc27",
1610
- "version": "1.11"
1611
- },
1612
- "crypto-policies": {
1613
- "arch": "noarch",
1614
- "epoch": "0",
1615
- "installdate": "1532503033",
1616
- "release": "2.gite0a4066.fc27",
1617
- "version": "20170816"
1618
- },
1619
- "cryptsetup-libs": {
1620
- "arch": "x86_64",
1621
- "epoch": "0",
1622
- "installdate": "1532503042",
1623
- "release": "4.fc27",
1624
- "version": "1.7.5"
1625
- },
1626
- "curl": {
1627
- "arch": "x86_64",
1628
- "epoch": "0",
1629
- "installdate": "1532503049",
1630
- "release": "12.fc27",
1631
- "version": "7.55.1"
1632
- },
1633
- "cyrus-sasl-lib": {
1634
- "arch": "x86_64",
1635
- "epoch": "0",
1636
- "installdate": "1532503046",
1637
- "release": "34.fc27",
1638
- "version": "2.1.26"
1639
- },
1640
- "dbus": {
1641
- "arch": "x86_64",
1642
- "epoch": "1",
1643
- "installdate": "1532503044",
1644
- "release": "1.fc27",
1645
- "version": "1.12.8"
1646
- },
1647
- "dbus-glib": {
1648
- "arch": "x86_64",
1649
- "epoch": "0",
1650
- "installdate": "1532503038",
1651
- "release": "4.fc27",
1652
- "version": "0.108"
1653
- },
1654
- "dbus-libs": {
1655
- "arch": "x86_64",
1656
- "epoch": "1",
1657
- "installdate": "1532503029",
1658
- "release": "1.fc27",
1659
- "version": "1.12.8"
1660
- },
1661
- "deltarpm": {
1662
- "arch": "x86_64",
1663
- "epoch": "0",
1664
- "installdate": "1532503050",
1665
- "release": "24.fc27",
1666
- "version": "3.6"
1667
- },
1668
- "device-mapper": {
1669
- "arch": "x86_64",
1670
- "epoch": "0",
1671
- "installdate": "1532503042",
1672
- "release": "1.fc27",
1673
- "version": "1.02.144"
1674
- },
1675
- "device-mapper-libs": {
1676
- "arch": "x86_64",
1677
- "epoch": "0",
1678
- "installdate": "1532503042",
1679
- "release": "1.fc27",
1680
- "version": "1.02.144"
1681
- },
1682
- "dhcp-client": {
1683
- "arch": "x86_64",
1684
- "epoch": "12",
1685
- "installdate": "1532503053",
1686
- "release": "10.fc27",
1687
- "version": "4.3.6"
1688
- },
1689
- "dhcp-common": {
1690
- "arch": "noarch",
1691
- "epoch": "12",
1692
- "installdate": "1532503024",
1693
- "release": "10.fc27",
1694
- "version": "4.3.6"
1695
- },
1696
- "dhcp-libs": {
1697
- "arch": "x86_64",
1698
- "epoch": "12",
1699
- "installdate": "1532503031",
1700
- "release": "10.fc27",
1701
- "version": "4.3.6"
1702
- },
1703
- "diffutils": {
1704
- "arch": "x86_64",
1705
- "epoch": "0",
1706
- "installdate": "1532503033",
1707
- "release": "3.fc27",
1708
- "version": "3.6"
1709
- },
1710
- "dnf": {
1711
- "arch": "noarch",
1712
- "epoch": "0",
1713
- "installdate": "1532503050",
1714
- "release": "2.fc27",
1715
- "version": "2.7.5"
1716
- },
1717
- "dnf-conf": {
1718
- "arch": "noarch",
1719
- "epoch": "0",
1720
- "installdate": "1532503018",
1721
- "release": "2.fc27",
1722
- "version": "2.7.5"
1723
- },
1724
- "dnf-plugins-core": {
1725
- "arch": "noarch",
1726
- "epoch": "0",
1727
- "installdate": "1532503050",
1728
- "release": "4.fc27",
1729
- "version": "2.1.5"
1730
- },
1731
- "dnf-yum": {
1732
- "arch": "noarch",
1733
- "epoch": "0",
1734
- "installdate": "1532503050",
1735
- "release": "2.fc27",
1736
- "version": "2.7.5"
1737
- },
1738
- "dracut": {
1739
- "arch": "x86_64",
1740
- "epoch": "0",
1741
- "installdate": "1532503044",
1742
- "release": "8.git20180105.fc27",
1743
- "version": "046"
1744
- },
1745
- "dracut-config-generic": {
1746
- "arch": "x86_64",
1747
- "epoch": "0",
1748
- "installdate": "1532503056",
1749
- "release": "8.git20180105.fc27",
1750
- "version": "046"
1751
- },
1752
- "e2fsprogs": {
1753
- "arch": "x86_64",
1754
- "epoch": "0",
1755
- "installdate": "1532503048",
1756
- "release": "2.fc27",
1757
- "version": "1.43.5"
1758
- },
1759
- "e2fsprogs-libs": {
1760
- "arch": "x86_64",
1761
- "epoch": "0",
1762
- "installdate": "1532503032",
1763
- "release": "2.fc27",
1764
- "version": "1.43.5"
1765
- },
1766
- "elfutils-default-yama-scope": {
1767
- "arch": "noarch",
1768
- "epoch": "0",
1769
- "installdate": "1532503044",
1770
- "release": "10.fc27",
1771
- "version": "0.170"
1772
- },
1773
- "elfutils-libelf": {
1774
- "arch": "x86_64",
1775
- "epoch": "0",
1776
- "installdate": "1532503028",
1777
- "release": "10.fc27",
1778
- "version": "0.170"
1779
- },
1780
- "elfutils-libs": {
1781
- "arch": "x86_64",
1782
- "epoch": "0",
1783
- "installdate": "1532503042",
1784
- "release": "10.fc27",
1785
- "version": "0.170"
1786
- },
1787
- "emacs-filesystem": {
1788
- "arch": "noarch",
1789
- "epoch": "1",
1790
- "installdate": "1532503024",
1791
- "release": "4.fc27",
1792
- "version": "25.3"
1793
- },
1794
- "expat": {
1795
- "arch": "x86_64",
1796
- "epoch": "0",
1797
- "installdate": "1532503028",
1798
- "release": "1.fc27",
1799
- "version": "2.2.5"
1800
- },
1801
- "fedora-gpg-keys": {
1802
- "arch": "noarch",
1803
- "epoch": "0",
1804
- "installdate": "1532503016",
1805
- "release": "2",
1806
- "version": "27"
1807
- },
1808
- "fedora-release": {
1809
- "arch": "noarch",
1810
- "epoch": "0",
1811
- "installdate": "1532503016",
1812
- "release": "1",
1813
- "version": "27"
1814
- },
1815
- "fedora-release-cloud": {
1816
- "arch": "noarch",
1817
- "epoch": "0",
1818
- "installdate": "1532503057",
1819
- "release": "1",
1820
- "version": "27"
1821
- },
1822
- "fedora-repos": {
1823
- "arch": "noarch",
1824
- "epoch": "0",
1825
- "installdate": "1532503016",
1826
- "release": "2",
1827
- "version": "27"
1828
- },
1829
- "file": {
1830
- "arch": "x86_64",
1831
- "epoch": "0",
1832
- "installdate": "1532503030",
1833
- "release": "12.fc27",
1834
- "version": "5.31"
1835
- },
1836
- "file-libs": {
1837
- "arch": "x86_64",
1838
- "epoch": "0",
1839
- "installdate": "1532503030",
1840
- "release": "12.fc27",
1841
- "version": "5.31"
1842
- },
1843
- "filesystem": {
1844
- "arch": "x86_64",
1845
- "epoch": "0",
1846
- "installdate": "1532503017",
1847
- "release": "3.fc27",
1848
- "version": "3.3"
1849
- },
1850
- "findutils": {
1851
- "arch": "x86_64",
1852
- "epoch": "1",
1853
- "installdate": "1532503030",
1854
- "release": "19.fc27",
1855
- "version": "4.6.0"
1856
- },
1857
- "fipscheck": {
1858
- "arch": "x86_64",
1859
- "epoch": "0",
1860
- "installdate": "1532503041",
1861
- "release": "3.fc27",
1862
- "version": "1.5.0"
1863
- },
1864
- "fipscheck-lib": {
1865
- "arch": "x86_64",
1866
- "epoch": "0",
1867
- "installdate": "1532503041",
1868
- "release": "3.fc27",
1869
- "version": "1.5.0"
1870
- },
1871
- "freetype": {
1872
- "arch": "x86_64",
1873
- "epoch": "0",
1874
- "installdate": "1532503033",
1875
- "release": "8.fc27",
1876
- "version": "2.8"
1877
- },
1878
- "fuse-libs": {
1879
- "arch": "x86_64",
1880
- "epoch": "0",
1881
- "installdate": "1532503048",
1882
- "release": "9.fc27",
1883
- "version": "2.9.7"
1884
- },
1885
- "gawk": {
1886
- "arch": "x86_64",
1887
- "epoch": "0",
1888
- "installdate": "1532503046",
1889
- "release": "8.fc27",
1890
- "version": "4.1.4"
1891
- },
1892
- "gdbm": {
1893
- "arch": "x86_64",
1894
- "epoch": "1",
1895
- "installdate": "1532503030",
1896
- "release": "6.fc27",
1897
- "version": "1.13"
1898
- },
1899
- "gettext": {
1900
- "arch": "x86_64",
1901
- "epoch": "0",
1902
- "installdate": "1532503038",
1903
- "release": "12.fc27",
1904
- "version": "0.19.8.1"
1905
- },
1906
- "gettext-libs": {
1907
- "arch": "x86_64",
1908
- "epoch": "0",
1909
- "installdate": "1532503038",
1910
- "release": "12.fc27",
1911
- "version": "0.19.8.1"
1912
- },
1913
- "glib2": {
1914
- "arch": "x86_64",
1915
- "epoch": "0",
1916
- "installdate": "1532503037",
1917
- "release": "3.fc27",
1918
- "version": "2.54.3"
1919
- },
1920
- "glibc": {
1921
- "arch": "x86_64",
1922
- "epoch": "0",
1923
- "installdate": "1532503026",
1924
- "release": "28.fc27",
1925
- "version": "2.26"
1926
- },
1927
- "glibc-all-langpacks": {
1928
- "arch": "x86_64",
1929
- "epoch": "0",
1930
- "installdate": "1532503026",
1931
- "release": "28.fc27",
1932
- "version": "2.26"
1933
- },
1934
- "glibc-common": {
1935
- "arch": "x86_64",
1936
- "epoch": "0",
1937
- "installdate": "1532503024",
1938
- "release": "28.fc27",
1939
- "version": "2.26"
1940
- },
1941
- "gmp": {
1942
- "arch": "x86_64",
1943
- "epoch": "1",
1944
- "installdate": "1532503028",
1945
- "release": "6.fc27",
1946
- "version": "6.1.2"
1947
- },
1948
- "gnupg2": {
1949
- "arch": "x86_64",
1950
- "epoch": "0",
1951
- "installdate": "1532503046",
1952
- "release": "1.fc27",
1953
- "version": "2.2.8"
1954
- },
1955
- "gnupg2-smime": {
1956
- "arch": "x86_64",
1957
- "epoch": "0",
1958
- "installdate": "1532503053",
1959
- "release": "1.fc27",
1960
- "version": "2.2.8"
1961
- },
1962
- "gnutls": {
1963
- "arch": "x86_64",
1964
- "epoch": "0",
1965
- "installdate": "1532503041",
1966
- "release": "2.fc27",
1967
- "version": "3.5.18"
1968
- },
1969
- "gpg-pubkey": {
1970
- "arch": "(none)",
1971
- "epoch": "0",
1972
- "installdate": "1532503120",
1973
- "release": "58ac92a3",
1974
- "version": "f5282ee4"
1975
- },
1976
- "gpgme": {
1977
- "arch": "x86_64",
1978
- "epoch": "0",
1979
- "installdate": "1532503046",
1980
- "release": "4.fc27.1",
1981
- "version": "1.10.0"
1982
- },
1983
- "grep": {
1984
- "arch": "x86_64",
1985
- "epoch": "0",
1986
- "installdate": "1532503029",
1987
- "release": "3.fc27",
1988
- "version": "3.1"
1989
- },
1990
- "groff-base": {
1991
- "arch": "x86_64",
1992
- "epoch": "0",
1993
- "installdate": "1532503031",
1994
- "release": "14.fc27",
1995
- "version": "1.22.3"
1996
- },
1997
- "grub2-common": {
1998
- "arch": "noarch",
1999
- "epoch": "1",
2000
- "installdate": "1532503016",
2001
- "release": "22.fc27",
2002
- "version": "2.02"
2003
- },
2004
- "grub2-pc": {
2005
- "arch": "x86_64",
2006
- "epoch": "1",
2007
- "installdate": "1532503050",
2008
- "release": "22.fc27",
2009
- "version": "2.02"
2010
- },
2011
- "grub2-pc-modules": {
2012
- "arch": "noarch",
2013
- "epoch": "1",
2014
- "installdate": "1532503016",
2015
- "release": "22.fc27",
2016
- "version": "2.02"
2017
- },
2018
- "grub2-tools": {
2019
- "arch": "x86_64",
2020
- "epoch": "1",
2021
- "installdate": "1532503050",
2022
- "release": "22.fc27",
2023
- "version": "2.02"
2024
- },
2025
- "grub2-tools-extra": {
2026
- "arch": "x86_64",
2027
- "epoch": "1",
2028
- "installdate": "1532503045",
2029
- "release": "22.fc27",
2030
- "version": "2.02"
2031
- },
2032
- "grub2-tools-minimal": {
2033
- "arch": "x86_64",
2034
- "epoch": "1",
2035
- "installdate": "1532503044",
2036
- "release": "22.fc27",
2037
- "version": "2.02"
2038
- },
2039
- "grubby": {
2040
- "arch": "x86_64",
2041
- "epoch": "0",
2042
- "installdate": "1532503054",
2043
- "release": "8.fc27",
2044
- "version": "8.40"
2045
- },
2046
- "gzip": {
2047
- "arch": "x86_64",
2048
- "epoch": "0",
2049
- "installdate": "1532503037",
2050
- "release": "4.fc27",
2051
- "version": "1.8"
2052
- },
2053
- "heat-cfntools": {
2054
- "arch": "noarch",
2055
- "epoch": "0",
2056
- "installdate": "1532503053",
2057
- "release": "3.fc27",
2058
- "version": "1.4.2"
2059
- },
2060
- "hostname": {
2061
- "arch": "x86_64",
2062
- "epoch": "0",
2063
- "installdate": "1532503042",
2064
- "release": "4.fc27",
2065
- "version": "3.18"
2066
- },
2067
- "http-parser": {
2068
- "arch": "x86_64",
2069
- "epoch": "0",
2070
- "installdate": "1532503045",
2071
- "release": "7.fc27",
2072
- "version": "2.7.1"
2073
- },
2074
- "ima-evm-utils": {
2075
- "arch": "x86_64",
2076
- "epoch": "0",
2077
- "installdate": "1532503041",
2078
- "release": "2.fc27",
2079
- "version": "1.1"
2080
- },
2081
- "info": {
2082
- "arch": "x86_64",
2083
- "epoch": "0",
2084
- "installdate": "1532503027",
2085
- "release": "6.fc27",
2086
- "version": "6.4"
2087
- },
2088
- "initscripts": {
2089
- "arch": "x86_64",
2090
- "epoch": "0",
2091
- "installdate": "1532503047",
2092
- "release": "1.fc27",
2093
- "version": "9.79"
2094
- },
2095
- "ipcalc": {
2096
- "arch": "x86_64",
2097
- "epoch": "0",
2098
- "installdate": "1532503030",
2099
- "release": "3.fc27",
2100
- "version": "0.2.0"
2101
- },
2102
- "iproute": {
2103
- "arch": "x86_64",
2104
- "epoch": "0",
2105
- "installdate": "1532503030",
2106
- "release": "1.fc27",
2107
- "version": "4.15.0"
2108
- },
2109
- "iptables-libs": {
2110
- "arch": "x86_64",
2111
- "epoch": "0",
2112
- "installdate": "1532503030",
2113
- "release": "3.fc27",
2114
- "version": "1.6.2"
2115
- },
2116
- "iputils": {
2117
- "arch": "x86_64",
2118
- "epoch": "0",
2119
- "installdate": "1532503045",
2120
- "release": "7.fc27",
2121
- "version": "20161105"
2122
- },
2123
- "jansson": {
2124
- "arch": "x86_64",
2125
- "epoch": "0",
2126
- "installdate": "1532503030",
2127
- "release": "1.fc27",
2128
- "version": "2.11"
2129
- },
2130
- "kbd": {
2131
- "arch": "x86_64",
2132
- "epoch": "0",
2133
- "installdate": "1532503053",
2134
- "release": "4.fc27",
2135
- "version": "2.0.4"
2136
- },
2137
- "kbd-legacy": {
2138
- "arch": "noarch",
2139
- "epoch": "0",
2140
- "installdate": "1532503017",
2141
- "release": "4.fc27",
2142
- "version": "2.0.4"
2143
- },
2144
- "kbd-misc": {
2145
- "arch": "noarch",
2146
- "epoch": "0",
2147
- "installdate": "1532503017",
2148
- "release": "4.fc27",
2149
- "version": "2.0.4"
2150
- },
2151
- "kernel-core": {
2152
- "arch": "x86_64",
2153
- "epoch": "0",
2154
- "installdate": "1532503056",
2155
- "release": "100.fc27",
2156
- "version": "4.17.7"
2157
- },
2158
- "keyutils-libs": {
2159
- "arch": "x86_64",
2160
- "epoch": "0",
2161
- "installdate": "1532503029",
2162
- "release": "3.fc27",
2163
- "version": "1.5.10"
2164
- },
2165
- "kmod": {
2166
- "arch": "x86_64",
2167
- "epoch": "0",
2168
- "installdate": "1532503029",
2169
- "release": "1.fc27",
2170
- "version": "25"
2171
- },
2172
- "kmod-libs": {
2173
- "arch": "x86_64",
2174
- "epoch": "0",
2175
- "installdate": "1532503029",
2176
- "release": "1.fc27",
2177
- "version": "25"
2178
- },
2179
- "kpartx": {
2180
- "arch": "x86_64",
2181
- "epoch": "0",
2182
- "installdate": "1532503056",
2183
- "release": "9.git847cc43.fc27",
2184
- "version": "0.7.1"
2185
- },
2186
- "krb5-libs": {
2187
- "arch": "x86_64",
2188
- "epoch": "0",
2189
- "installdate": "1532503046",
2190
- "release": "9.fc27",
2191
- "version": "1.15.2"
2192
- },
2193
- "less": {
2194
- "arch": "x86_64",
2195
- "epoch": "0",
2196
- "installdate": "1532503033",
2197
- "release": "5.fc27",
2198
- "version": "487"
2199
- },
2200
- "libacl": {
2201
- "arch": "x86_64",
2202
- "epoch": "0",
2203
- "installdate": "1532503028",
2204
- "release": "18.fc27",
2205
- "version": "2.2.52"
2206
- },
2207
- "libarchive": {
2208
- "arch": "x86_64",
2209
- "epoch": "0",
2210
- "installdate": "1532503041",
2211
- "release": "3.fc27",
2212
- "version": "3.3.1"
2213
- },
2214
- "libassuan": {
2215
- "arch": "x86_64",
2216
- "epoch": "0",
2217
- "installdate": "1532503029",
2218
- "release": "1.fc27",
2219
- "version": "2.5.1"
2220
- },
2221
- "libattr": {
2222
- "arch": "x86_64",
2223
- "epoch": "0",
2224
- "installdate": "1532503028",
2225
- "release": "21.fc27",
2226
- "version": "2.4.47"
2227
- },
2228
- "libbasicobjects": {
2229
- "arch": "x86_64",
2230
- "epoch": "0",
2231
- "installdate": "1532503029",
2232
- "release": "36.fc27",
2233
- "version": "0.1.1"
2234
- },
2235
- "libblkid": {
2236
- "arch": "x86_64",
2237
- "epoch": "0",
2238
- "installdate": "1532503037",
2239
- "release": "3.fc27",
2240
- "version": "2.30.2"
2241
- },
2242
- "libcap": {
2243
- "arch": "x86_64",
2244
- "epoch": "0",
2245
- "installdate": "1532503028",
2246
- "release": "7.fc27",
2247
- "version": "2.25"
2248
- },
2249
- "libcap-ng": {
2250
- "arch": "x86_64",
2251
- "epoch": "0",
2252
- "installdate": "1532503028",
2253
- "release": "5.fc27",
2254
- "version": "0.7.8"
2255
- },
2256
- "libcgroup": {
2257
- "arch": "x86_64",
2258
- "epoch": "0",
2259
- "installdate": "1532503045",
2260
- "release": "17.fc27",
2261
- "version": "0.41"
2262
- },
2263
- "libcollection": {
2264
- "arch": "x86_64",
2265
- "epoch": "0",
2266
- "installdate": "1532503029",
2267
- "release": "36.fc27",
2268
- "version": "0.7.0"
2269
- },
2270
- "libcom_err": {
2271
- "arch": "x86_64",
2272
- "epoch": "0",
2273
- "installdate": "1532503027",
2274
- "release": "2.fc27",
2275
- "version": "1.43.5"
2276
- },
2277
- "libcomps": {
2278
- "arch": "x86_64",
2279
- "epoch": "0",
2280
- "installdate": "1532503032",
2281
- "release": "6.fc27",
2282
- "version": "0.1.8"
2283
- },
2284
- "libcroco": {
2285
- "arch": "x86_64",
2286
- "epoch": "0",
2287
- "installdate": "1532503038",
2288
- "release": "3.fc27",
2289
- "version": "0.6.12"
2290
- },
2291
- "libcrypt-nss": {
2292
- "arch": "x86_64",
2293
- "epoch": "0",
2294
- "installdate": "1532503029",
2295
- "release": "28.fc27",
2296
- "version": "2.26"
2297
- },
2298
- "libcurl": {
2299
- "arch": "x86_64",
2300
- "epoch": "0",
2301
- "installdate": "1532503049",
2302
- "release": "12.fc27",
2303
- "version": "7.55.1"
2304
- },
2305
- "libdb": {
2306
- "arch": "x86_64",
2307
- "epoch": "0",
2308
- "installdate": "1532503028",
2309
- "release": "27.fc27",
2310
- "version": "5.3.28"
2311
- },
2312
- "libdb-utils": {
2313
- "arch": "x86_64",
2314
- "epoch": "0",
2315
- "installdate": "1532503032",
2316
- "release": "27.fc27",
2317
- "version": "5.3.28"
2318
- },
2319
- "libdhash": {
2320
- "arch": "x86_64",
2321
- "epoch": "0",
2322
- "installdate": "1532503030",
2323
- "release": "36.fc27",
2324
- "version": "0.5.0"
2325
- },
2326
- "libdnf": {
2327
- "arch": "x86_64",
2328
- "epoch": "0",
2329
- "installdate": "1532503049",
2330
- "release": "1.fc27",
2331
- "version": "0.11.1"
2332
- },
2333
- "libedit": {
2334
- "arch": "x86_64",
2335
- "epoch": "0",
2336
- "installdate": "1532503030",
2337
- "release": "20.20170329cvs.fc27",
2338
- "version": "3.1"
2339
- },
2340
- "libfdisk": {
2341
- "arch": "x86_64",
2342
- "epoch": "0",
2343
- "installdate": "1532503039",
2344
- "release": "3.fc27",
2345
- "version": "2.30.2"
2346
- },
2347
- "libffi": {
2348
- "arch": "x86_64",
2349
- "epoch": "0",
2350
- "installdate": "1532503028",
2351
- "release": "14.fc27",
2352
- "version": "3.1"
2353
- },
2354
- "libgcc": {
2355
- "arch": "x86_64",
2356
- "epoch": "0",
2357
- "installdate": "1532503016",
2358
- "release": "5.fc27",
2359
- "version": "7.3.1"
2360
- },
2361
- "libgcrypt": {
2362
- "arch": "x86_64",
2363
- "epoch": "0",
2364
- "installdate": "1532503028",
2365
- "release": "1.fc27",
2366
- "version": "1.8.3"
2367
- },
2368
- "libgomp": {
2369
- "arch": "x86_64",
2370
- "epoch": "0",
2371
- "installdate": "1532503030",
2372
- "release": "5.fc27",
2373
- "version": "7.3.1"
2374
- },
2375
- "libgpg-error": {
2376
- "arch": "x86_64",
2377
- "epoch": "0",
2378
- "installdate": "1532503028",
2379
- "release": "1.fc27",
2380
- "version": "1.31"
2381
- },
2382
- "libidn": {
2383
- "arch": "x86_64",
2384
- "epoch": "0",
2385
- "installdate": "1532503030",
2386
- "release": "1.fc27",
2387
- "version": "1.34"
2388
- },
2389
- "libidn2": {
2390
- "arch": "x86_64",
2391
- "epoch": "0",
2392
- "installdate": "1532503029",
2393
- "release": "1.fc27",
2394
- "version": "2.0.5"
2395
- },
2396
- "libini_config": {
2397
- "arch": "x86_64",
2398
- "epoch": "0",
2399
- "installdate": "1532503045",
2400
- "release": "36.fc27",
2401
- "version": "1.3.1"
2402
- },
2403
- "libksba": {
2404
- "arch": "x86_64",
2405
- "epoch": "0",
2406
- "installdate": "1532503030",
2407
- "release": "5.fc27",
2408
- "version": "1.3.5"
2409
- },
2410
- "libldb": {
2411
- "arch": "x86_64",
2412
- "epoch": "0",
2413
- "installdate": "1532503046",
2414
- "release": "1.fc27",
2415
- "version": "1.3.2"
2416
- },
2417
- "libmetalink": {
2418
- "arch": "x86_64",
2419
- "epoch": "0",
2420
- "installdate": "1532503032",
2421
- "release": "4.fc27",
2422
- "version": "0.1.3"
2423
- },
2424
- "libmnl": {
2425
- "arch": "x86_64",
2426
- "epoch": "0",
2427
- "installdate": "1532503030",
2428
- "release": "4.fc27",
2429
- "version": "1.0.4"
2430
- },
2431
- "libmount": {
2432
- "arch": "x86_64",
2433
- "epoch": "0",
2434
- "installdate": "1532503037",
2435
- "release": "3.fc27",
2436
- "version": "2.30.2"
2437
- },
2438
- "libnfsidmap": {
2439
- "arch": "x86_64",
2440
- "epoch": "1",
2441
- "installdate": "1532503047",
2442
- "release": "4.rc2.fc27",
2443
- "version": "2.2.1"
2444
- },
2445
- "libnghttp2": {
2446
- "arch": "x86_64",
2447
- "epoch": "0",
2448
- "installdate": "1532503048",
2449
- "release": "1.fc27",
2450
- "version": "1.31.1"
2451
- },
2452
- "libnl3": {
2453
- "arch": "x86_64",
2454
- "epoch": "0",
2455
- "installdate": "1532503045",
2456
- "release": "1.fc27",
2457
- "version": "3.4.0"
2458
- },
2459
- "libpath_utils": {
2460
- "arch": "x86_64",
2461
- "epoch": "0",
2462
- "installdate": "1532503045",
2463
- "release": "36.fc27",
2464
- "version": "0.2.1"
2465
- },
2466
- "libpcap": {
2467
- "arch": "x86_64",
2468
- "epoch": "14",
2469
- "installdate": "1532503030",
2470
- "release": "7.fc27",
2471
- "version": "1.8.1"
2472
- },
2473
- "libpipeline": {
2474
- "arch": "x86_64",
2475
- "epoch": "0",
2476
- "installdate": "1532503045",
2477
- "release": "3.fc27",
2478
- "version": "1.4.2"
2479
- },
2480
- "libpng": {
2481
- "arch": "x86_64",
2482
- "epoch": "2",
2483
- "installdate": "1532503033",
2484
- "release": "1.fc27",
2485
- "version": "1.6.31"
2486
- },
2487
- "libpsl": {
2488
- "arch": "x86_64",
2489
- "epoch": "0",
2490
- "installdate": "1532503031",
2491
- "release": "3.fc27",
2492
- "version": "0.18.0"
2493
- },
2494
- "libpwquality": {
2495
- "arch": "x86_64",
2496
- "epoch": "0",
2497
- "installdate": "1532503037",
2498
- "release": "3.fc27",
2499
- "version": "1.4.0"
2500
- },
2501
- "libref_array": {
2502
- "arch": "x86_64",
2503
- "epoch": "0",
2504
- "installdate": "1532503029",
2505
- "release": "36.fc27",
2506
- "version": "0.1.5"
2507
- },
2508
- "librepo": {
2509
- "arch": "x86_64",
2510
- "epoch": "0",
2511
- "installdate": "1532503049",
2512
- "release": "1.fc27",
2513
- "version": "1.8.0"
2514
- },
2515
- "libreport-filesystem": {
2516
- "arch": "x86_64",
2517
- "epoch": "0",
2518
- "installdate": "1532503018",
2519
- "release": "3.fc27",
2520
- "version": "2.9.3"
2521
- },
2522
- "libseccomp": {
2523
- "arch": "x86_64",
2524
- "epoch": "0",
2525
- "installdate": "1532503030",
2526
- "release": "1.fc27",
2527
- "version": "2.3.3"
2528
- },
2529
- "libselinux": {
2530
- "arch": "x86_64",
2531
- "epoch": "0",
2532
- "installdate": "1532503027",
2533
- "release": "3.fc27",
2534
- "version": "2.7"
2535
- },
2536
- "libselinux-python3": {
2537
- "arch": "x86_64",
2538
- "epoch": "0",
2539
- "installdate": "1532503037",
2540
- "release": "3.fc27",
2541
- "version": "2.7"
2542
- },
2543
- "libselinux-utils": {
2544
- "arch": "x86_64",
2545
- "epoch": "0",
2546
- "installdate": "1532503033",
2547
- "release": "3.fc27",
2548
- "version": "2.7"
2549
- },
2550
- "libsemanage": {
2551
- "arch": "x86_64",
2552
- "epoch": "0",
2553
- "installdate": "1532503029",
2554
- "release": "3.fc27",
2555
- "version": "2.7"
2556
- },
2557
- "libsemanage-python3": {
2558
- "arch": "x86_64",
2559
- "epoch": "0",
2560
- "installdate": "1532503038",
2561
- "release": "3.fc27",
2562
- "version": "2.7"
2563
- },
2564
- "libsepol": {
2565
- "arch": "x86_64",
2566
- "epoch": "0",
2567
- "installdate": "1532503027",
2568
- "release": "2.fc27",
2569
- "version": "2.7"
2570
- },
2571
- "libsigsegv": {
2572
- "arch": "x86_64",
2573
- "epoch": "0",
2574
- "installdate": "1532503045",
2575
- "release": "3.fc27",
2576
- "version": "2.11"
2577
- },
2578
- "libsmartcols": {
2579
- "arch": "x86_64",
2580
- "epoch": "0",
2581
- "installdate": "1532503042",
2582
- "release": "3.fc27",
2583
- "version": "2.30.2"
2584
- },
2585
- "libsolv": {
2586
- "arch": "x86_64",
2587
- "epoch": "0",
2588
- "installdate": "1532503049",
2589
- "release": "3.fc27",
2590
- "version": "0.6.34"
2591
- },
2592
- "libss": {
2593
- "arch": "x86_64",
2594
- "epoch": "0",
2595
- "installdate": "1532503032",
2596
- "release": "2.fc27",
2597
- "version": "1.43.5"
2598
- },
2599
- "libssh2": {
2600
- "arch": "x86_64",
2601
- "epoch": "0",
2602
- "installdate": "1532503041",
2603
- "release": "5.fc27",
2604
- "version": "1.8.0"
2605
- },
2606
- "libsss_autofs": {
2607
- "arch": "x86_64",
2608
- "epoch": "0",
2609
- "installdate": "1532503057",
2610
- "release": "4.fc27",
2611
- "version": "1.16.2"
2612
- },
2613
- "libsss_certmap": {
2614
- "arch": "x86_64",
2615
- "epoch": "0",
2616
- "installdate": "1532503041",
2617
- "release": "4.fc27",
2618
- "version": "1.16.2"
2619
- },
2620
- "libsss_idmap": {
2621
- "arch": "x86_64",
2622
- "epoch": "0",
2623
- "installdate": "1532503030",
2624
- "release": "4.fc27",
2625
- "version": "1.16.2"
2626
- },
2627
- "libsss_nss_idmap": {
2628
- "arch": "x86_64",
2629
- "epoch": "0",
2630
- "installdate": "1532503042",
2631
- "release": "4.fc27",
2632
- "version": "1.16.2"
2633
- },
2634
- "libsss_sudo": {
2635
- "arch": "x86_64",
2636
- "epoch": "0",
2637
- "installdate": "1532503057",
2638
- "release": "4.fc27",
2639
- "version": "1.16.2"
2640
- },
2641
- "libstdc++": {
2642
- "arch": "x86_64",
2643
- "epoch": "0",
2644
- "installdate": "1532503029",
2645
- "release": "5.fc27",
2646
- "version": "7.3.1"
2647
- },
2648
- "libtalloc": {
2649
- "arch": "x86_64",
2650
- "epoch": "0",
2651
- "installdate": "1532503029",
2652
- "release": "1.fc27",
2653
- "version": "2.1.13"
2654
- },
2655
- "libtasn1": {
2656
- "arch": "x86_64",
2657
- "epoch": "0",
2658
- "installdate": "1532503031",
2659
- "release": "1.fc27",
2660
- "version": "4.13"
2661
- },
2662
- "libtdb": {
2663
- "arch": "x86_64",
2664
- "epoch": "0",
2665
- "installdate": "1532503029",
2666
- "release": "2.fc27",
2667
- "version": "1.3.15"
2668
- },
2669
- "libtevent": {
2670
- "arch": "x86_64",
2671
- "epoch": "0",
2672
- "installdate": "1532503029",
2673
- "release": "1.fc27",
2674
- "version": "0.9.36"
2675
- },
2676
- "libunistring": {
2677
- "arch": "x86_64",
2678
- "epoch": "0",
2679
- "installdate": "1532503028",
2680
- "release": "1.fc27",
2681
- "version": "0.9.10"
2682
- },
2683
- "libusbx": {
2684
- "arch": "x86_64",
2685
- "epoch": "0",
2686
- "installdate": "1532503031",
2687
- "release": "4.fc27",
2688
- "version": "1.0.21"
2689
- },
2690
- "libuser": {
2691
- "arch": "x86_64",
2692
- "epoch": "0",
2693
- "installdate": "1532503047",
2694
- "release": "9.fc27",
2695
- "version": "0.62"
2696
- },
2697
- "libutempter": {
2698
- "arch": "x86_64",
2699
- "epoch": "0",
2700
- "installdate": "1532503039",
2701
- "release": "11.fc27",
2702
- "version": "1.1.6"
2703
- },
2704
- "libuuid": {
2705
- "arch": "x86_64",
2706
- "epoch": "0",
2707
- "installdate": "1532503028",
2708
- "release": "3.fc27",
2709
- "version": "2.30.2"
2710
- },
2711
- "libverto": {
2712
- "arch": "x86_64",
2713
- "epoch": "0",
2714
- "installdate": "1532503045",
2715
- "release": "11.fc27",
2716
- "version": "0.2.6"
2717
- },
2718
- "libxkbcommon": {
2719
- "arch": "x86_64",
2720
- "epoch": "0",
2721
- "installdate": "1532503057",
2722
- "release": "5.fc27",
2723
- "version": "0.7.1"
2724
- },
2725
- "libxml2": {
2726
- "arch": "x86_64",
2727
- "epoch": "0",
2728
- "installdate": "1532503028",
2729
- "release": "1.fc27",
2730
- "version": "2.9.7"
2731
- },
2732
- "libyaml": {
2733
- "arch": "x86_64",
2734
- "epoch": "0",
2735
- "installdate": "1532503048",
2736
- "release": "4.fc27",
2737
- "version": "0.1.7"
2738
- },
2739
- "libzstd": {
2740
- "arch": "x86_64",
2741
- "epoch": "0",
2742
- "installdate": "1532503028",
2743
- "release": "1.fc27",
2744
- "version": "1.3.5"
2745
- },
2746
- "lua-libs": {
2747
- "arch": "x86_64",
2748
- "epoch": "0",
2749
- "installdate": "1532503028",
2750
- "release": "7.fc27",
2751
- "version": "5.3.4"
2752
- },
2753
- "lz4-libs": {
2754
- "arch": "x86_64",
2755
- "epoch": "0",
2756
- "installdate": "1532503029",
2757
- "release": "1.fc27",
2758
- "version": "1.8.0"
2759
- },
2760
- "man-db": {
2761
- "arch": "x86_64",
2762
- "epoch": "0",
2763
- "installdate": "1532503054",
2764
- "release": "12.fc27",
2765
- "version": "2.7.6.1"
2766
- },
2767
- "mozjs17": {
2768
- "arch": "x86_64",
2769
- "epoch": "0",
2770
- "installdate": "1532503032",
2771
- "release": "21.fc27",
2772
- "version": "17.0.0"
2773
- },
2774
- "mpfr": {
2775
- "arch": "x86_64",
2776
- "epoch": "0",
2777
- "installdate": "1532503032",
2778
- "release": "1.fc27",
2779
- "version": "3.1.6"
2780
- },
2781
- "mtools": {
2782
- "arch": "x86_64",
2783
- "epoch": "0",
2784
- "installdate": "1532503033",
2785
- "release": "13.fc27",
2786
- "version": "4.0.18"
2787
- },
2788
- "ncurses": {
2789
- "arch": "x86_64",
2790
- "epoch": "0",
2791
- "installdate": "1532503033",
2792
- "release": "14.20170722.fc27",
2793
- "version": "6.0"
2794
- },
2795
- "ncurses-base": {
2796
- "arch": "noarch",
2797
- "epoch": "0",
2798
- "installdate": "1532503024",
2799
- "release": "14.20170722.fc27",
2800
- "version": "6.0"
2801
- },
2802
- "ncurses-libs": {
2803
- "arch": "x86_64",
2804
- "epoch": "0",
2805
- "installdate": "1532503027",
2806
- "release": "14.20170722.fc27",
2807
- "version": "6.0"
2808
- },
2809
- "net-tools": {
2810
- "arch": "x86_64",
2811
- "epoch": "0",
2812
- "installdate": "1532503045",
2813
- "release": "0.47.20160912git.fc27",
2814
- "version": "2.0"
2815
- },
2816
- "nettle": {
2817
- "arch": "x86_64",
2818
- "epoch": "0",
2819
- "installdate": "1532503032",
2820
- "release": "1.fc27",
2821
- "version": "3.4"
2822
- },
2823
- "npth": {
2824
- "arch": "x86_64",
2825
- "epoch": "0",
2826
- "installdate": "1532503045",
2827
- "release": "3.fc27",
2828
- "version": "1.5"
2829
- },
2830
- "nspr": {
2831
- "arch": "x86_64",
2832
- "epoch": "0",
2833
- "installdate": "1532503027",
2834
- "release": "1.fc27",
2835
- "version": "4.19.0"
2836
- },
2837
- "nss": {
2838
- "arch": "x86_64",
2839
- "epoch": "0",
2840
- "installdate": "1532503041",
2841
- "release": "1.0.fc27",
2842
- "version": "3.38.0"
2843
- },
2844
- "nss-pem": {
2845
- "arch": "x86_64",
2846
- "epoch": "0",
2847
- "installdate": "1532503041",
2848
- "release": "6.fc27",
2849
- "version": "1.0.3"
2850
- },
2851
- "nss-softokn": {
2852
- "arch": "x86_64",
2853
- "epoch": "0",
2854
- "installdate": "1532503030",
2855
- "release": "1.0.fc27",
2856
- "version": "3.38.0"
2857
- },
2858
- "nss-softokn-freebl": {
2859
- "arch": "x86_64",
2860
- "epoch": "0",
2861
- "installdate": "1532503029",
2862
- "release": "1.0.fc27",
2863
- "version": "3.38.0"
2864
- },
2865
- "nss-sysinit": {
2866
- "arch": "x86_64",
2867
- "epoch": "0",
2868
- "installdate": "1532503041",
2869
- "release": "1.0.fc27",
2870
- "version": "3.38.0"
2871
- },
2872
- "nss-tools": {
2873
- "arch": "x86_64",
2874
- "epoch": "0",
2875
- "installdate": "1532503056",
2876
- "release": "1.0.fc27",
2877
- "version": "3.38.0"
2878
- },
2879
- "nss-util": {
2880
- "arch": "x86_64",
2881
- "epoch": "0",
2882
- "installdate": "1532503027",
2883
- "release": "1.0.fc27",
2884
- "version": "3.38.0"
2885
- },
2886
- "openldap": {
2887
- "arch": "x86_64",
2888
- "epoch": "0",
2889
- "installdate": "1532503046",
2890
- "release": "4.fc27",
2891
- "version": "2.4.45"
2892
- },
2893
- "openssh": {
2894
- "arch": "x86_64",
2895
- "epoch": "0",
2896
- "installdate": "1532503042",
2897
- "release": "5.fc27",
2898
- "version": "7.6p1"
2899
- },
2900
- "openssh-clients": {
2901
- "arch": "x86_64",
2902
- "epoch": "0",
2903
- "installdate": "1532503053",
2904
- "release": "5.fc27",
2905
- "version": "7.6p1"
2906
- },
2907
- "openssh-server": {
2908
- "arch": "x86_64",
2909
- "epoch": "0",
2910
- "installdate": "1532503054",
2911
- "release": "5.fc27",
2912
- "version": "7.6p1"
2913
- },
2914
- "openssl-libs": {
2915
- "arch": "x86_64",
2916
- "epoch": "1",
2917
- "installdate": "1532503033",
2918
- "release": "3.fc27",
2919
- "version": "1.1.0h"
2920
- },
2921
- "os-prober": {
2922
- "arch": "x86_64",
2923
- "epoch": "0",
2924
- "installdate": "1532503044",
2925
- "release": "4.fc27",
2926
- "version": "1.74"
2927
- },
2928
- "p11-kit": {
2929
- "arch": "x86_64",
2930
- "epoch": "0",
2931
- "installdate": "1532503029",
2932
- "release": "1.fc27",
2933
- "version": "0.23.12"
2934
- },
2935
- "p11-kit-trust": {
2936
- "arch": "x86_64",
2937
- "epoch": "0",
2938
- "installdate": "1532503031",
2939
- "release": "1.fc27",
2940
- "version": "0.23.12"
2941
- },
2942
- "pam": {
2943
- "arch": "x86_64",
2944
- "epoch": "0",
2945
- "installdate": "1532503037",
2946
- "release": "6.fc27",
2947
- "version": "1.3.0"
2948
- },
2949
- "parted": {
2950
- "arch": "x86_64",
2951
- "epoch": "0",
2952
- "installdate": "1532503056",
2953
- "release": "28.fc27",
2954
- "version": "3.2"
2955
- },
2956
- "passwd": {
2957
- "arch": "x86_64",
2958
- "epoch": "0",
2959
- "installdate": "1532503053",
2960
- "release": "2.fc27",
2961
- "version": "0.80"
2962
- },
2963
- "pcre": {
2964
- "arch": "x86_64",
2965
- "epoch": "0",
2966
- "installdate": "1532503029",
2967
- "release": "2.fc27",
2968
- "version": "8.42"
2969
- },
2970
- "pcre2": {
2971
- "arch": "x86_64",
2972
- "epoch": "0",
2973
- "installdate": "1532503027",
2974
- "release": "7.fc27",
2975
- "version": "10.31"
2976
- },
2977
- "pigz": {
2978
- "arch": "x86_64",
2979
- "epoch": "0",
2980
- "installdate": "1532503057",
2981
- "release": "1.fc27",
2982
- "version": "2.4"
2983
- },
2984
- "policycoreutils": {
2985
- "arch": "x86_64",
2986
- "epoch": "0",
2987
- "installdate": "1532503049",
2988
- "release": "6.fc27",
2989
- "version": "2.7"
2990
- },
2991
- "policycoreutils-python3": {
2992
- "arch": "x86_64",
2993
- "epoch": "0",
2994
- "installdate": "1532503049",
2995
- "release": "6.fc27",
2996
- "version": "2.7"
2997
- },
2998
- "polkit": {
2999
- "arch": "x86_64",
3000
- "epoch": "0",
3001
- "installdate": "1532503045",
3002
- "release": "15.fc27",
3003
- "version": "0.113"
3004
- },
3005
- "polkit-libs": {
3006
- "arch": "x86_64",
3007
- "epoch": "0",
3008
- "installdate": "1532503038",
3009
- "release": "15.fc27",
3010
- "version": "0.113"
3011
- },
3012
- "polkit-pkla-compat": {
3013
- "arch": "x86_64",
3014
- "epoch": "0",
3015
- "installdate": "1532503045",
3016
- "release": "10.fc27",
3017
- "version": "0.1"
3018
- },
3019
- "popt": {
3020
- "arch": "x86_64",
3021
- "epoch": "0",
3022
- "installdate": "1532503027",
3023
- "release": "12.fc27",
3024
- "version": "1.16"
3025
- },
3026
- "procps-ng": {
3027
- "arch": "x86_64",
3028
- "epoch": "0",
3029
- "installdate": "1532503029",
3030
- "release": "16.fc27",
3031
- "version": "3.3.10"
3032
- },
3033
- "publicsuffix-list-dafsa": {
3034
- "arch": "noarch",
3035
- "epoch": "0",
3036
- "installdate": "1532503016",
3037
- "release": "1.fc27",
3038
- "version": "20180514"
3039
- },
3040
- "python3": {
3041
- "arch": "x86_64",
3042
- "epoch": "0",
3043
- "installdate": "1532503034",
3044
- "release": "1.fc27",
3045
- "version": "3.6.5"
3046
- },
3047
- "python3-IPy": {
3048
- "arch": "noarch",
3049
- "epoch": "0",
3050
- "installdate": "1532503039",
3051
- "release": "20.fc27",
3052
- "version": "0.81"
3053
- },
3054
- "python3-PyYAML": {
3055
- "arch": "x86_64",
3056
- "epoch": "0",
3057
- "installdate": "1532503048",
3058
- "release": "5.fc27",
3059
- "version": "3.12"
3060
- },
3061
- "python3-asn1crypto": {
3062
- "arch": "noarch",
3063
- "epoch": "0",
3064
- "installdate": "1532503040",
3065
- "release": "1.fc27",
3066
- "version": "0.23.0"
3067
- },
3068
- "python3-boto": {
3069
- "arch": "noarch",
3070
- "epoch": "0",
3071
- "installdate": "1532503041",
3072
- "release": "5.fc27",
3073
- "version": "2.45.0"
3074
- },
3075
- "python3-cffi": {
3076
- "arch": "x86_64",
3077
- "epoch": "0",
3078
- "installdate": "1532503040",
3079
- "release": "3.fc27",
3080
- "version": "1.10.0"
3081
- },
3082
- "python3-chardet": {
3083
- "arch": "noarch",
3084
- "epoch": "0",
3085
- "installdate": "1532503040",
3086
- "release": "2.fc27",
3087
- "version": "3.0.4"
3088
- },
3089
- "python3-configobj": {
3090
- "arch": "noarch",
3091
- "epoch": "0",
3092
- "installdate": "1532503039",
3093
- "release": "9.fc27",
3094
- "version": "5.0.6"
3095
- },
3096
- "python3-cryptography": {
3097
- "arch": "x86_64",
3098
- "epoch": "0",
3099
- "installdate": "1532503040",
3100
- "release": "3.fc27",
3101
- "version": "2.0.2"
3102
- },
3103
- "python3-dbus": {
3104
- "arch": "x86_64",
3105
- "epoch": "0",
3106
- "installdate": "1532503038",
3107
- "release": "8.fc27",
3108
- "version": "1.2.4"
3109
- },
3110
- "python3-dnf": {
3111
- "arch": "noarch",
3112
- "epoch": "0",
3113
- "installdate": "1532503050",
3114
- "release": "2.fc27",
3115
- "version": "2.7.5"
3116
- },
3117
- "python3-dnf-plugins-core": {
3118
- "arch": "noarch",
3119
- "epoch": "0",
3120
- "installdate": "1532503050",
3121
- "release": "4.fc27",
3122
- "version": "2.1.5"
3123
- },
3124
- "python3-gpg": {
3125
- "arch": "x86_64",
3126
- "epoch": "0",
3127
- "installdate": "1532503046",
3128
- "release": "4.fc27.1",
3129
- "version": "1.10.0"
3130
- },
3131
- "python3-hawkey": {
3132
- "arch": "x86_64",
3133
- "epoch": "0",
3134
- "installdate": "1532503049",
3135
- "release": "1.fc27",
3136
- "version": "0.11.1"
3137
- },
3138
- "python3-idna": {
3139
- "arch": "noarch",
3140
- "epoch": "0",
3141
- "installdate": "1532503038",
3142
- "release": "2.fc27",
3143
- "version": "2.5"
3144
- },
3145
- "python3-iniparse": {
3146
- "arch": "noarch",
3147
- "epoch": "0",
3148
- "installdate": "1532503039",
3149
- "release": "26.fc27",
3150
- "version": "0.4"
3151
- },
3152
- "python3-jinja2": {
3153
- "arch": "noarch",
3154
- "epoch": "0",
3155
- "installdate": "1532503039",
3156
- "release": "2.fc27",
3157
- "version": "2.9.6"
3158
- },
3159
- "python3-jsonpatch": {
3160
- "arch": "noarch",
3161
- "epoch": "0",
3162
- "installdate": "1532503040",
3163
- "release": "4.fc27",
3164
- "version": "1.14"
3165
- },
3166
- "python3-jsonpointer": {
3167
- "arch": "noarch",
3168
- "epoch": "0",
3169
- "installdate": "1532503040",
3170
- "release": "7.fc27",
3171
- "version": "1.10"
3172
- },
3173
- "python3-jwt": {
3174
- "arch": "noarch",
3175
- "epoch": "0",
3176
- "installdate": "1532503041",
3177
- "release": "1.fc27",
3178
- "version": "1.6.1"
3179
- },
3180
- "python3-libcomps": {
3181
- "arch": "x86_64",
3182
- "epoch": "0",
3183
- "installdate": "1532503039",
3184
- "release": "6.fc27",
3185
- "version": "0.1.8"
3186
- },
3187
- "python3-librepo": {
3188
- "arch": "x86_64",
3189
- "epoch": "0",
3190
- "installdate": "1532503049",
3191
- "release": "1.fc27",
3192
- "version": "1.8.0"
3193
- },
3194
- "python3-libs": {
3195
- "arch": "x86_64",
3196
- "epoch": "0",
3197
- "installdate": "1532503036",
3198
- "release": "1.fc27",
3199
- "version": "3.6.5"
3200
- },
3201
- "python3-markupsafe": {
3202
- "arch": "x86_64",
3203
- "epoch": "0",
3204
- "installdate": "1532503039",
3205
- "release": "16.fc27",
3206
- "version": "0.23"
3207
- },
3208
- "python3-oauthlib": {
3209
- "arch": "noarch",
3210
- "epoch": "0",
3211
- "installdate": "1532503041",
3212
- "release": "4.fc27",
3213
- "version": "2.0.1"
3214
- },
3215
- "python3-pip": {
3216
- "arch": "noarch",
3217
- "epoch": "0",
3218
- "installdate": "1532503034",
3219
- "release": "2.fc27",
3220
- "version": "9.0.3"
3221
- },
3222
- "python3-ply": {
3223
- "arch": "noarch",
3224
- "epoch": "0",
3225
- "installdate": "1532503040",
3226
- "release": "4.fc27",
3227
- "version": "3.9"
3228
- },
3229
- "python3-prettytable": {
3230
- "arch": "noarch",
3231
- "epoch": "0",
3232
- "installdate": "1532503039",
3233
- "release": "11.fc27",
3234
- "version": "0.7.2"
3235
- },
3236
- "python3-psutil": {
3237
- "arch": "x86_64",
3238
- "epoch": "0",
3239
- "installdate": "1532503039",
3240
- "release": "2.fc27",
3241
- "version": "5.4.3"
3242
- },
3243
- "python3-pyasn1": {
3244
- "arch": "noarch",
3245
- "epoch": "0",
3246
- "installdate": "1532503040",
3247
- "release": "1.fc27",
3248
- "version": "0.3.7"
3249
- },
3250
- "python3-pycparser": {
3251
- "arch": "noarch",
3252
- "epoch": "0",
3253
- "installdate": "1532503040",
3254
- "release": "11.fc27",
3255
- "version": "2.14"
3256
- },
3257
- "python3-pyserial": {
3258
- "arch": "noarch",
3259
- "epoch": "0",
3260
- "installdate": "1532503039",
3261
- "release": "4.fc27",
3262
- "version": "3.1.1"
3263
- },
3264
- "python3-pysocks": {
3265
- "arch": "noarch",
3266
- "epoch": "0",
3267
- "installdate": "1532503040",
3268
- "release": "1.fc27",
3269
- "version": "1.6.7"
3270
- },
3271
- "python3-requests": {
3272
- "arch": "noarch",
3273
- "epoch": "0",
3274
- "installdate": "1532503040",
3275
- "release": "2.fc27",
3276
- "version": "2.18.4"
3277
- },
3278
- "python3-rpm": {
3279
- "arch": "x86_64",
3280
- "epoch": "0",
3281
- "installdate": "1532503050",
3282
- "release": "1.fc27",
3283
- "version": "4.14.1"
3284
- },
3285
- "python3-rsa": {
3286
- "arch": "noarch",
3287
- "epoch": "0",
3288
- "installdate": "1532503040",
3289
- "release": "4.fc27",
3290
- "version": "3.4.2"
3291
- },
3292
- "python3-setuptools": {
3293
- "arch": "noarch",
3294
- "epoch": "0",
3295
- "installdate": "1532503034",
3296
- "release": "1.fc27",
3297
- "version": "37.0.0"
3298
- },
3299
- "python3-six": {
3300
- "arch": "noarch",
3301
- "epoch": "0",
3302
- "installdate": "1532503037",
3303
- "release": "1.fc27",
3304
- "version": "1.11.0"
3305
- },
3306
- "python3-urllib3": {
3307
- "arch": "noarch",
3308
- "epoch": "0",
3309
- "installdate": "1532503040",
3310
- "release": "6.fc27",
3311
- "version": "1.22"
3312
- },
3313
- "qrencode-libs": {
3314
- "arch": "x86_64",
3315
- "epoch": "0",
3316
- "installdate": "1532503042",
3317
- "release": "3.fc27",
3318
- "version": "3.4.4"
3319
- },
3320
- "readline": {
3321
- "arch": "x86_64",
3322
- "epoch": "0",
3323
- "installdate": "1532503028",
3324
- "release": "7.fc27",
3325
- "version": "7.0"
3326
- },
3327
- "rootfiles": {
3328
- "arch": "noarch",
3329
- "epoch": "0",
3330
- "installdate": "1532503057",
3331
- "release": "21.fc27",
3332
- "version": "8.1"
3333
- },
3334
- "rpm": {
3335
- "arch": "x86_64",
3336
- "epoch": "0",
3337
- "installdate": "1532503049",
3338
- "release": "1.fc27",
3339
- "version": "4.14.1"
3340
- },
3341
- "rpm-build-libs": {
3342
- "arch": "x86_64",
3343
- "epoch": "0",
3344
- "installdate": "1532503050",
3345
- "release": "1.fc27",
3346
- "version": "4.14.1"
3347
- },
3348
- "rpm-libs": {
3349
- "arch": "x86_64",
3350
- "epoch": "0",
3351
- "installdate": "1532503049",
3352
- "release": "1.fc27",
3353
- "version": "4.14.1"
3354
- },
3355
- "rpm-plugin-selinux": {
3356
- "arch": "x86_64",
3357
- "epoch": "0",
3358
- "installdate": "1532503049",
3359
- "release": "1.fc27",
3360
- "version": "4.14.1"
3361
- },
3362
- "rpm-plugin-systemd-inhibit": {
3363
- "arch": "x86_64",
3364
- "epoch": "0",
3365
- "installdate": "1532503053",
3366
- "release": "1.fc27",
3367
- "version": "4.14.1"
3368
- },
3369
- "rsync": {
3370
- "arch": "x86_64",
3371
- "epoch": "0",
3372
- "installdate": "1532503057",
3373
- "release": "2.fc27",
3374
- "version": "3.1.3"
3375
- },
3376
- "sed": {
3377
- "arch": "x86_64",
3378
- "epoch": "0",
3379
- "installdate": "1532503028",
3380
- "release": "4.fc27",
3381
- "version": "4.4"
3382
- },
3383
- "selinux-policy": {
3384
- "arch": "noarch",
3385
- "epoch": "0",
3386
- "installdate": "1532503049",
3387
- "release": "283.35.fc27",
3388
- "version": "3.13.1"
3389
- },
3390
- "selinux-policy-targeted": {
3391
- "arch": "noarch",
3392
- "epoch": "0",
3393
- "installdate": "1532503052",
3394
- "release": "283.35.fc27",
3395
- "version": "3.13.1"
3396
- },
3397
- "setools-python3": {
3398
- "arch": "x86_64",
3399
- "epoch": "0",
3400
- "installdate": "1532503039",
3401
- "release": "3.fc27",
3402
- "version": "4.1.1"
3403
- },
3404
- "setup": {
3405
- "arch": "noarch",
3406
- "epoch": "0",
3407
- "installdate": "1532503016",
3408
- "release": "1.fc27",
3409
- "version": "2.10.10"
3410
- },
3411
- "shadow-utils": {
3412
- "arch": "x86_64",
3413
- "epoch": "2",
3414
- "installdate": "1532503036",
3415
- "release": "4.fc27",
3416
- "version": "4.5"
3417
- },
3418
- "shared-mime-info": {
3419
- "arch": "x86_64",
3420
- "epoch": "0",
3421
- "installdate": "1532503056",
3422
- "release": "2.fc27",
3423
- "version": "1.9"
3424
- },
3425
- "sqlite-libs": {
3426
- "arch": "x86_64",
3427
- "epoch": "0",
3428
- "installdate": "1532503030",
3429
- "release": "3.fc27",
3430
- "version": "3.20.1"
3431
- },
3432
- "sssd-client": {
3433
- "arch": "x86_64",
3434
- "epoch": "0",
3435
- "installdate": "1532503046",
3436
- "release": "4.fc27",
3437
- "version": "1.16.2"
3438
- },
3439
- "sssd-common": {
3440
- "arch": "x86_64",
3441
- "epoch": "0",
3442
- "installdate": "1532503050",
3443
- "release": "4.fc27",
3444
- "version": "1.16.2"
3445
- },
3446
- "sssd-kcm": {
3447
- "arch": "x86_64",
3448
- "epoch": "0",
3449
- "installdate": "1532503050",
3450
- "release": "4.fc27",
3451
- "version": "1.16.2"
3452
- },
3453
- "sssd-nfs-idmap": {
3454
- "arch": "x86_64",
3455
- "epoch": "0",
3456
- "installdate": "1532503053",
3457
- "release": "4.fc27",
3458
- "version": "1.16.2"
3459
- },
3460
- "sudo": {
3461
- "arch": "x86_64",
3462
- "epoch": "0",
3463
- "installdate": "1532503053",
3464
- "release": "1.fc27",
3465
- "version": "1.8.23"
3466
- },
3467
- "syslinux": {
3468
- "arch": "x86_64",
3469
- "epoch": "0",
3470
- "installdate": "1532503033",
3471
- "release": "0.7.fc27",
3472
- "version": "6.04"
3473
- },
3474
- "syslinux-extlinux": {
3475
- "arch": "x86_64",
3476
- "epoch": "0",
3477
- "installdate": "1532503057",
3478
- "release": "0.7.fc27",
3479
- "version": "6.04"
3480
- },
3481
- "syslinux-extlinux-nonlinux": {
3482
- "arch": "noarch",
3483
- "epoch": "0",
3484
- "installdate": "1532503033",
3485
- "release": "0.7.fc27",
3486
- "version": "6.04"
3487
- },
3488
- "syslinux-nonlinux": {
3489
- "arch": "noarch",
3490
- "epoch": "0",
3491
- "installdate": "1532503033",
3492
- "release": "0.7.fc27",
3493
- "version": "6.04"
3494
- },
3495
- "systemd": {
3496
- "arch": "x86_64",
3497
- "epoch": "0",
3498
- "installdate": "1532503044",
3499
- "release": "11.git5f8984e.fc27",
3500
- "version": "234"
3501
- },
3502
- "systemd-libs": {
3503
- "arch": "x86_64",
3504
- "epoch": "0",
3505
- "installdate": "1532503029",
3506
- "release": "11.git5f8984e.fc27",
3507
- "version": "234"
3508
- },
3509
- "systemd-pam": {
3510
- "arch": "x86_64",
3511
- "epoch": "0",
3512
- "installdate": "1532503042",
3513
- "release": "11.git5f8984e.fc27",
3514
- "version": "234"
3515
- },
3516
- "systemd-udev": {
3517
- "arch": "x86_64",
3518
- "epoch": "0",
3519
- "installdate": "1532503044",
3520
- "release": "11.git5f8984e.fc27",
3521
- "version": "234"
3522
- },
3523
- "tar": {
3524
- "arch": "x86_64",
3525
- "epoch": "2",
3526
- "installdate": "1532503032",
3527
- "release": "7.fc27",
3528
- "version": "1.29"
3529
- },
3530
- "tcp_wrappers-libs": {
3531
- "arch": "x86_64",
3532
- "epoch": "0",
3533
- "installdate": "1532503030",
3534
- "release": "87.fc27",
3535
- "version": "7.6"
3536
- },
3537
- "timedatex": {
3538
- "arch": "x86_64",
3539
- "epoch": "0",
3540
- "installdate": "1532503054",
3541
- "release": "2.fc27",
3542
- "version": "0.5"
3543
- },
3544
- "tzdata": {
3545
- "arch": "noarch",
3546
- "epoch": "0",
3547
- "installdate": "1532503018",
3548
- "release": "1.fc27",
3549
- "version": "2018e"
3550
- },
3551
- "util-linux": {
3552
- "arch": "x86_64",
3553
- "epoch": "0",
3554
- "installdate": "1532503042",
3555
- "release": "3.fc27",
3556
- "version": "2.30.2"
3557
- },
3558
- "vim-minimal": {
3559
- "arch": "x86_64",
3560
- "epoch": "2",
3561
- "installdate": "1532503032",
3562
- "release": "1.fc27",
3563
- "version": "8.1.177"
3564
- },
3565
- "which": {
3566
- "arch": "x86_64",
3567
- "epoch": "0",
3568
- "installdate": "1532503029",
3569
- "release": "4.fc27",
3570
- "version": "2.21"
3571
- },
3572
- "xfsprogs": {
3573
- "arch": "x86_64",
3574
- "epoch": "0",
3575
- "installdate": "1532503045",
3576
- "release": "1.fc27",
3577
- "version": "4.15.1"
3578
- },
3579
- "xkeyboard-config": {
3580
- "arch": "noarch",
3581
- "epoch": "0",
3582
- "installdate": "1532503016",
3583
- "release": "1.fc27",
3584
- "version": "2.22"
3585
- },
3586
- "xz": {
3587
- "arch": "x86_64",
3588
- "epoch": "0",
3589
- "installdate": "1532503032",
3590
- "release": "4.fc27",
3591
- "version": "5.2.3"
3592
- },
3593
- "xz-libs": {
3594
- "arch": "x86_64",
3595
- "epoch": "0",
3596
- "installdate": "1532503027",
3597
- "release": "4.fc27",
3598
- "version": "5.2.3"
3599
- },
3600
- "zlib": {
3601
- "arch": "x86_64",
3602
- "epoch": "0",
3603
- "installdate": "1532503027",
3604
- "release": "4.fc27",
3605
- "version": "1.2.11"
3606
- }
3607
- },
3608
- "platform": "fedora",
3609
- "platform_family": "fedora",
3610
- "platform_version": "27",
3611
- "root_group": "root",
3612
- "shard_seed": 189221366,
3613
- "shells": [
3614
- "/bin/sh",
3615
- "/bin/bash",
3616
- "/sbin/nologin",
3617
- "/usr/bin/sh",
3618
- "/usr/bin/bash",
3619
- "/usr/sbin/nologin"
3620
- ],
3621
- "time": {
3622
- "timezone": "GMT"
3623
- },
3624
- "uptime": "30 days 15 hours 07 minutes 30 seconds",
3625
- "uptime_seconds": 2646450,
3626
- "virtualization": {
3627
- "systems": {}
3628
- }
3629
- }