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