fauxhai-chef 9.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +2 -0
  3. data/LICENSE +22 -0
  4. data/bin/fauxhai +23 -0
  5. data/fauxhai-chef.gemspec +28 -0
  6. data/lib/fauxhai/exception.rb +6 -0
  7. data/lib/fauxhai/fetcher.rb +80 -0
  8. data/lib/fauxhai/keys/id_dsa +12 -0
  9. data/lib/fauxhai/keys/id_dsa.pub +1 -0
  10. data/lib/fauxhai/keys/id_rsa +27 -0
  11. data/lib/fauxhai/keys/id_rsa.pub +1 -0
  12. data/lib/fauxhai/mocker.rb +143 -0
  13. data/lib/fauxhai/platforms/aix/7.1.json +1889 -0
  14. data/lib/fauxhai/platforms/aix/7.2.json +5289 -0
  15. data/lib/fauxhai/platforms/almalinux/8.json +5754 -0
  16. data/lib/fauxhai/platforms/amazon/2.json +4697 -0
  17. data/lib/fauxhai/platforms/amazon/2018.03.json +3525 -0
  18. data/lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json +1669 -0
  19. data/lib/fauxhai/platforms/centos/6.10.json +2691 -0
  20. data/lib/fauxhai/platforms/centos/7.7.1908.json +3855 -0
  21. data/lib/fauxhai/platforms/centos/7.8.2003.json +3803 -0
  22. data/lib/fauxhai/platforms/centos/8.json +4715 -0
  23. data/lib/fauxhai/platforms/chefspec/0.6.1.json +20 -0
  24. data/lib/fauxhai/platforms/clearos/7.4.json +6130 -0
  25. data/lib/fauxhai/platforms/debian/10.json +2928 -0
  26. data/lib/fauxhai/platforms/debian/11.json +2744 -0
  27. data/lib/fauxhai/platforms/debian/9.11.json +2943 -0
  28. data/lib/fauxhai/platforms/debian/9.12.json +2942 -0
  29. data/lib/fauxhai/platforms/debian/9.13.json +2959 -0
  30. data/lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json +392 -0
  31. data/lib/fauxhai/platforms/fedora/31.json +3994 -0
  32. data/lib/fauxhai/platforms/fedora/32.json +3554 -0
  33. data/lib/fauxhai/platforms/freebsd/11.2.json +427 -0
  34. data/lib/fauxhai/platforms/freebsd/12.1.json +913 -0
  35. data/lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json +989 -0
  36. data/lib/fauxhai/platforms/linuxmint/19.0.json +9649 -0
  37. data/lib/fauxhai/platforms/mac_os_x/10.14.json +1350 -0
  38. data/lib/fauxhai/platforms/mac_os_x/10.15.json +1510 -0
  39. data/lib/fauxhai/platforms/mac_os_x/11.0.json +2821 -0
  40. data/lib/fauxhai/platforms/mac_os_x/11.json +3356 -0
  41. data/lib/fauxhai/platforms/mac_os_x/12.json +3546 -0
  42. data/lib/fauxhai/platforms/openbsd/6.2.json +295 -0
  43. data/lib/fauxhai/platforms/opensuse/15.2.json +5967 -0
  44. data/lib/fauxhai/platforms/oracle/6.10.json +4349 -0
  45. data/lib/fauxhai/platforms/oracle/7.5.json +6576 -0
  46. data/lib/fauxhai/platforms/oracle/7.6.json +6591 -0
  47. data/lib/fauxhai/platforms/raspbian/10.json +3664 -0
  48. data/lib/fauxhai/platforms/redhat/6.10.json +5822 -0
  49. data/lib/fauxhai/platforms/redhat/7.7.json +3969 -0
  50. data/lib/fauxhai/platforms/redhat/7.8.json +3958 -0
  51. data/lib/fauxhai/platforms/redhat/7.9.json +3959 -0
  52. data/lib/fauxhai/platforms/redhat/8.json +4547 -0
  53. data/lib/fauxhai/platforms/rocky/8.json +5768 -0
  54. data/lib/fauxhai/platforms/smartos/5.11.json +1680 -0
  55. data/lib/fauxhai/platforms/solaris2/5.11.json +10290 -0
  56. data/lib/fauxhai/platforms/suse/12.4.json +5875 -0
  57. data/lib/fauxhai/platforms/suse/12.5.json +5012 -0
  58. data/lib/fauxhai/platforms/suse/15.json +6096 -0
  59. data/lib/fauxhai/platforms/ubuntu/16.04.json +3885 -0
  60. data/lib/fauxhai/platforms/ubuntu/18.04.json +4042 -0
  61. data/lib/fauxhai/platforms/ubuntu/20.04.json +4613 -0
  62. data/lib/fauxhai/platforms/windows/10.json +431 -0
  63. data/lib/fauxhai/platforms/windows/2012.json +404 -0
  64. data/lib/fauxhai/platforms/windows/2012R2.json +406 -0
  65. data/lib/fauxhai/platforms/windows/2016.json +408 -0
  66. data/lib/fauxhai/platforms/windows/2019.json +408 -0
  67. data/lib/fauxhai/platforms/windows/8.1.json +416 -0
  68. data/lib/fauxhai/runner/default.rb +284 -0
  69. data/lib/fauxhai/runner/windows.rb +101 -0
  70. data/lib/fauxhai/runner.rb +45 -0
  71. data/lib/fauxhai/version.rb +3 -0
  72. data/lib/fauxhai.rb +18 -0
  73. metadata +202 -0
@@ -0,0 +1,3994 @@
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
+ "state": "Connected"
10
+ }
11
+ },
12
+ "chef_packages": {
13
+ "chef": {
14
+ "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.6.14/lib",
15
+ "version": "16.6.14"
16
+ },
17
+ "ohai": {
18
+ "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.6.5/lib/ohai",
19
+ "version": "16.6.5"
20
+ }
21
+ },
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
+ "deprecated": true,
78
+ "dmi": {
79
+ },
80
+ "domain": "local",
81
+ "filesystem": {
82
+ "by_device": {
83
+ "/dev/xvda": {
84
+ "mounts": [
85
+ ]
86
+ },
87
+ "/dev/xvda1": {
88
+ "fs_type": "ext4",
89
+ "inodes_available": "347210",
90
+ "inodes_percent_used": "12%",
91
+ "inodes_used": "46006",
92
+ "kb_available": "4824508",
93
+ "kb_size": "6126124",
94
+ "kb_used": "991724",
95
+ "mount_options": [
96
+ "rw",
97
+ "relatime",
98
+ "seclabel"
99
+ ],
100
+ "mounts": [
101
+ "/"
102
+ ],
103
+ "percent_used": "18%",
104
+ "total_inodes": "393216",
105
+ "uuid": "cdf47f70-98a6-458a-b4ad-c1f23c167353"
106
+ },
107
+ "cgroup2": {
108
+ "fs_type": "cgroup2",
109
+ "mount_options": [
110
+ "rw",
111
+ "nosuid",
112
+ "nodev",
113
+ "noexec",
114
+ "relatime",
115
+ "seclabel",
116
+ "nsdelegate"
117
+ ],
118
+ "mounts": [
119
+ "/sys/fs/cgroup"
120
+ ]
121
+ },
122
+ "configfs": {
123
+ "fs_type": "configfs",
124
+ "mount_options": [
125
+ "rw",
126
+ "nosuid",
127
+ "nodev",
128
+ "noexec",
129
+ "relatime"
130
+ ],
131
+ "mounts": [
132
+ "/sys/kernel/config"
133
+ ]
134
+ },
135
+ "debugfs": {
136
+ "fs_type": "debugfs",
137
+ "mount_options": [
138
+ "rw",
139
+ "nosuid",
140
+ "nodev",
141
+ "noexec",
142
+ "relatime",
143
+ "seclabel"
144
+ ],
145
+ "mounts": [
146
+ "/sys/kernel/debug"
147
+ ]
148
+ },
149
+ "devpts": {
150
+ "fs_type": "devpts",
151
+ "mount_options": [
152
+ "rw",
153
+ "nosuid",
154
+ "noexec",
155
+ "relatime",
156
+ "seclabel",
157
+ "gid=5",
158
+ "mode=620",
159
+ "ptmxmode=000"
160
+ ],
161
+ "mounts": [
162
+ "/dev/pts"
163
+ ]
164
+ },
165
+ "devtmpfs": {
166
+ "fs_type": "devtmpfs",
167
+ "inodes_available": "119900",
168
+ "inodes_percent_used": "1%",
169
+ "inodes_used": "332",
170
+ "kb_available": "480928",
171
+ "kb_size": "480928",
172
+ "kb_used": "0",
173
+ "mount_options": [
174
+ "rw",
175
+ "nosuid",
176
+ "seclabel",
177
+ "size=480928k",
178
+ "nr_inodes=120232",
179
+ "mode=755"
180
+ ],
181
+ "mounts": [
182
+ "/dev"
183
+ ],
184
+ "percent_used": "0%",
185
+ "total_inodes": "120232"
186
+ },
187
+ "hugetlbfs": {
188
+ "fs_type": "hugetlbfs",
189
+ "mount_options": [
190
+ "rw",
191
+ "relatime",
192
+ "seclabel",
193
+ "pagesize=2M"
194
+ ],
195
+ "mounts": [
196
+ "/dev/hugepages"
197
+ ]
198
+ },
199
+ "mqueue": {
200
+ "fs_type": "mqueue",
201
+ "mount_options": [
202
+ "rw",
203
+ "nosuid",
204
+ "nodev",
205
+ "noexec",
206
+ "relatime",
207
+ "seclabel"
208
+ ],
209
+ "mounts": [
210
+ "/dev/mqueue"
211
+ ]
212
+ },
213
+ "none": {
214
+ "fs_type": "bpf",
215
+ "mount_options": [
216
+ "rw",
217
+ "nosuid",
218
+ "nodev",
219
+ "noexec",
220
+ "relatime",
221
+ "mode=700"
222
+ ],
223
+ "mounts": [
224
+ "/sys/fs/bpf"
225
+ ]
226
+ },
227
+ "proc": {
228
+ "fs_type": "proc",
229
+ "mount_options": [
230
+ "rw",
231
+ "nosuid",
232
+ "nodev",
233
+ "noexec",
234
+ "relatime"
235
+ ],
236
+ "mounts": [
237
+ "/proc"
238
+ ]
239
+ },
240
+ "pstore": {
241
+ "fs_type": "pstore",
242
+ "mount_options": [
243
+ "rw",
244
+ "nosuid",
245
+ "nodev",
246
+ "noexec",
247
+ "relatime",
248
+ "seclabel"
249
+ ],
250
+ "mounts": [
251
+ "/sys/fs/pstore"
252
+ ]
253
+ },
254
+ "securityfs": {
255
+ "fs_type": "securityfs",
256
+ "mount_options": [
257
+ "rw",
258
+ "nosuid",
259
+ "nodev",
260
+ "noexec",
261
+ "relatime"
262
+ ],
263
+ "mounts": [
264
+ "/sys/kernel/security"
265
+ ]
266
+ },
267
+ "selinuxfs": {
268
+ "fs_type": "selinuxfs",
269
+ "mount_options": [
270
+ "rw",
271
+ "relatime"
272
+ ],
273
+ "mounts": [
274
+ "/sys/fs/selinux"
275
+ ]
276
+ },
277
+ "sysfs": {
278
+ "fs_type": "sysfs",
279
+ "mount_options": [
280
+ "rw",
281
+ "nosuid",
282
+ "nodev",
283
+ "noexec",
284
+ "relatime",
285
+ "seclabel"
286
+ ],
287
+ "mounts": [
288
+ "/sys"
289
+ ]
290
+ },
291
+ "systemd-1": {
292
+ "fs_type": "autofs",
293
+ "mount_options": [
294
+ "rw",
295
+ "relatime",
296
+ "fd=34",
297
+ "pgrp=1",
298
+ "timeout=0",
299
+ "minproto=5",
300
+ "maxproto=5",
301
+ "direct",
302
+ "pipe_ino=16225"
303
+ ],
304
+ "mounts": [
305
+ "/proc/sys/fs/binfmt_misc"
306
+ ]
307
+ },
308
+ "tmpfs": {
309
+ "fs_type": "tmpfs",
310
+ "inodes_available": "124212",
311
+ "inodes_percent_used": "1%",
312
+ "inodes_used": "5",
313
+ "kb_available": "99372",
314
+ "kb_size": "99372",
315
+ "kb_used": "0",
316
+ "mount_options": [
317
+ "rw",
318
+ "nosuid",
319
+ "nodev",
320
+ "relatime",
321
+ "seclabel",
322
+ "size=99372k",
323
+ "mode=700",
324
+ "uid=1000",
325
+ "gid=1000"
326
+ ],
327
+ "mounts": [
328
+ "/dev/shm",
329
+ "/run",
330
+ "/run/user/1000"
331
+ ],
332
+ "percent_used": "0%",
333
+ "total_inodes": "124217"
334
+ }
335
+ },
336
+ "by_mountpoint": {
337
+ "/": {
338
+ "devices": [
339
+ "/dev/xvda1"
340
+ ],
341
+ "fs_type": "ext4",
342
+ "inodes_available": "347210",
343
+ "inodes_percent_used": "12%",
344
+ "inodes_used": "46006",
345
+ "kb_available": "4824508",
346
+ "kb_size": "6126124",
347
+ "kb_used": "991724",
348
+ "mount_options": [
349
+ "rw",
350
+ "relatime",
351
+ "seclabel"
352
+ ],
353
+ "percent_used": "18%",
354
+ "total_inodes": "393216",
355
+ "uuid": "cdf47f70-98a6-458a-b4ad-c1f23c167353"
356
+ },
357
+ "/dev": {
358
+ "devices": [
359
+ "devtmpfs"
360
+ ],
361
+ "fs_type": "devtmpfs",
362
+ "inodes_available": "119900",
363
+ "inodes_percent_used": "1%",
364
+ "inodes_used": "332",
365
+ "kb_available": "480928",
366
+ "kb_size": "480928",
367
+ "kb_used": "0",
368
+ "mount_options": [
369
+ "rw",
370
+ "nosuid",
371
+ "seclabel",
372
+ "size=480928k",
373
+ "nr_inodes=120232",
374
+ "mode=755"
375
+ ],
376
+ "percent_used": "0%",
377
+ "total_inodes": "120232"
378
+ },
379
+ "/dev/hugepages": {
380
+ "devices": [
381
+ "hugetlbfs"
382
+ ],
383
+ "fs_type": "hugetlbfs",
384
+ "mount_options": [
385
+ "rw",
386
+ "relatime",
387
+ "seclabel",
388
+ "pagesize=2M"
389
+ ]
390
+ },
391
+ "/dev/mqueue": {
392
+ "devices": [
393
+ "mqueue"
394
+ ],
395
+ "fs_type": "mqueue",
396
+ "mount_options": [
397
+ "rw",
398
+ "nosuid",
399
+ "nodev",
400
+ "noexec",
401
+ "relatime",
402
+ "seclabel"
403
+ ]
404
+ },
405
+ "/dev/pts": {
406
+ "devices": [
407
+ "devpts"
408
+ ],
409
+ "fs_type": "devpts",
410
+ "mount_options": [
411
+ "rw",
412
+ "nosuid",
413
+ "noexec",
414
+ "relatime",
415
+ "seclabel",
416
+ "gid=5",
417
+ "mode=620",
418
+ "ptmxmode=000"
419
+ ]
420
+ },
421
+ "/dev/shm": {
422
+ "devices": [
423
+ "tmpfs"
424
+ ],
425
+ "fs_type": "tmpfs",
426
+ "inodes_available": "124216",
427
+ "inodes_percent_used": "1%",
428
+ "inodes_used": "1",
429
+ "kb_available": "496868",
430
+ "kb_size": "496868",
431
+ "kb_used": "0",
432
+ "mount_options": [
433
+ "rw",
434
+ "nosuid",
435
+ "nodev",
436
+ "seclabel"
437
+ ],
438
+ "percent_used": "0%",
439
+ "total_inodes": "124217"
440
+ },
441
+ "/proc": {
442
+ "devices": [
443
+ "proc"
444
+ ],
445
+ "fs_type": "proc",
446
+ "mount_options": [
447
+ "rw",
448
+ "nosuid",
449
+ "nodev",
450
+ "noexec",
451
+ "relatime"
452
+ ]
453
+ },
454
+ "/proc/sys/fs/binfmt_misc": {
455
+ "devices": [
456
+ "systemd-1"
457
+ ],
458
+ "fs_type": "autofs",
459
+ "mount_options": [
460
+ "rw",
461
+ "relatime",
462
+ "fd=34",
463
+ "pgrp=1",
464
+ "timeout=0",
465
+ "minproto=5",
466
+ "maxproto=5",
467
+ "direct",
468
+ "pipe_ino=16225"
469
+ ]
470
+ },
471
+ "/run": {
472
+ "devices": [
473
+ "tmpfs"
474
+ ],
475
+ "fs_type": "tmpfs",
476
+ "inodes_available": "123786",
477
+ "inodes_percent_used": "1%",
478
+ "inodes_used": "431",
479
+ "kb_available": "493448",
480
+ "kb_size": "496868",
481
+ "kb_used": "3420",
482
+ "mount_options": [
483
+ "rw",
484
+ "nosuid",
485
+ "nodev",
486
+ "seclabel",
487
+ "mode=755"
488
+ ],
489
+ "percent_used": "1%",
490
+ "total_inodes": "124217"
491
+ },
492
+ "/run/user/1000": {
493
+ "devices": [
494
+ "tmpfs"
495
+ ],
496
+ "fs_type": "tmpfs",
497
+ "inodes_available": "124212",
498
+ "inodes_percent_used": "1%",
499
+ "inodes_used": "5",
500
+ "kb_available": "99372",
501
+ "kb_size": "99372",
502
+ "kb_used": "0",
503
+ "mount_options": [
504
+ "rw",
505
+ "nosuid",
506
+ "nodev",
507
+ "relatime",
508
+ "seclabel",
509
+ "size=99372k",
510
+ "mode=700",
511
+ "uid=1000",
512
+ "gid=1000"
513
+ ],
514
+ "percent_used": "0%",
515
+ "total_inodes": "124217"
516
+ },
517
+ "/sys": {
518
+ "devices": [
519
+ "sysfs"
520
+ ],
521
+ "fs_type": "sysfs",
522
+ "mount_options": [
523
+ "rw",
524
+ "nosuid",
525
+ "nodev",
526
+ "noexec",
527
+ "relatime",
528
+ "seclabel"
529
+ ]
530
+ },
531
+ "/sys/fs/bpf": {
532
+ "devices": [
533
+ "none"
534
+ ],
535
+ "fs_type": "bpf",
536
+ "mount_options": [
537
+ "rw",
538
+ "nosuid",
539
+ "nodev",
540
+ "noexec",
541
+ "relatime",
542
+ "mode=700"
543
+ ]
544
+ },
545
+ "/sys/fs/cgroup": {
546
+ "devices": [
547
+ "cgroup2"
548
+ ],
549
+ "fs_type": "cgroup2",
550
+ "mount_options": [
551
+ "rw",
552
+ "nosuid",
553
+ "nodev",
554
+ "noexec",
555
+ "relatime",
556
+ "seclabel",
557
+ "nsdelegate"
558
+ ]
559
+ },
560
+ "/sys/fs/pstore": {
561
+ "devices": [
562
+ "pstore"
563
+ ],
564
+ "fs_type": "pstore",
565
+ "mount_options": [
566
+ "rw",
567
+ "nosuid",
568
+ "nodev",
569
+ "noexec",
570
+ "relatime",
571
+ "seclabel"
572
+ ]
573
+ },
574
+ "/sys/fs/selinux": {
575
+ "devices": [
576
+ "selinuxfs"
577
+ ],
578
+ "fs_type": "selinuxfs",
579
+ "mount_options": [
580
+ "rw",
581
+ "relatime"
582
+ ]
583
+ },
584
+ "/sys/kernel/config": {
585
+ "devices": [
586
+ "configfs"
587
+ ],
588
+ "fs_type": "configfs",
589
+ "mount_options": [
590
+ "rw",
591
+ "nosuid",
592
+ "nodev",
593
+ "noexec",
594
+ "relatime"
595
+ ]
596
+ },
597
+ "/sys/kernel/debug": {
598
+ "devices": [
599
+ "debugfs"
600
+ ],
601
+ "fs_type": "debugfs",
602
+ "mount_options": [
603
+ "rw",
604
+ "nosuid",
605
+ "nodev",
606
+ "noexec",
607
+ "relatime",
608
+ "seclabel"
609
+ ]
610
+ },
611
+ "/sys/kernel/security": {
612
+ "devices": [
613
+ "securityfs"
614
+ ],
615
+ "fs_type": "securityfs",
616
+ "mount_options": [
617
+ "rw",
618
+ "nosuid",
619
+ "nodev",
620
+ "noexec",
621
+ "relatime"
622
+ ]
623
+ }
624
+ },
625
+ "by_pair": {
626
+ "/dev/xvda,": {
627
+ "device": "/dev/xvda"
628
+ },
629
+ "/dev/xvda1,/": {
630
+ "device": "/dev/xvda1",
631
+ "fs_type": "ext4",
632
+ "inodes_available": "347210",
633
+ "inodes_percent_used": "12%",
634
+ "inodes_used": "46006",
635
+ "kb_available": "4824508",
636
+ "kb_size": "6126124",
637
+ "kb_used": "991724",
638
+ "mount": "/",
639
+ "mount_options": [
640
+ "rw",
641
+ "relatime",
642
+ "seclabel"
643
+ ],
644
+ "percent_used": "18%",
645
+ "total_inodes": "393216",
646
+ "uuid": "cdf47f70-98a6-458a-b4ad-c1f23c167353"
647
+ },
648
+ "cgroup2,/sys/fs/cgroup": {
649
+ "device": "cgroup2",
650
+ "fs_type": "cgroup2",
651
+ "mount": "/sys/fs/cgroup",
652
+ "mount_options": [
653
+ "rw",
654
+ "nosuid",
655
+ "nodev",
656
+ "noexec",
657
+ "relatime",
658
+ "seclabel",
659
+ "nsdelegate"
660
+ ]
661
+ },
662
+ "configfs,/sys/kernel/config": {
663
+ "device": "configfs",
664
+ "fs_type": "configfs",
665
+ "mount": "/sys/kernel/config",
666
+ "mount_options": [
667
+ "rw",
668
+ "nosuid",
669
+ "nodev",
670
+ "noexec",
671
+ "relatime"
672
+ ]
673
+ },
674
+ "debugfs,/sys/kernel/debug": {
675
+ "device": "debugfs",
676
+ "fs_type": "debugfs",
677
+ "mount": "/sys/kernel/debug",
678
+ "mount_options": [
679
+ "rw",
680
+ "nosuid",
681
+ "nodev",
682
+ "noexec",
683
+ "relatime",
684
+ "seclabel"
685
+ ]
686
+ },
687
+ "devpts,/dev/pts": {
688
+ "device": "devpts",
689
+ "fs_type": "devpts",
690
+ "mount": "/dev/pts",
691
+ "mount_options": [
692
+ "rw",
693
+ "nosuid",
694
+ "noexec",
695
+ "relatime",
696
+ "seclabel",
697
+ "gid=5",
698
+ "mode=620",
699
+ "ptmxmode=000"
700
+ ]
701
+ },
702
+ "devtmpfs,/dev": {
703
+ "device": "devtmpfs",
704
+ "fs_type": "devtmpfs",
705
+ "inodes_available": "119900",
706
+ "inodes_percent_used": "1%",
707
+ "inodes_used": "332",
708
+ "kb_available": "480928",
709
+ "kb_size": "480928",
710
+ "kb_used": "0",
711
+ "mount": "/dev",
712
+ "mount_options": [
713
+ "rw",
714
+ "nosuid",
715
+ "seclabel",
716
+ "size=480928k",
717
+ "nr_inodes=120232",
718
+ "mode=755"
719
+ ],
720
+ "percent_used": "0%",
721
+ "total_inodes": "120232"
722
+ },
723
+ "hugetlbfs,/dev/hugepages": {
724
+ "device": "hugetlbfs",
725
+ "fs_type": "hugetlbfs",
726
+ "mount": "/dev/hugepages",
727
+ "mount_options": [
728
+ "rw",
729
+ "relatime",
730
+ "seclabel",
731
+ "pagesize=2M"
732
+ ]
733
+ },
734
+ "mqueue,/dev/mqueue": {
735
+ "device": "mqueue",
736
+ "fs_type": "mqueue",
737
+ "mount": "/dev/mqueue",
738
+ "mount_options": [
739
+ "rw",
740
+ "nosuid",
741
+ "nodev",
742
+ "noexec",
743
+ "relatime",
744
+ "seclabel"
745
+ ]
746
+ },
747
+ "none,/sys/fs/bpf": {
748
+ "device": "none",
749
+ "fs_type": "bpf",
750
+ "mount": "/sys/fs/bpf",
751
+ "mount_options": [
752
+ "rw",
753
+ "nosuid",
754
+ "nodev",
755
+ "noexec",
756
+ "relatime",
757
+ "mode=700"
758
+ ]
759
+ },
760
+ "proc,/proc": {
761
+ "device": "proc",
762
+ "fs_type": "proc",
763
+ "mount": "/proc",
764
+ "mount_options": [
765
+ "rw",
766
+ "nosuid",
767
+ "nodev",
768
+ "noexec",
769
+ "relatime"
770
+ ]
771
+ },
772
+ "pstore,/sys/fs/pstore": {
773
+ "device": "pstore",
774
+ "fs_type": "pstore",
775
+ "mount": "/sys/fs/pstore",
776
+ "mount_options": [
777
+ "rw",
778
+ "nosuid",
779
+ "nodev",
780
+ "noexec",
781
+ "relatime",
782
+ "seclabel"
783
+ ]
784
+ },
785
+ "securityfs,/sys/kernel/security": {
786
+ "device": "securityfs",
787
+ "fs_type": "securityfs",
788
+ "mount": "/sys/kernel/security",
789
+ "mount_options": [
790
+ "rw",
791
+ "nosuid",
792
+ "nodev",
793
+ "noexec",
794
+ "relatime"
795
+ ]
796
+ },
797
+ "selinuxfs,/sys/fs/selinux": {
798
+ "device": "selinuxfs",
799
+ "fs_type": "selinuxfs",
800
+ "mount": "/sys/fs/selinux",
801
+ "mount_options": [
802
+ "rw",
803
+ "relatime"
804
+ ]
805
+ },
806
+ "sysfs,/sys": {
807
+ "device": "sysfs",
808
+ "fs_type": "sysfs",
809
+ "mount": "/sys",
810
+ "mount_options": [
811
+ "rw",
812
+ "nosuid",
813
+ "nodev",
814
+ "noexec",
815
+ "relatime",
816
+ "seclabel"
817
+ ]
818
+ },
819
+ "systemd-1,/proc/sys/fs/binfmt_misc": {
820
+ "device": "systemd-1",
821
+ "fs_type": "autofs",
822
+ "mount": "/proc/sys/fs/binfmt_misc",
823
+ "mount_options": [
824
+ "rw",
825
+ "relatime",
826
+ "fd=34",
827
+ "pgrp=1",
828
+ "timeout=0",
829
+ "minproto=5",
830
+ "maxproto=5",
831
+ "direct",
832
+ "pipe_ino=16225"
833
+ ]
834
+ },
835
+ "tmpfs,/dev/shm": {
836
+ "device": "tmpfs",
837
+ "fs_type": "tmpfs",
838
+ "inodes_available": "124216",
839
+ "inodes_percent_used": "1%",
840
+ "inodes_used": "1",
841
+ "kb_available": "496868",
842
+ "kb_size": "496868",
843
+ "kb_used": "0",
844
+ "mount": "/dev/shm",
845
+ "mount_options": [
846
+ "rw",
847
+ "nosuid",
848
+ "nodev",
849
+ "seclabel"
850
+ ],
851
+ "percent_used": "0%",
852
+ "total_inodes": "124217"
853
+ },
854
+ "tmpfs,/run": {
855
+ "device": "tmpfs",
856
+ "fs_type": "tmpfs",
857
+ "inodes_available": "123786",
858
+ "inodes_percent_used": "1%",
859
+ "inodes_used": "431",
860
+ "kb_available": "493448",
861
+ "kb_size": "496868",
862
+ "kb_used": "3420",
863
+ "mount": "/run",
864
+ "mount_options": [
865
+ "rw",
866
+ "nosuid",
867
+ "nodev",
868
+ "seclabel",
869
+ "mode=755"
870
+ ],
871
+ "percent_used": "1%",
872
+ "total_inodes": "124217"
873
+ },
874
+ "tmpfs,/run/user/1000": {
875
+ "device": "tmpfs",
876
+ "fs_type": "tmpfs",
877
+ "inodes_available": "124212",
878
+ "inodes_percent_used": "1%",
879
+ "inodes_used": "5",
880
+ "kb_available": "99372",
881
+ "kb_size": "99372",
882
+ "kb_used": "0",
883
+ "mount": "/run/user/1000",
884
+ "mount_options": [
885
+ "rw",
886
+ "nosuid",
887
+ "nodev",
888
+ "relatime",
889
+ "seclabel",
890
+ "size=99372k",
891
+ "mode=700",
892
+ "uid=1000",
893
+ "gid=1000"
894
+ ],
895
+ "percent_used": "0%",
896
+ "total_inodes": "124217"
897
+ }
898
+ }
899
+ },
900
+ "fips": {
901
+ "kernel": {
902
+ "enabled": true
903
+ }
904
+ },
905
+ "fqdn": "fauxhai.local",
906
+ "hostname": "Fauxhai",
907
+ "idle": "30 days 15 hours 07 minutes 30 seconds",
908
+ "idletime_seconds": 2646450,
909
+ "init_package": "systemd",
910
+ "ipaddress": "10.0.0.2",
911
+ "kernel": {
912
+ "machine": "x86_64",
913
+ "modules": {
914
+ "ata_generic": {
915
+ "refcount": "0",
916
+ "size": "16384",
917
+ "version": "0.2.15"
918
+ },
919
+ "cec": {
920
+ "refcount": "1",
921
+ "size": "61440"
922
+ },
923
+ "cirrus": {
924
+ "refcount": "0",
925
+ "size": "16384"
926
+ },
927
+ "crc32_pclmul": {
928
+ "refcount": "0",
929
+ "size": "16384"
930
+ },
931
+ "crc32c_intel": {
932
+ "refcount": "2",
933
+ "size": "24576"
934
+ },
935
+ "crct10dif_pclmul": {
936
+ "refcount": "1",
937
+ "size": "16384"
938
+ },
939
+ "drm": {
940
+ "refcount": "3",
941
+ "size": "622592"
942
+ },
943
+ "drm_kms_helper": {
944
+ "refcount": "3",
945
+ "size": "253952"
946
+ },
947
+ "ghash_clmulni_intel": {
948
+ "refcount": "0",
949
+ "size": "16384"
950
+ },
951
+ "i2c_piix4": {
952
+ "refcount": "0",
953
+ "size": "28672"
954
+ },
955
+ "intel_rapl_common": {
956
+ "refcount": "1",
957
+ "size": "32768"
958
+ },
959
+ "intel_rapl_msr": {
960
+ "refcount": "0",
961
+ "size": "20480"
962
+ },
963
+ "ip_tables": {
964
+ "refcount": "0",
965
+ "size": "32768"
966
+ },
967
+ "isofs": {
968
+ "refcount": "0",
969
+ "size": "49152"
970
+ },
971
+ "pata_acpi": {
972
+ "refcount": "0",
973
+ "size": "16384",
974
+ "version": "0.2.3"
975
+ },
976
+ "rapl": {
977
+ "refcount": "0",
978
+ "size": "20480"
979
+ },
980
+ "sb_edac": {
981
+ "refcount": "0",
982
+ "size": "24576"
983
+ },
984
+ "serio_raw": {
985
+ "refcount": "0",
986
+ "size": "20480"
987
+ },
988
+ "xen_blkfront": {
989
+ "refcount": "3",
990
+ "size": "49152"
991
+ },
992
+ "xen_netfront": {
993
+ "refcount": "1",
994
+ "size": "36864"
995
+ }
996
+ },
997
+ "name": "Linux",
998
+ "os": "GNU/Linux",
999
+ "processor": "x86_64",
1000
+ "release": "5.8.18-100.fc31.x86_64",
1001
+ "version": "#1 SMP Mon Nov 2 20:32:55 UTC 2020"
1002
+ },
1003
+ "keys": {
1004
+ "ssh": {
1005
+ "host_dsa_public": "ssh-dss AAAAB3NzaC1kc3MAAACBAJFo9BLAw4WKEs5hgipk5m423FzBsDXCZSMcC9ca/om/1VYzMqImixGe3uICDzNFUWxFoLJTQAOccyzo6MXZiQqwWJDLFi5qOSr6w2XcMyE+zd4wOyMoDiVM5fizmG8K3FzrqvGjwBcHcBdOQnavSijoj38DN25J9zhrid5BY4WlAAAAFQDxXrCyG52XCzn3FV4ej38wJBkomQAAAIBovGPJ4mP2P6BK8lHl0PPbktwQbWlpJ13oz6REJFDVcUi7vV26bX/BjQX+ohzZQzljdz1SpUbPc/8nuA4darYkVh91eBi307EN8IdxRHj2eBgp/ZG4yshIebG3WHrwJD/xUjjZ1MRfyDT1ermVi4LvjjPgWDxLZnPpMaR6S1nzgQAAAIEAj0Vd6DCWslvlsZ8+N53HWsqPi3gnx35JoLPz9Z2epkKIKqmEHav+93G3hdfztVa4I4t3phoPniQchYryF5+RNg8hqxKzjNtrIqUYCeuf2NJrksNsH7OZygPHZpqt4kTuwAGZxjxEGfAI0y8DhkU2ntp2LnzRnWH106BQBCmcXwo= fauxhai.local",
1006
+ "host_rsa_public": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtLCeqtqr/HbnORckw1ukdLhpfGoOPFi5/esKEokzTqq1gsgQ2V8emmyjfq1i6XXfRtSBxkdlHv/GWdP5wBTuE2G85MzBkVSQPvmwQN8lX/JMPEEtKXkeOo0o92/PiSmvY4eRsdF0mw40Uvg7jtE3f3fxj497kzh5fKtkrHnF4x9gXCbVdr3FqXJfggR5IJwAxToerbK7x/uRS+7YuZI9Pip3tt14nv9ezwXcuGb/tvjWOZINiFl8izVIFKi7sxfTX09p4NgamxRS7TD2Yd0jT8nEoF9UZTsgXcJ1kDSx7N7NxFfNfP6rCdOGRRz4gUhXtsUjG/XkxPeCwZ7A9VnOD fauxhai.local"
1007
+ }
1008
+ },
1009
+ "languages": {
1010
+ "powershell": null,
1011
+ "ruby": {
1012
+ "bin_dir": "/usr/local/bin",
1013
+ "gem_bin": "/usr/local/bin/gem",
1014
+ "gems_dir": "/usr/local/gems",
1015
+ "host": "x86_64-pc-linux-gnu",
1016
+ "host_cpu": "x86_64",
1017
+ "host_os": "linux-gnu",
1018
+ "host_vendor": "pc",
1019
+ "platform": "x86_64-linux",
1020
+ "release_date": "2020-10-01",
1021
+ "ruby_bin": "/usr/local/bin/ruby",
1022
+ "target": "x86_64-pc-linux-gnu",
1023
+ "target_cpu": "x86_64",
1024
+ "target_os": "linux",
1025
+ "target_vendor": "pc",
1026
+ "version": "2.7.2"
1027
+ }
1028
+ },
1029
+ "lsb": {
1030
+ },
1031
+ "macaddress": "11:11:11:11:11:11",
1032
+ "machinename": "Fauxhai",
1033
+ "memory": {
1034
+ "total": "1048576kB"
1035
+ },
1036
+ "network": {
1037
+ "default_gateway": "10.0.0.1",
1038
+ "default_interface": "enp0s3",
1039
+ "interfaces": {
1040
+ "enp0s3": {
1041
+ "addresses": {
1042
+ "10.0.0.2": {
1043
+ "broadcast": "10.0.0.255",
1044
+ "family": "inet",
1045
+ "ip_scope": "RFC1918 PRIVATE",
1046
+ "netmask": "255.255.255.0",
1047
+ "prefixlen": "24",
1048
+ "scope": "Global"
1049
+ },
1050
+ "11:11:11:11:11:11": {
1051
+ "family": "lladdr"
1052
+ },
1053
+ "fe80::11:1111:1111:1111": {
1054
+ "family": "inet6",
1055
+ "ip_scope": "LINK LOCAL UNICAST",
1056
+ "prefixlen": "64",
1057
+ "scope": "Link",
1058
+ "tags": [
1059
+ ]
1060
+ }
1061
+ },
1062
+ "arp": {
1063
+ "10.0.0.1": "fe:ff:ff:ff:ff:ff"
1064
+ },
1065
+ "encapsulation": "Ethernet",
1066
+ "flags": [
1067
+ "BROADCAST",
1068
+ "MULTICAST",
1069
+ "UP",
1070
+ "LOWER_UP"
1071
+ ],
1072
+ "mtu": "1500",
1073
+ "number": "0",
1074
+ "ring_params": {
1075
+ },
1076
+ "routes": [
1077
+ {
1078
+ "destination": "default",
1079
+ "family": "inet",
1080
+ "via": "10.0.0.1"
1081
+ },
1082
+ {
1083
+ "destination": "10.0.0.0/24",
1084
+ "family": "inet",
1085
+ "proto": "kernel",
1086
+ "scope": "link",
1087
+ "src": "10.0.0.2"
1088
+ },
1089
+ {
1090
+ "destination": "fe80::/64",
1091
+ "family": "inet6",
1092
+ "metric": "256",
1093
+ "proto": "kernel"
1094
+ }
1095
+ ],
1096
+ "state": "up",
1097
+ "type": "enp0s"
1098
+ },
1099
+ "lo": {
1100
+ "addresses": {
1101
+ "127.0.0.1": {
1102
+ "family": "inet",
1103
+ "ip_scope": "LOOPBACK",
1104
+ "netmask": "255.0.0.0",
1105
+ "prefixlen": "8",
1106
+ "scope": "Node"
1107
+ },
1108
+ "::1": {
1109
+ "family": "inet6",
1110
+ "ip_scope": "LINK LOCAL LOOPBACK",
1111
+ "prefixlen": "128",
1112
+ "scope": "Node",
1113
+ "tags": [
1114
+ ]
1115
+ }
1116
+ },
1117
+ "encapsulation": "Loopback",
1118
+ "flags": [
1119
+ "LOOPBACK",
1120
+ "UP",
1121
+ "LOWER_UP"
1122
+ ],
1123
+ "mtu": "65536",
1124
+ "state": "unknown"
1125
+ }
1126
+ }
1127
+ },
1128
+ "ohai_time": 1604983225.854475,
1129
+ "os": "linux",
1130
+ "os_version": "5.8.18-100.fc31.x86_64",
1131
+ "packages": {
1132
+ "NetworkManager": {
1133
+ "arch": "x86_64",
1134
+ "epoch": "1",
1135
+ "installdate": "1604909950",
1136
+ "release": "1.fc31",
1137
+ "version": "1.20.12"
1138
+ },
1139
+ "NetworkManager-libnm": {
1140
+ "arch": "x86_64",
1141
+ "epoch": "1",
1142
+ "installdate": "1604909940",
1143
+ "release": "1.fc31",
1144
+ "version": "1.20.12"
1145
+ },
1146
+ "abattis-cantarell-fonts": {
1147
+ "arch": "noarch",
1148
+ "epoch": "0",
1149
+ "installdate": "1604909902",
1150
+ "release": "3.fc31",
1151
+ "version": "0.111"
1152
+ },
1153
+ "acl": {
1154
+ "arch": "x86_64",
1155
+ "epoch": "0",
1156
+ "installdate": "1604909913",
1157
+ "release": "4.fc31",
1158
+ "version": "2.2.53"
1159
+ },
1160
+ "adobe-source-code-pro-fonts": {
1161
+ "arch": "noarch",
1162
+ "epoch": "0",
1163
+ "installdate": "1604909902",
1164
+ "release": "7.fc31",
1165
+ "version": "2.030.1.050"
1166
+ },
1167
+ "adwaita-cursor-theme": {
1168
+ "arch": "noarch",
1169
+ "epoch": "0",
1170
+ "installdate": "1604909909",
1171
+ "release": "2.fc31",
1172
+ "version": "3.34.3"
1173
+ },
1174
+ "adwaita-icon-theme": {
1175
+ "arch": "noarch",
1176
+ "epoch": "0",
1177
+ "installdate": "1604909919",
1178
+ "release": "2.fc31",
1179
+ "version": "3.34.3"
1180
+ },
1181
+ "alternatives": {
1182
+ "arch": "x86_64",
1183
+ "epoch": "0",
1184
+ "installdate": "1604909911",
1185
+ "release": "5.fc31",
1186
+ "version": "1.11"
1187
+ },
1188
+ "at-spi2-atk": {
1189
+ "arch": "x86_64",
1190
+ "epoch": "0",
1191
+ "installdate": "1604909940",
1192
+ "release": "1.fc31",
1193
+ "version": "2.34.2"
1194
+ },
1195
+ "at-spi2-core": {
1196
+ "arch": "x86_64",
1197
+ "epoch": "0",
1198
+ "installdate": "1604909940",
1199
+ "release": "1.fc31",
1200
+ "version": "2.34.0"
1201
+ },
1202
+ "atk": {
1203
+ "arch": "x86_64",
1204
+ "epoch": "0",
1205
+ "installdate": "1604909926",
1206
+ "release": "1.fc31",
1207
+ "version": "2.34.1"
1208
+ },
1209
+ "audit": {
1210
+ "arch": "x86_64",
1211
+ "epoch": "0",
1212
+ "installdate": "1604909950",
1213
+ "release": "0.15.20191104git1c2f876.fc31",
1214
+ "version": "3.0"
1215
+ },
1216
+ "audit-libs": {
1217
+ "arch": "x86_64",
1218
+ "epoch": "0",
1219
+ "installdate": "1604909911",
1220
+ "release": "0.15.20191104git1c2f876.fc31",
1221
+ "version": "3.0"
1222
+ },
1223
+ "avahi-libs": {
1224
+ "arch": "x86_64",
1225
+ "epoch": "0",
1226
+ "installdate": "1604909928",
1227
+ "release": "20.fc31",
1228
+ "version": "0.7"
1229
+ },
1230
+ "basesystem": {
1231
+ "arch": "noarch",
1232
+ "epoch": "0",
1233
+ "installdate": "1604909909",
1234
+ "release": "8.fc31",
1235
+ "version": "11"
1236
+ },
1237
+ "bash": {
1238
+ "arch": "x86_64",
1239
+ "epoch": "0",
1240
+ "installdate": "1604909910",
1241
+ "release": "1.fc31",
1242
+ "version": "5.0.17"
1243
+ },
1244
+ "bzip2": {
1245
+ "arch": "x86_64",
1246
+ "epoch": "0",
1247
+ "installdate": "1604909914",
1248
+ "release": "1.fc31",
1249
+ "version": "1.0.8"
1250
+ },
1251
+ "bzip2-libs": {
1252
+ "arch": "x86_64",
1253
+ "epoch": "0",
1254
+ "installdate": "1604909910",
1255
+ "release": "1.fc31",
1256
+ "version": "1.0.8"
1257
+ },
1258
+ "c-ares": {
1259
+ "arch": "x86_64",
1260
+ "epoch": "0",
1261
+ "installdate": "1604909919",
1262
+ "release": "4.fc31",
1263
+ "version": "1.15.0"
1264
+ },
1265
+ "ca-certificates": {
1266
+ "arch": "noarch",
1267
+ "epoch": "0",
1268
+ "installdate": "1604909923",
1269
+ "release": "1.1.fc31",
1270
+ "version": "2020.2.41"
1271
+ },
1272
+ "cairo": {
1273
+ "arch": "x86_64",
1274
+ "epoch": "0",
1275
+ "installdate": "1604909926",
1276
+ "release": "7.fc31",
1277
+ "version": "1.16.0"
1278
+ },
1279
+ "cairo-gobject": {
1280
+ "arch": "x86_64",
1281
+ "epoch": "0",
1282
+ "installdate": "1604909926",
1283
+ "release": "7.fc31",
1284
+ "version": "1.16.0"
1285
+ },
1286
+ "checkpolicy": {
1287
+ "arch": "x86_64",
1288
+ "epoch": "0",
1289
+ "installdate": "1604909919",
1290
+ "release": "2.fc31",
1291
+ "version": "2.9"
1292
+ },
1293
+ "chef": {
1294
+ "arch": "x86_64",
1295
+ "epoch": "0",
1296
+ "installdate": "1604983223",
1297
+ "release": "1.el7",
1298
+ "version": "16.6.14"
1299
+ },
1300
+ "chrony": {
1301
+ "arch": "x86_64",
1302
+ "epoch": "0",
1303
+ "installdate": "1604909951",
1304
+ "release": "4.fc31",
1305
+ "version": "3.5"
1306
+ },
1307
+ "cloud-init": {
1308
+ "arch": "noarch",
1309
+ "epoch": "0",
1310
+ "installdate": "1604909950",
1311
+ "release": "11.fc31",
1312
+ "version": "17.1"
1313
+ },
1314
+ "cloud-utils-growpart": {
1315
+ "arch": "noarch",
1316
+ "epoch": "0",
1317
+ "installdate": "1604909951",
1318
+ "release": "3.fc31",
1319
+ "version": "0.31"
1320
+ },
1321
+ "colord-libs": {
1322
+ "arch": "x86_64",
1323
+ "epoch": "0",
1324
+ "installdate": "1604909926",
1325
+ "release": "2.fc31",
1326
+ "version": "1.4.4"
1327
+ },
1328
+ "coreutils": {
1329
+ "arch": "x86_64",
1330
+ "epoch": "0",
1331
+ "installdate": "1604909923",
1332
+ "release": "10.fc31",
1333
+ "version": "8.31"
1334
+ },
1335
+ "coreutils-common": {
1336
+ "arch": "x86_64",
1337
+ "epoch": "0",
1338
+ "installdate": "1604909909",
1339
+ "release": "10.fc31",
1340
+ "version": "8.31"
1341
+ },
1342
+ "cpio": {
1343
+ "arch": "x86_64",
1344
+ "epoch": "0",
1345
+ "installdate": "1604909919",
1346
+ "release": "12.fc31",
1347
+ "version": "2.12"
1348
+ },
1349
+ "cracklib": {
1350
+ "arch": "x86_64",
1351
+ "epoch": "0",
1352
+ "installdate": "1604909925",
1353
+ "release": "21.fc31",
1354
+ "version": "2.9.6"
1355
+ },
1356
+ "cracklib-dicts": {
1357
+ "arch": "x86_64",
1358
+ "epoch": "0",
1359
+ "installdate": "1604909926",
1360
+ "release": "21.fc31",
1361
+ "version": "2.9.6"
1362
+ },
1363
+ "crypto-policies": {
1364
+ "arch": "noarch",
1365
+ "epoch": "0",
1366
+ "installdate": "1604909923",
1367
+ "release": "2.gitcd267a5.fc31",
1368
+ "version": "20191128"
1369
+ },
1370
+ "cryptsetup-libs": {
1371
+ "arch": "x86_64",
1372
+ "epoch": "0",
1373
+ "installdate": "1604909937",
1374
+ "release": "1.fc31",
1375
+ "version": "2.3.4"
1376
+ },
1377
+ "cups-libs": {
1378
+ "arch": "x86_64",
1379
+ "epoch": "1",
1380
+ "installdate": "1604909940",
1381
+ "release": "11.fc31",
1382
+ "version": "2.2.12"
1383
+ },
1384
+ "curl": {
1385
+ "arch": "x86_64",
1386
+ "epoch": "0",
1387
+ "installdate": "1604909933",
1388
+ "release": "3.fc31",
1389
+ "version": "7.66.0"
1390
+ },
1391
+ "cyrus-sasl-lib": {
1392
+ "arch": "x86_64",
1393
+ "epoch": "0",
1394
+ "installdate": "1604909933",
1395
+ "release": "3.fc31",
1396
+ "version": "2.1.27"
1397
+ },
1398
+ "dbus": {
1399
+ "arch": "x86_64",
1400
+ "epoch": "1",
1401
+ "installdate": "1604909937",
1402
+ "release": "1.fc31",
1403
+ "version": "1.12.20"
1404
+ },
1405
+ "dbus-broker": {
1406
+ "arch": "x86_64",
1407
+ "epoch": "0",
1408
+ "installdate": "1604909939",
1409
+ "release": "6.fc31",
1410
+ "version": "21"
1411
+ },
1412
+ "dbus-common": {
1413
+ "arch": "noarch",
1414
+ "epoch": "1",
1415
+ "installdate": "1604909939",
1416
+ "release": "1.fc31",
1417
+ "version": "1.12.20"
1418
+ },
1419
+ "dbus-libs": {
1420
+ "arch": "x86_64",
1421
+ "epoch": "1",
1422
+ "installdate": "1604909924",
1423
+ "release": "1.fc31",
1424
+ "version": "1.12.20"
1425
+ },
1426
+ "dconf": {
1427
+ "arch": "x86_64",
1428
+ "epoch": "0",
1429
+ "installdate": "1604909940",
1430
+ "release": "1.fc31",
1431
+ "version": "0.34.0"
1432
+ },
1433
+ "dejavu-fonts-common": {
1434
+ "arch": "noarch",
1435
+ "epoch": "0",
1436
+ "installdate": "1604909902",
1437
+ "release": "2.fc31",
1438
+ "version": "2.37"
1439
+ },
1440
+ "dejavu-sans-fonts": {
1441
+ "arch": "noarch",
1442
+ "epoch": "0",
1443
+ "installdate": "1604909902",
1444
+ "release": "2.fc31",
1445
+ "version": "2.37"
1446
+ },
1447
+ "deltarpm": {
1448
+ "arch": "x86_64",
1449
+ "epoch": "0",
1450
+ "installdate": "1604909937",
1451
+ "release": "2.fc31",
1452
+ "version": "3.6.2"
1453
+ },
1454
+ "device-mapper": {
1455
+ "arch": "x86_64",
1456
+ "epoch": "0",
1457
+ "installdate": "1604909937",
1458
+ "release": "1.fc31",
1459
+ "version": "1.02.171"
1460
+ },
1461
+ "device-mapper-libs": {
1462
+ "arch": "x86_64",
1463
+ "epoch": "0",
1464
+ "installdate": "1604909937",
1465
+ "release": "1.fc31",
1466
+ "version": "1.02.171"
1467
+ },
1468
+ "dhcp-client": {
1469
+ "arch": "x86_64",
1470
+ "epoch": "12",
1471
+ "installdate": "1604909950",
1472
+ "release": "19.fc31",
1473
+ "version": "4.4.1"
1474
+ },
1475
+ "dhcp-common": {
1476
+ "arch": "noarch",
1477
+ "epoch": "12",
1478
+ "installdate": "1604909909",
1479
+ "release": "19.fc31",
1480
+ "version": "4.4.1"
1481
+ },
1482
+ "diffutils": {
1483
+ "arch": "x86_64",
1484
+ "epoch": "0",
1485
+ "installdate": "1604909912",
1486
+ "release": "3.fc31",
1487
+ "version": "3.7"
1488
+ },
1489
+ "dnf": {
1490
+ "arch": "noarch",
1491
+ "epoch": "0",
1492
+ "installdate": "1604909941",
1493
+ "release": "1.fc31",
1494
+ "version": "4.2.23"
1495
+ },
1496
+ "dnf-data": {
1497
+ "arch": "noarch",
1498
+ "epoch": "0",
1499
+ "installdate": "1604909907",
1500
+ "release": "1.fc31",
1501
+ "version": "4.2.23"
1502
+ },
1503
+ "dnf-plugins-core": {
1504
+ "arch": "noarch",
1505
+ "epoch": "0",
1506
+ "installdate": "1604909950",
1507
+ "release": "1.fc31",
1508
+ "version": "4.0.16"
1509
+ },
1510
+ "dracut": {
1511
+ "arch": "x86_64",
1512
+ "epoch": "0",
1513
+ "installdate": "1604909945",
1514
+ "release": "61.git20200529.fc31",
1515
+ "version": "050"
1516
+ },
1517
+ "dracut-config-generic": {
1518
+ "arch": "x86_64",
1519
+ "epoch": "0",
1520
+ "installdate": "1604909946",
1521
+ "release": "61.git20200529.fc31",
1522
+ "version": "050"
1523
+ },
1524
+ "e2fsprogs": {
1525
+ "arch": "x86_64",
1526
+ "epoch": "0",
1527
+ "installdate": "1604909928",
1528
+ "release": "1.fc31",
1529
+ "version": "1.45.5"
1530
+ },
1531
+ "e2fsprogs-libs": {
1532
+ "arch": "x86_64",
1533
+ "epoch": "0",
1534
+ "installdate": "1604909914",
1535
+ "release": "1.fc31",
1536
+ "version": "1.45.5"
1537
+ },
1538
+ "elfutils-debuginfod-client": {
1539
+ "arch": "x86_64",
1540
+ "epoch": "0",
1541
+ "installdate": "1604909937",
1542
+ "release": "2.fc31",
1543
+ "version": "0.179"
1544
+ },
1545
+ "elfutils-default-yama-scope": {
1546
+ "arch": "noarch",
1547
+ "epoch": "0",
1548
+ "installdate": "1604909937",
1549
+ "release": "2.fc31",
1550
+ "version": "0.179"
1551
+ },
1552
+ "elfutils-libelf": {
1553
+ "arch": "x86_64",
1554
+ "epoch": "0",
1555
+ "installdate": "1604909911",
1556
+ "release": "2.fc31",
1557
+ "version": "0.179"
1558
+ },
1559
+ "elfutils-libs": {
1560
+ "arch": "x86_64",
1561
+ "epoch": "0",
1562
+ "installdate": "1604909937",
1563
+ "release": "2.fc31",
1564
+ "version": "0.179"
1565
+ },
1566
+ "expat": {
1567
+ "arch": "x86_64",
1568
+ "epoch": "0",
1569
+ "installdate": "1604909911",
1570
+ "release": "1.fc31",
1571
+ "version": "2.2.8"
1572
+ },
1573
+ "fedora-gpg-keys": {
1574
+ "arch": "noarch",
1575
+ "epoch": "0",
1576
+ "installdate": "1604909908",
1577
+ "release": "5",
1578
+ "version": "31"
1579
+ },
1580
+ "fedora-release-cloud": {
1581
+ "arch": "noarch",
1582
+ "epoch": "0",
1583
+ "installdate": "1604909908",
1584
+ "release": "4",
1585
+ "version": "31"
1586
+ },
1587
+ "fedora-release-common": {
1588
+ "arch": "noarch",
1589
+ "epoch": "0",
1590
+ "installdate": "1604909908",
1591
+ "release": "4",
1592
+ "version": "31"
1593
+ },
1594
+ "fedora-repos": {
1595
+ "arch": "noarch",
1596
+ "epoch": "0",
1597
+ "installdate": "1604909908",
1598
+ "release": "5",
1599
+ "version": "31"
1600
+ },
1601
+ "file": {
1602
+ "arch": "x86_64",
1603
+ "epoch": "0",
1604
+ "installdate": "1604909911",
1605
+ "release": "8.fc31",
1606
+ "version": "5.37"
1607
+ },
1608
+ "file-libs": {
1609
+ "arch": "x86_64",
1610
+ "epoch": "0",
1611
+ "installdate": "1604909911",
1612
+ "release": "8.fc31",
1613
+ "version": "5.37"
1614
+ },
1615
+ "filesystem": {
1616
+ "arch": "x86_64",
1617
+ "epoch": "0",
1618
+ "installdate": "1604909908",
1619
+ "release": "2.fc31",
1620
+ "version": "3.12"
1621
+ },
1622
+ "findutils": {
1623
+ "arch": "x86_64",
1624
+ "epoch": "1",
1625
+ "installdate": "1604909911",
1626
+ "release": "25.fc31",
1627
+ "version": "4.6.0"
1628
+ },
1629
+ "fipscheck": {
1630
+ "arch": "x86_64",
1631
+ "epoch": "0",
1632
+ "installdate": "1604909929",
1633
+ "release": "7.fc31",
1634
+ "version": "1.5.0"
1635
+ },
1636
+ "fipscheck-lib": {
1637
+ "arch": "x86_64",
1638
+ "epoch": "0",
1639
+ "installdate": "1604909929",
1640
+ "release": "7.fc31",
1641
+ "version": "1.5.0"
1642
+ },
1643
+ "fontconfig": {
1644
+ "arch": "x86_64",
1645
+ "epoch": "0",
1646
+ "installdate": "1604909924",
1647
+ "release": "3.fc31",
1648
+ "version": "2.13.92"
1649
+ },
1650
+ "fonts-filesystem": {
1651
+ "arch": "noarch",
1652
+ "epoch": "0",
1653
+ "installdate": "1604909901",
1654
+ "release": "1.fc31",
1655
+ "version": "2.0.3"
1656
+ },
1657
+ "freetype": {
1658
+ "arch": "x86_64",
1659
+ "epoch": "0",
1660
+ "installdate": "1604909911",
1661
+ "release": "4.fc31",
1662
+ "version": "2.10.0"
1663
+ },
1664
+ "fribidi": {
1665
+ "arch": "x86_64",
1666
+ "epoch": "0",
1667
+ "installdate": "1604909912",
1668
+ "release": "5.fc31",
1669
+ "version": "1.0.5"
1670
+ },
1671
+ "fuse-libs": {
1672
+ "arch": "x86_64",
1673
+ "epoch": "0",
1674
+ "installdate": "1604909912",
1675
+ "release": "8.fc31",
1676
+ "version": "2.9.9"
1677
+ },
1678
+ "gawk": {
1679
+ "arch": "x86_64",
1680
+ "epoch": "0",
1681
+ "installdate": "1604909920",
1682
+ "release": "5.fc31",
1683
+ "version": "5.0.1"
1684
+ },
1685
+ "gcr": {
1686
+ "arch": "x86_64",
1687
+ "epoch": "0",
1688
+ "installdate": "1604909941",
1689
+ "release": "1.fc31",
1690
+ "version": "3.34.0"
1691
+ },
1692
+ "gcr-base": {
1693
+ "arch": "x86_64",
1694
+ "epoch": "0",
1695
+ "installdate": "1604909926",
1696
+ "release": "1.fc31",
1697
+ "version": "3.34.0"
1698
+ },
1699
+ "gdbm-libs": {
1700
+ "arch": "x86_64",
1701
+ "epoch": "1",
1702
+ "installdate": "1604909912",
1703
+ "release": "1.fc31",
1704
+ "version": "1.18.1"
1705
+ },
1706
+ "gdk-pixbuf2": {
1707
+ "arch": "x86_64",
1708
+ "epoch": "0",
1709
+ "installdate": "1604909926",
1710
+ "release": "1.fc31",
1711
+ "version": "2.40.0"
1712
+ },
1713
+ "gdk-pixbuf2-modules": {
1714
+ "arch": "x86_64",
1715
+ "epoch": "0",
1716
+ "installdate": "1604909927",
1717
+ "release": "1.fc31",
1718
+ "version": "2.40.0"
1719
+ },
1720
+ "geolite2-city": {
1721
+ "arch": "noarch",
1722
+ "epoch": "0",
1723
+ "installdate": "1604909908",
1724
+ "release": "1.fc31",
1725
+ "version": "20191217"
1726
+ },
1727
+ "geolite2-country": {
1728
+ "arch": "noarch",
1729
+ "epoch": "0",
1730
+ "installdate": "1604909907",
1731
+ "release": "1.fc31",
1732
+ "version": "20191217"
1733
+ },
1734
+ "gettext": {
1735
+ "arch": "x86_64",
1736
+ "epoch": "0",
1737
+ "installdate": "1604909927",
1738
+ "release": "3.fc31",
1739
+ "version": "0.20.1"
1740
+ },
1741
+ "gettext-libs": {
1742
+ "arch": "x86_64",
1743
+ "epoch": "0",
1744
+ "installdate": "1604909927",
1745
+ "release": "3.fc31",
1746
+ "version": "0.20.1"
1747
+ },
1748
+ "git-core": {
1749
+ "arch": "x86_64",
1750
+ "epoch": "0",
1751
+ "installdate": "1604909937",
1752
+ "release": "1.fc31",
1753
+ "version": "2.25.4"
1754
+ },
1755
+ "glib-networking": {
1756
+ "arch": "x86_64",
1757
+ "epoch": "0",
1758
+ "installdate": "1604909940",
1759
+ "release": "1.fc31",
1760
+ "version": "2.62.4"
1761
+ },
1762
+ "glib2": {
1763
+ "arch": "x86_64",
1764
+ "epoch": "0",
1765
+ "installdate": "1604909925",
1766
+ "release": "2.fc31",
1767
+ "version": "2.62.6"
1768
+ },
1769
+ "glibc": {
1770
+ "arch": "x86_64",
1771
+ "epoch": "0",
1772
+ "installdate": "1604909910",
1773
+ "release": "13.fc31",
1774
+ "version": "2.30"
1775
+ },
1776
+ "glibc-common": {
1777
+ "arch": "x86_64",
1778
+ "epoch": "0",
1779
+ "installdate": "1604909909",
1780
+ "release": "13.fc31",
1781
+ "version": "2.30"
1782
+ },
1783
+ "glibc-langpack-en": {
1784
+ "arch": "x86_64",
1785
+ "epoch": "0",
1786
+ "installdate": "1604909909",
1787
+ "release": "13.fc31",
1788
+ "version": "2.30"
1789
+ },
1790
+ "gmp": {
1791
+ "arch": "x86_64",
1792
+ "epoch": "1",
1793
+ "installdate": "1604909911",
1794
+ "release": "10.fc31",
1795
+ "version": "6.1.2"
1796
+ },
1797
+ "gnome-keyring": {
1798
+ "arch": "x86_64",
1799
+ "epoch": "0",
1800
+ "installdate": "1604909941",
1801
+ "release": "1.fc31",
1802
+ "version": "3.34.0"
1803
+ },
1804
+ "gnupg2": {
1805
+ "arch": "x86_64",
1806
+ "epoch": "0",
1807
+ "installdate": "1604909941",
1808
+ "release": "2.fc31",
1809
+ "version": "2.2.20"
1810
+ },
1811
+ "gnupg2-smime": {
1812
+ "arch": "x86_64",
1813
+ "epoch": "0",
1814
+ "installdate": "1604909941",
1815
+ "release": "2.fc31",
1816
+ "version": "2.2.20"
1817
+ },
1818
+ "gnutls": {
1819
+ "arch": "x86_64",
1820
+ "epoch": "0",
1821
+ "installdate": "1604909937",
1822
+ "release": "1.fc31",
1823
+ "version": "3.6.15"
1824
+ },
1825
+ "gpg-pubkey": {
1826
+ "arch": "(none)",
1827
+ "epoch": "0",
1828
+ "installdate": "1604910045",
1829
+ "release": "5c6ae44d",
1830
+ "version": "3c3359c4"
1831
+ },
1832
+ "gpgme": {
1833
+ "arch": "x86_64",
1834
+ "epoch": "0",
1835
+ "installdate": "1604909941",
1836
+ "release": "7.fc31",
1837
+ "version": "1.13.1"
1838
+ },
1839
+ "graphite2": {
1840
+ "arch": "x86_64",
1841
+ "epoch": "0",
1842
+ "installdate": "1604909914",
1843
+ "release": "1.fc31",
1844
+ "version": "1.3.14"
1845
+ },
1846
+ "grep": {
1847
+ "arch": "x86_64",
1848
+ "epoch": "0",
1849
+ "installdate": "1604909911",
1850
+ "release": "3.fc31",
1851
+ "version": "3.3"
1852
+ },
1853
+ "groff-base": {
1854
+ "arch": "x86_64",
1855
+ "epoch": "0",
1856
+ "installdate": "1604909913",
1857
+ "release": "21.fc31",
1858
+ "version": "1.22.3"
1859
+ },
1860
+ "grub2-common": {
1861
+ "arch": "noarch",
1862
+ "epoch": "1",
1863
+ "installdate": "1604909911",
1864
+ "release": "110.fc31",
1865
+ "version": "2.02"
1866
+ },
1867
+ "grub2-pc": {
1868
+ "arch": "x86_64",
1869
+ "epoch": "1",
1870
+ "installdate": "1604909946",
1871
+ "release": "110.fc31",
1872
+ "version": "2.02"
1873
+ },
1874
+ "grub2-pc-modules": {
1875
+ "arch": "noarch",
1876
+ "epoch": "1",
1877
+ "installdate": "1604909913",
1878
+ "release": "110.fc31",
1879
+ "version": "2.02"
1880
+ },
1881
+ "grub2-tools": {
1882
+ "arch": "x86_64",
1883
+ "epoch": "1",
1884
+ "installdate": "1604909946",
1885
+ "release": "110.fc31",
1886
+ "version": "2.02"
1887
+ },
1888
+ "grub2-tools-extra": {
1889
+ "arch": "x86_64",
1890
+ "epoch": "1",
1891
+ "installdate": "1604909946",
1892
+ "release": "110.fc31",
1893
+ "version": "2.02"
1894
+ },
1895
+ "grub2-tools-minimal": {
1896
+ "arch": "x86_64",
1897
+ "epoch": "1",
1898
+ "installdate": "1604909939",
1899
+ "release": "110.fc31",
1900
+ "version": "2.02"
1901
+ },
1902
+ "grubby": {
1903
+ "arch": "x86_64",
1904
+ "epoch": "0",
1905
+ "installdate": "1604909946",
1906
+ "release": "36.fc31",
1907
+ "version": "8.40"
1908
+ },
1909
+ "gsettings-desktop-schemas": {
1910
+ "arch": "x86_64",
1911
+ "epoch": "0",
1912
+ "installdate": "1604909927",
1913
+ "release": "1.fc31",
1914
+ "version": "3.34.0"
1915
+ },
1916
+ "gtk-update-icon-cache": {
1917
+ "arch": "x86_64",
1918
+ "epoch": "0",
1919
+ "installdate": "1604909927",
1920
+ "release": "2.fc31",
1921
+ "version": "3.24.13"
1922
+ },
1923
+ "gtk3": {
1924
+ "arch": "x86_64",
1925
+ "epoch": "0",
1926
+ "installdate": "1604909940",
1927
+ "release": "2.fc31",
1928
+ "version": "3.24.13"
1929
+ },
1930
+ "gzip": {
1931
+ "arch": "x86_64",
1932
+ "epoch": "0",
1933
+ "installdate": "1604909925",
1934
+ "release": "1.fc31",
1935
+ "version": "1.10"
1936
+ },
1937
+ "harfbuzz": {
1938
+ "arch": "x86_64",
1939
+ "epoch": "0",
1940
+ "installdate": "1604909926",
1941
+ "release": "2.fc31",
1942
+ "version": "2.6.1"
1943
+ },
1944
+ "heat-cfntools": {
1945
+ "arch": "noarch",
1946
+ "epoch": "0",
1947
+ "installdate": "1604909951",
1948
+ "release": "9.fc31",
1949
+ "version": "1.4.2"
1950
+ },
1951
+ "hicolor-icon-theme": {
1952
+ "arch": "noarch",
1953
+ "epoch": "0",
1954
+ "installdate": "1604909914",
1955
+ "release": "7.fc31",
1956
+ "version": "0.17"
1957
+ },
1958
+ "hostname": {
1959
+ "arch": "x86_64",
1960
+ "epoch": "0",
1961
+ "installdate": "1604909952",
1962
+ "release": "9.fc31",
1963
+ "version": "3.20"
1964
+ },
1965
+ "ima-evm-utils": {
1966
+ "arch": "x86_64",
1967
+ "epoch": "0",
1968
+ "installdate": "1604909929",
1969
+ "release": "2.fc31",
1970
+ "version": "1.2.1"
1971
+ },
1972
+ "initscripts": {
1973
+ "arch": "x86_64",
1974
+ "epoch": "0",
1975
+ "installdate": "1604909939",
1976
+ "release": "2.fc31",
1977
+ "version": "10.02"
1978
+ },
1979
+ "ipcalc": {
1980
+ "arch": "x86_64",
1981
+ "epoch": "0",
1982
+ "installdate": "1604909920",
1983
+ "release": "1.fc31",
1984
+ "version": "0.3.0"
1985
+ },
1986
+ "iproute": {
1987
+ "arch": "x86_64",
1988
+ "epoch": "0",
1989
+ "installdate": "1604909942",
1990
+ "release": "2.fc31",
1991
+ "version": "5.4.0"
1992
+ },
1993
+ "iproute-tc": {
1994
+ "arch": "x86_64",
1995
+ "epoch": "0",
1996
+ "installdate": "1604909942",
1997
+ "release": "2.fc31",
1998
+ "version": "5.4.0"
1999
+ },
2000
+ "iptables-libs": {
2001
+ "arch": "x86_64",
2002
+ "epoch": "0",
2003
+ "installdate": "1604909937",
2004
+ "release": "7.fc31",
2005
+ "version": "1.8.3"
2006
+ },
2007
+ "iputils": {
2008
+ "arch": "x86_64",
2009
+ "epoch": "0",
2010
+ "installdate": "1604909939",
2011
+ "release": "5.fc31",
2012
+ "version": "20190515"
2013
+ },
2014
+ "jansson": {
2015
+ "arch": "x86_64",
2016
+ "epoch": "0",
2017
+ "installdate": "1604909912",
2018
+ "release": "4.fc31",
2019
+ "version": "2.12"
2020
+ },
2021
+ "jasper-libs": {
2022
+ "arch": "x86_64",
2023
+ "epoch": "0",
2024
+ "installdate": "1604909912",
2025
+ "release": "1.fc31",
2026
+ "version": "2.0.22"
2027
+ },
2028
+ "jbigkit-libs": {
2029
+ "arch": "x86_64",
2030
+ "epoch": "0",
2031
+ "installdate": "1604909919",
2032
+ "release": "17.fc31",
2033
+ "version": "2.1"
2034
+ },
2035
+ "json-c": {
2036
+ "arch": "x86_64",
2037
+ "epoch": "0",
2038
+ "installdate": "1604909912",
2039
+ "release": "13.fc31",
2040
+ "version": "0.13.1"
2041
+ },
2042
+ "json-glib": {
2043
+ "arch": "x86_64",
2044
+ "epoch": "0",
2045
+ "installdate": "1604909927",
2046
+ "release": "3.fc31",
2047
+ "version": "1.4.4"
2048
+ },
2049
+ "kbd": {
2050
+ "arch": "x86_64",
2051
+ "epoch": "0",
2052
+ "installdate": "1604909943",
2053
+ "release": "14.fc31",
2054
+ "version": "2.0.4"
2055
+ },
2056
+ "kbd-legacy": {
2057
+ "arch": "noarch",
2058
+ "epoch": "0",
2059
+ "installdate": "1604909943",
2060
+ "release": "14.fc31",
2061
+ "version": "2.0.4"
2062
+ },
2063
+ "kbd-misc": {
2064
+ "arch": "noarch",
2065
+ "epoch": "0",
2066
+ "installdate": "1604909943",
2067
+ "release": "14.fc31",
2068
+ "version": "2.0.4"
2069
+ },
2070
+ "kernel-core": {
2071
+ "arch": "x86_64",
2072
+ "epoch": "0",
2073
+ "installdate": "1604909949",
2074
+ "release": "100.fc31",
2075
+ "version": "5.8.18"
2076
+ },
2077
+ "keyutils-libs": {
2078
+ "arch": "x86_64",
2079
+ "epoch": "0",
2080
+ "installdate": "1604909911",
2081
+ "release": "3.fc31",
2082
+ "version": "1.6"
2083
+ },
2084
+ "kmod": {
2085
+ "arch": "x86_64",
2086
+ "epoch": "0",
2087
+ "installdate": "1604909926",
2088
+ "release": "4.fc31",
2089
+ "version": "26"
2090
+ },
2091
+ "kmod-libs": {
2092
+ "arch": "x86_64",
2093
+ "epoch": "0",
2094
+ "installdate": "1604909926",
2095
+ "release": "4.fc31",
2096
+ "version": "26"
2097
+ },
2098
+ "kpartx": {
2099
+ "arch": "x86_64",
2100
+ "epoch": "0",
2101
+ "installdate": "1604909942",
2102
+ "release": "3.fc31",
2103
+ "version": "0.8.0"
2104
+ },
2105
+ "krb5-libs": {
2106
+ "arch": "x86_64",
2107
+ "epoch": "0",
2108
+ "installdate": "1604909920",
2109
+ "release": "46.fc31",
2110
+ "version": "1.17"
2111
+ },
2112
+ "langpacks-core-en": {
2113
+ "arch": "noarch",
2114
+ "epoch": "0",
2115
+ "installdate": "1604909942",
2116
+ "release": "7.fc31",
2117
+ "version": "2.0"
2118
+ },
2119
+ "langpacks-en": {
2120
+ "arch": "noarch",
2121
+ "epoch": "0",
2122
+ "installdate": "1604909949",
2123
+ "release": "7.fc31",
2124
+ "version": "2.0"
2125
+ },
2126
+ "lcms2": {
2127
+ "arch": "x86_64",
2128
+ "epoch": "0",
2129
+ "installdate": "1604909919",
2130
+ "release": "6.fc31",
2131
+ "version": "2.9"
2132
+ },
2133
+ "less": {
2134
+ "arch": "x86_64",
2135
+ "epoch": "0",
2136
+ "installdate": "1604909912",
2137
+ "release": "2.fc31",
2138
+ "version": "551"
2139
+ },
2140
+ "libX11": {
2141
+ "arch": "x86_64",
2142
+ "epoch": "0",
2143
+ "installdate": "1604909920",
2144
+ "release": "1.fc31",
2145
+ "version": "1.6.12"
2146
+ },
2147
+ "libX11-common": {
2148
+ "arch": "noarch",
2149
+ "epoch": "0",
2150
+ "installdate": "1604909907",
2151
+ "release": "1.fc31",
2152
+ "version": "1.6.12"
2153
+ },
2154
+ "libXau": {
2155
+ "arch": "x86_64",
2156
+ "epoch": "0",
2157
+ "installdate": "1604909919",
2158
+ "release": "2.fc31",
2159
+ "version": "1.0.9"
2160
+ },
2161
+ "libXcomposite": {
2162
+ "arch": "x86_64",
2163
+ "epoch": "0",
2164
+ "installdate": "1604909920",
2165
+ "release": "17.fc31",
2166
+ "version": "0.4.4"
2167
+ },
2168
+ "libXcursor": {
2169
+ "arch": "x86_64",
2170
+ "epoch": "0",
2171
+ "installdate": "1604909920",
2172
+ "release": "6.fc31",
2173
+ "version": "1.1.15"
2174
+ },
2175
+ "libXdamage": {
2176
+ "arch": "x86_64",
2177
+ "epoch": "0",
2178
+ "installdate": "1604909920",
2179
+ "release": "17.fc31",
2180
+ "version": "1.1.4"
2181
+ },
2182
+ "libXext": {
2183
+ "arch": "x86_64",
2184
+ "epoch": "0",
2185
+ "installdate": "1604909920",
2186
+ "release": "2.fc31",
2187
+ "version": "1.3.4"
2188
+ },
2189
+ "libXfixes": {
2190
+ "arch": "x86_64",
2191
+ "epoch": "0",
2192
+ "installdate": "1604909920",
2193
+ "release": "10.fc31",
2194
+ "version": "5.0.3"
2195
+ },
2196
+ "libXft": {
2197
+ "arch": "x86_64",
2198
+ "epoch": "0",
2199
+ "installdate": "1604909928",
2200
+ "release": "2.fc31",
2201
+ "version": "2.3.3"
2202
+ },
2203
+ "libXi": {
2204
+ "arch": "x86_64",
2205
+ "epoch": "0",
2206
+ "installdate": "1604909920",
2207
+ "release": "2.fc31",
2208
+ "version": "1.7.10"
2209
+ },
2210
+ "libXinerama": {
2211
+ "arch": "x86_64",
2212
+ "epoch": "0",
2213
+ "installdate": "1604909920",
2214
+ "release": "4.fc31",
2215
+ "version": "1.1.4"
2216
+ },
2217
+ "libXrandr": {
2218
+ "arch": "x86_64",
2219
+ "epoch": "0",
2220
+ "installdate": "1604909920",
2221
+ "release": "2.fc31",
2222
+ "version": "1.5.2"
2223
+ },
2224
+ "libXrender": {
2225
+ "arch": "x86_64",
2226
+ "epoch": "0",
2227
+ "installdate": "1604909920",
2228
+ "release": "10.fc31",
2229
+ "version": "0.9.10"
2230
+ },
2231
+ "libXtst": {
2232
+ "arch": "x86_64",
2233
+ "epoch": "0",
2234
+ "installdate": "1604909920",
2235
+ "release": "10.fc31",
2236
+ "version": "1.2.3"
2237
+ },
2238
+ "libacl": {
2239
+ "arch": "x86_64",
2240
+ "epoch": "0",
2241
+ "installdate": "1604909912",
2242
+ "release": "4.fc31",
2243
+ "version": "2.2.53"
2244
+ },
2245
+ "libarchive": {
2246
+ "arch": "x86_64",
2247
+ "epoch": "0",
2248
+ "installdate": "1604909929",
2249
+ "release": "1.fc31",
2250
+ "version": "3.4.3"
2251
+ },
2252
+ "libargon2": {
2253
+ "arch": "x86_64",
2254
+ "epoch": "0",
2255
+ "installdate": "1604909920",
2256
+ "release": "3.fc31",
2257
+ "version": "20171227"
2258
+ },
2259
+ "libassuan": {
2260
+ "arch": "x86_64",
2261
+ "epoch": "0",
2262
+ "installdate": "1604909911",
2263
+ "release": "2.fc31",
2264
+ "version": "2.5.3"
2265
+ },
2266
+ "libattr": {
2267
+ "arch": "x86_64",
2268
+ "epoch": "0",
2269
+ "installdate": "1604909911",
2270
+ "release": "7.fc31",
2271
+ "version": "2.4.48"
2272
+ },
2273
+ "libbasicobjects": {
2274
+ "arch": "x86_64",
2275
+ "epoch": "0",
2276
+ "installdate": "1604909912",
2277
+ "release": "43.fc31",
2278
+ "version": "0.1.1"
2279
+ },
2280
+ "libblkid": {
2281
+ "arch": "x86_64",
2282
+ "epoch": "0",
2283
+ "installdate": "1604909924",
2284
+ "release": "4.fc31",
2285
+ "version": "2.34"
2286
+ },
2287
+ "libbrotli": {
2288
+ "arch": "x86_64",
2289
+ "epoch": "0",
2290
+ "installdate": "1604909912",
2291
+ "release": "3.fc31",
2292
+ "version": "1.0.9"
2293
+ },
2294
+ "libcap": {
2295
+ "arch": "x86_64",
2296
+ "epoch": "0",
2297
+ "installdate": "1604909911",
2298
+ "release": "6.fc31",
2299
+ "version": "2.26"
2300
+ },
2301
+ "libcap-ng": {
2302
+ "arch": "x86_64",
2303
+ "epoch": "0",
2304
+ "installdate": "1604909911",
2305
+ "release": "1.fc31",
2306
+ "version": "0.7.11"
2307
+ },
2308
+ "libcollection": {
2309
+ "arch": "x86_64",
2310
+ "epoch": "0",
2311
+ "installdate": "1604909912",
2312
+ "release": "43.fc31",
2313
+ "version": "0.7.0"
2314
+ },
2315
+ "libcom_err": {
2316
+ "arch": "x86_64",
2317
+ "epoch": "0",
2318
+ "installdate": "1604909911",
2319
+ "release": "1.fc31",
2320
+ "version": "1.45.5"
2321
+ },
2322
+ "libcomps": {
2323
+ "arch": "x86_64",
2324
+ "epoch": "0",
2325
+ "installdate": "1604909913",
2326
+ "release": "1.fc31",
2327
+ "version": "0.1.15"
2328
+ },
2329
+ "libcroco": {
2330
+ "arch": "x86_64",
2331
+ "epoch": "0",
2332
+ "installdate": "1604909927",
2333
+ "release": "2.fc31",
2334
+ "version": "0.6.13"
2335
+ },
2336
+ "libcurl": {
2337
+ "arch": "x86_64",
2338
+ "epoch": "0",
2339
+ "installdate": "1604909933",
2340
+ "release": "3.fc31",
2341
+ "version": "7.66.0"
2342
+ },
2343
+ "libdatrie": {
2344
+ "arch": "x86_64",
2345
+ "epoch": "0",
2346
+ "installdate": "1604909920",
2347
+ "release": "10.fc31",
2348
+ "version": "0.2.9"
2349
+ },
2350
+ "libdb": {
2351
+ "arch": "x86_64",
2352
+ "epoch": "0",
2353
+ "installdate": "1604909911",
2354
+ "release": "38.fc31",
2355
+ "version": "5.3.28"
2356
+ },
2357
+ "libdb-utils": {
2358
+ "arch": "x86_64",
2359
+ "epoch": "0",
2360
+ "installdate": "1604909914",
2361
+ "release": "38.fc31",
2362
+ "version": "5.3.28"
2363
+ },
2364
+ "libdhash": {
2365
+ "arch": "x86_64",
2366
+ "epoch": "0",
2367
+ "installdate": "1604909912",
2368
+ "release": "43.fc31",
2369
+ "version": "0.5.0"
2370
+ },
2371
+ "libdnf": {
2372
+ "arch": "x86_64",
2373
+ "epoch": "0",
2374
+ "installdate": "1604909941",
2375
+ "release": "1.fc31",
2376
+ "version": "0.48.0"
2377
+ },
2378
+ "libedit": {
2379
+ "arch": "x86_64",
2380
+ "epoch": "0",
2381
+ "installdate": "1604909912",
2382
+ "release": "30.20191211cvs.fc31",
2383
+ "version": "3.1"
2384
+ },
2385
+ "libepoxy": {
2386
+ "arch": "x86_64",
2387
+ "epoch": "0",
2388
+ "installdate": "1604909920",
2389
+ "release": "4.fc31",
2390
+ "version": "1.5.3"
2391
+ },
2392
+ "libevent": {
2393
+ "arch": "x86_64",
2394
+ "epoch": "0",
2395
+ "installdate": "1604909926",
2396
+ "release": "7.fc31",
2397
+ "version": "2.1.8"
2398
+ },
2399
+ "libfdisk": {
2400
+ "arch": "x86_64",
2401
+ "epoch": "0",
2402
+ "installdate": "1604909928",
2403
+ "release": "4.fc31",
2404
+ "version": "2.34"
2405
+ },
2406
+ "libffi": {
2407
+ "arch": "x86_64",
2408
+ "epoch": "0",
2409
+ "installdate": "1604909911",
2410
+ "release": "23.fc31",
2411
+ "version": "3.1"
2412
+ },
2413
+ "libgcc": {
2414
+ "arch": "x86_64",
2415
+ "epoch": "0",
2416
+ "installdate": "1604909901",
2417
+ "release": "2.fc31",
2418
+ "version": "9.3.1"
2419
+ },
2420
+ "libgcrypt": {
2421
+ "arch": "x86_64",
2422
+ "epoch": "0",
2423
+ "installdate": "1604909911",
2424
+ "release": "1.fc31",
2425
+ "version": "1.8.5"
2426
+ },
2427
+ "libgomp": {
2428
+ "arch": "x86_64",
2429
+ "epoch": "0",
2430
+ "installdate": "1604909912",
2431
+ "release": "2.fc31",
2432
+ "version": "9.3.1"
2433
+ },
2434
+ "libgpg-error": {
2435
+ "arch": "x86_64",
2436
+ "epoch": "0",
2437
+ "installdate": "1604909911",
2438
+ "release": "2.fc31",
2439
+ "version": "1.36"
2440
+ },
2441
+ "libgusb": {
2442
+ "arch": "x86_64",
2443
+ "epoch": "0",
2444
+ "installdate": "1604909926",
2445
+ "release": "1.fc31",
2446
+ "version": "0.3.4"
2447
+ },
2448
+ "libidn2": {
2449
+ "arch": "x86_64",
2450
+ "epoch": "0",
2451
+ "installdate": "1604909911",
2452
+ "release": "1.fc31",
2453
+ "version": "2.3.0"
2454
+ },
2455
+ "libini_config": {
2456
+ "arch": "x86_64",
2457
+ "epoch": "0",
2458
+ "installdate": "1604909920",
2459
+ "release": "43.fc31",
2460
+ "version": "1.3.1"
2461
+ },
2462
+ "libjpeg-turbo": {
2463
+ "arch": "x86_64",
2464
+ "epoch": "0",
2465
+ "installdate": "1604909912",
2466
+ "release": "5.fc31",
2467
+ "version": "2.0.2"
2468
+ },
2469
+ "libkcapi": {
2470
+ "arch": "x86_64",
2471
+ "epoch": "0",
2472
+ "installdate": "1604909939",
2473
+ "release": "3.fc31",
2474
+ "version": "1.2.0"
2475
+ },
2476
+ "libkcapi-hmaccalc": {
2477
+ "arch": "x86_64",
2478
+ "epoch": "0",
2479
+ "installdate": "1604909939",
2480
+ "release": "3.fc31",
2481
+ "version": "1.2.0"
2482
+ },
2483
+ "libksba": {
2484
+ "arch": "x86_64",
2485
+ "epoch": "0",
2486
+ "installdate": "1604909912",
2487
+ "release": "10.fc31",
2488
+ "version": "1.3.5"
2489
+ },
2490
+ "libldb": {
2491
+ "arch": "x86_64",
2492
+ "epoch": "0",
2493
+ "installdate": "1604909942",
2494
+ "release": "1.fc31",
2495
+ "version": "2.0.12"
2496
+ },
2497
+ "libmaxminddb": {
2498
+ "arch": "x86_64",
2499
+ "epoch": "0",
2500
+ "installdate": "1604909920",
2501
+ "release": "8.fc31",
2502
+ "version": "1.2.0"
2503
+ },
2504
+ "libmetalink": {
2505
+ "arch": "x86_64",
2506
+ "epoch": "0",
2507
+ "installdate": "1604909913",
2508
+ "release": "13.fc31",
2509
+ "version": "0.1.3"
2510
+ },
2511
+ "libmnl": {
2512
+ "arch": "x86_64",
2513
+ "epoch": "0",
2514
+ "installdate": "1604909911",
2515
+ "release": "10.fc31",
2516
+ "version": "1.0.4"
2517
+ },
2518
+ "libmodman": {
2519
+ "arch": "x86_64",
2520
+ "epoch": "0",
2521
+ "installdate": "1604909913",
2522
+ "release": "20.fc31",
2523
+ "version": "2.0.1"
2524
+ },
2525
+ "libmodulemd": {
2526
+ "arch": "x86_64",
2527
+ "epoch": "0",
2528
+ "installdate": "1604909933",
2529
+ "release": "1.fc31",
2530
+ "version": "2.9.3"
2531
+ },
2532
+ "libmount": {
2533
+ "arch": "x86_64",
2534
+ "epoch": "0",
2535
+ "installdate": "1604909925",
2536
+ "release": "4.fc31",
2537
+ "version": "2.34"
2538
+ },
2539
+ "libndp": {
2540
+ "arch": "x86_64",
2541
+ "epoch": "0",
2542
+ "installdate": "1604909920",
2543
+ "release": "4.fc31",
2544
+ "version": "1.7"
2545
+ },
2546
+ "libnfsidmap": {
2547
+ "arch": "x86_64",
2548
+ "epoch": "1",
2549
+ "installdate": "1604909933",
2550
+ "release": "4.rc4.fc31",
2551
+ "version": "2.5.1"
2552
+ },
2553
+ "libnghttp2": {
2554
+ "arch": "x86_64",
2555
+ "epoch": "0",
2556
+ "installdate": "1604909933",
2557
+ "release": "1.fc31",
2558
+ "version": "1.41.0"
2559
+ },
2560
+ "libnl3": {
2561
+ "arch": "x86_64",
2562
+ "epoch": "0",
2563
+ "installdate": "1604909920",
2564
+ "release": "1.fc31",
2565
+ "version": "3.5.0"
2566
+ },
2567
+ "libnsl2": {
2568
+ "arch": "x86_64",
2569
+ "epoch": "0",
2570
+ "installdate": "1604909920",
2571
+ "release": "5.20180605git4a062cf.fc31",
2572
+ "version": "1.2.0"
2573
+ },
2574
+ "libpath_utils": {
2575
+ "arch": "x86_64",
2576
+ "epoch": "0",
2577
+ "installdate": "1604909920",
2578
+ "release": "43.fc31",
2579
+ "version": "0.2.1"
2580
+ },
2581
+ "libpcap": {
2582
+ "arch": "x86_64",
2583
+ "epoch": "14",
2584
+ "installdate": "1604909937",
2585
+ "release": "2.fc31",
2586
+ "version": "1.9.1"
2587
+ },
2588
+ "libpipeline": {
2589
+ "arch": "x86_64",
2590
+ "epoch": "0",
2591
+ "installdate": "1604909920",
2592
+ "release": "3.fc31",
2593
+ "version": "1.5.1"
2594
+ },
2595
+ "libpng": {
2596
+ "arch": "x86_64",
2597
+ "epoch": "2",
2598
+ "installdate": "1604909911",
2599
+ "release": "2.fc31",
2600
+ "version": "1.6.37"
2601
+ },
2602
+ "libproxy": {
2603
+ "arch": "x86_64",
2604
+ "epoch": "0",
2605
+ "installdate": "1604909914",
2606
+ "release": "15.fc31",
2607
+ "version": "0.4.15"
2608
+ },
2609
+ "libpsl": {
2610
+ "arch": "x86_64",
2611
+ "epoch": "0",
2612
+ "installdate": "1604909911",
2613
+ "release": "2.fc31",
2614
+ "version": "0.21.0"
2615
+ },
2616
+ "libpwquality": {
2617
+ "arch": "x86_64",
2618
+ "epoch": "0",
2619
+ "installdate": "1604909926",
2620
+ "release": "1.fc31",
2621
+ "version": "1.4.2"
2622
+ },
2623
+ "libref_array": {
2624
+ "arch": "x86_64",
2625
+ "epoch": "0",
2626
+ "installdate": "1604909912",
2627
+ "release": "43.fc31",
2628
+ "version": "0.1.5"
2629
+ },
2630
+ "librepo": {
2631
+ "arch": "x86_64",
2632
+ "epoch": "0",
2633
+ "installdate": "1604909941",
2634
+ "release": "1.fc31",
2635
+ "version": "1.12.1"
2636
+ },
2637
+ "libreport-filesystem": {
2638
+ "arch": "noarch",
2639
+ "epoch": "0",
2640
+ "installdate": "1604909907",
2641
+ "release": "3.fc31",
2642
+ "version": "2.13.1"
2643
+ },
2644
+ "libseccomp": {
2645
+ "arch": "x86_64",
2646
+ "epoch": "0",
2647
+ "installdate": "1604909912",
2648
+ "release": "3.fc31",
2649
+ "version": "2.5.0"
2650
+ },
2651
+ "libsecret": {
2652
+ "arch": "x86_64",
2653
+ "epoch": "0",
2654
+ "installdate": "1604909941",
2655
+ "release": "1.fc31",
2656
+ "version": "0.19.1"
2657
+ },
2658
+ "libselinux": {
2659
+ "arch": "x86_64",
2660
+ "epoch": "0",
2661
+ "installdate": "1604909909",
2662
+ "release": "6.fc31",
2663
+ "version": "2.9"
2664
+ },
2665
+ "libselinux-utils": {
2666
+ "arch": "x86_64",
2667
+ "epoch": "0",
2668
+ "installdate": "1604909914",
2669
+ "release": "6.fc31",
2670
+ "version": "2.9"
2671
+ },
2672
+ "libsemanage": {
2673
+ "arch": "x86_64",
2674
+ "epoch": "0",
2675
+ "installdate": "1604909911",
2676
+ "release": "3.fc31",
2677
+ "version": "2.9"
2678
+ },
2679
+ "libsepol": {
2680
+ "arch": "x86_64",
2681
+ "epoch": "0",
2682
+ "installdate": "1604909910",
2683
+ "release": "2.fc31",
2684
+ "version": "2.9"
2685
+ },
2686
+ "libsigsegv": {
2687
+ "arch": "x86_64",
2688
+ "epoch": "0",
2689
+ "installdate": "1604909920",
2690
+ "release": "8.fc31",
2691
+ "version": "2.11"
2692
+ },
2693
+ "libsmartcols": {
2694
+ "arch": "x86_64",
2695
+ "epoch": "0",
2696
+ "installdate": "1604909912",
2697
+ "release": "4.fc31",
2698
+ "version": "2.34"
2699
+ },
2700
+ "libsolv": {
2701
+ "arch": "x86_64",
2702
+ "epoch": "0",
2703
+ "installdate": "1604909933",
2704
+ "release": "1.fc31",
2705
+ "version": "0.7.14"
2706
+ },
2707
+ "libsoup": {
2708
+ "arch": "x86_64",
2709
+ "epoch": "0",
2710
+ "installdate": "1604909940",
2711
+ "release": "1.fc31",
2712
+ "version": "2.68.4"
2713
+ },
2714
+ "libss": {
2715
+ "arch": "x86_64",
2716
+ "epoch": "0",
2717
+ "installdate": "1604909914",
2718
+ "release": "1.fc31",
2719
+ "version": "1.45.5"
2720
+ },
2721
+ "libssh": {
2722
+ "arch": "x86_64",
2723
+ "epoch": "0",
2724
+ "installdate": "1604909928",
2725
+ "release": "3.fc31",
2726
+ "version": "0.9.4"
2727
+ },
2728
+ "libssh-config": {
2729
+ "arch": "noarch",
2730
+ "epoch": "0",
2731
+ "installdate": "1604909907",
2732
+ "release": "3.fc31",
2733
+ "version": "0.9.4"
2734
+ },
2735
+ "libsss_autofs": {
2736
+ "arch": "x86_64",
2737
+ "epoch": "0",
2738
+ "installdate": "1604909942",
2739
+ "release": "13.fc31",
2740
+ "version": "2.2.3"
2741
+ },
2742
+ "libsss_certmap": {
2743
+ "arch": "x86_64",
2744
+ "epoch": "0",
2745
+ "installdate": "1604909926",
2746
+ "release": "13.fc31",
2747
+ "version": "2.2.3"
2748
+ },
2749
+ "libsss_idmap": {
2750
+ "arch": "x86_64",
2751
+ "epoch": "0",
2752
+ "installdate": "1604909912",
2753
+ "release": "13.fc31",
2754
+ "version": "2.2.3"
2755
+ },
2756
+ "libsss_nss_idmap": {
2757
+ "arch": "x86_64",
2758
+ "epoch": "0",
2759
+ "installdate": "1604909942",
2760
+ "release": "13.fc31",
2761
+ "version": "2.2.3"
2762
+ },
2763
+ "libsss_sudo": {
2764
+ "arch": "x86_64",
2765
+ "epoch": "0",
2766
+ "installdate": "1604909942",
2767
+ "release": "13.fc31",
2768
+ "version": "2.2.3"
2769
+ },
2770
+ "libstdc++": {
2771
+ "arch": "x86_64",
2772
+ "epoch": "0",
2773
+ "installdate": "1604909911",
2774
+ "release": "2.fc31",
2775
+ "version": "9.3.1"
2776
+ },
2777
+ "libtalloc": {
2778
+ "arch": "x86_64",
2779
+ "epoch": "0",
2780
+ "installdate": "1604909911",
2781
+ "release": "1.fc31",
2782
+ "version": "2.3.0"
2783
+ },
2784
+ "libtasn1": {
2785
+ "arch": "x86_64",
2786
+ "epoch": "0",
2787
+ "installdate": "1604909912",
2788
+ "release": "2.fc31",
2789
+ "version": "4.14"
2790
+ },
2791
+ "libtdb": {
2792
+ "arch": "x86_64",
2793
+ "epoch": "0",
2794
+ "installdate": "1604909911",
2795
+ "release": "1.fc31",
2796
+ "version": "1.4.2"
2797
+ },
2798
+ "libtevent": {
2799
+ "arch": "x86_64",
2800
+ "epoch": "0",
2801
+ "installdate": "1604909911",
2802
+ "release": "1.fc31",
2803
+ "version": "0.10.1"
2804
+ },
2805
+ "libtextstyle": {
2806
+ "arch": "x86_64",
2807
+ "epoch": "0",
2808
+ "installdate": "1604909927",
2809
+ "release": "3.fc31",
2810
+ "version": "0.20.1"
2811
+ },
2812
+ "libthai": {
2813
+ "arch": "x86_64",
2814
+ "epoch": "0",
2815
+ "installdate": "1604909920",
2816
+ "release": "3.fc31",
2817
+ "version": "0.1.28"
2818
+ },
2819
+ "libtiff": {
2820
+ "arch": "x86_64",
2821
+ "epoch": "0",
2822
+ "installdate": "1604909919",
2823
+ "release": "8.fc31",
2824
+ "version": "4.0.10"
2825
+ },
2826
+ "libtirpc": {
2827
+ "arch": "x86_64",
2828
+ "epoch": "0",
2829
+ "installdate": "1604909920",
2830
+ "release": "1.rc4.fc31",
2831
+ "version": "1.2.6"
2832
+ },
2833
+ "libunistring": {
2834
+ "arch": "x86_64",
2835
+ "epoch": "0",
2836
+ "installdate": "1604909911",
2837
+ "release": "6.fc31",
2838
+ "version": "0.9.10"
2839
+ },
2840
+ "libusbx": {
2841
+ "arch": "x86_64",
2842
+ "epoch": "0",
2843
+ "installdate": "1604909926",
2844
+ "release": "4.fc31",
2845
+ "version": "1.0.22"
2846
+ },
2847
+ "libuser": {
2848
+ "arch": "x86_64",
2849
+ "epoch": "0",
2850
+ "installdate": "1604909933",
2851
+ "release": "21.fc31",
2852
+ "version": "0.62"
2853
+ },
2854
+ "libutempter": {
2855
+ "arch": "x86_64",
2856
+ "epoch": "0",
2857
+ "installdate": "1604909913",
2858
+ "release": "17.fc31",
2859
+ "version": "1.1.6"
2860
+ },
2861
+ "libuuid": {
2862
+ "arch": "x86_64",
2863
+ "epoch": "0",
2864
+ "installdate": "1604909910",
2865
+ "release": "4.fc31",
2866
+ "version": "2.34"
2867
+ },
2868
+ "libverto": {
2869
+ "arch": "x86_64",
2870
+ "epoch": "0",
2871
+ "installdate": "1604909920",
2872
+ "release": "8.fc31",
2873
+ "version": "0.3.0"
2874
+ },
2875
+ "libwayland-client": {
2876
+ "arch": "x86_64",
2877
+ "epoch": "0",
2878
+ "installdate": "1604909912",
2879
+ "release": "2.fc31",
2880
+ "version": "1.17.0"
2881
+ },
2882
+ "libwayland-cursor": {
2883
+ "arch": "x86_64",
2884
+ "epoch": "0",
2885
+ "installdate": "1604909912",
2886
+ "release": "2.fc31",
2887
+ "version": "1.17.0"
2888
+ },
2889
+ "libwayland-egl": {
2890
+ "arch": "x86_64",
2891
+ "epoch": "0",
2892
+ "installdate": "1604909920",
2893
+ "release": "2.fc31",
2894
+ "version": "1.17.0"
2895
+ },
2896
+ "libxcb": {
2897
+ "arch": "x86_64",
2898
+ "epoch": "0",
2899
+ "installdate": "1604909919",
2900
+ "release": "3.fc31",
2901
+ "version": "1.13.1"
2902
+ },
2903
+ "libxcrypt": {
2904
+ "arch": "x86_64",
2905
+ "epoch": "0",
2906
+ "installdate": "1604909910",
2907
+ "release": "1.fc31",
2908
+ "version": "4.4.17"
2909
+ },
2910
+ "libxcrypt-compat": {
2911
+ "arch": "x86_64",
2912
+ "epoch": "0",
2913
+ "installdate": "1604909912",
2914
+ "release": "1.fc31",
2915
+ "version": "4.4.17"
2916
+ },
2917
+ "libxkbcommon": {
2918
+ "arch": "x86_64",
2919
+ "epoch": "0",
2920
+ "installdate": "1604909912",
2921
+ "release": "3.fc31",
2922
+ "version": "0.9.1"
2923
+ },
2924
+ "libxml2": {
2925
+ "arch": "x86_64",
2926
+ "epoch": "0",
2927
+ "installdate": "1604909911",
2928
+ "release": "4.fc31",
2929
+ "version": "2.9.10"
2930
+ },
2931
+ "libyaml": {
2932
+ "arch": "x86_64",
2933
+ "epoch": "0",
2934
+ "installdate": "1604909912",
2935
+ "release": "2.fc31",
2936
+ "version": "0.2.2"
2937
+ },
2938
+ "libzstd": {
2939
+ "arch": "x86_64",
2940
+ "epoch": "0",
2941
+ "installdate": "1604909911",
2942
+ "release": "3.fc31",
2943
+ "version": "1.4.5"
2944
+ },
2945
+ "linux-atm-libs": {
2946
+ "arch": "x86_64",
2947
+ "epoch": "0",
2948
+ "installdate": "1604909920",
2949
+ "release": "25.fc31",
2950
+ "version": "2.5.1"
2951
+ },
2952
+ "linux-firmware-whence": {
2953
+ "arch": "noarch",
2954
+ "epoch": "0",
2955
+ "installdate": "1604909903",
2956
+ "release": "113.fc31",
2957
+ "version": "20201022"
2958
+ },
2959
+ "lmdb-libs": {
2960
+ "arch": "x86_64",
2961
+ "epoch": "0",
2962
+ "installdate": "1604909942",
2963
+ "release": "1.fc31",
2964
+ "version": "0.9.24"
2965
+ },
2966
+ "lua-libs": {
2967
+ "arch": "x86_64",
2968
+ "epoch": "0",
2969
+ "installdate": "1604909911",
2970
+ "release": "8.fc31",
2971
+ "version": "5.3.5"
2972
+ },
2973
+ "lz4-libs": {
2974
+ "arch": "x86_64",
2975
+ "epoch": "0",
2976
+ "installdate": "1604909911",
2977
+ "release": "1.fc31",
2978
+ "version": "1.9.1"
2979
+ },
2980
+ "man-db": {
2981
+ "arch": "x86_64",
2982
+ "epoch": "0",
2983
+ "installdate": "1604909952",
2984
+ "release": "6.fc31",
2985
+ "version": "2.8.4"
2986
+ },
2987
+ "mkpasswd": {
2988
+ "arch": "x86_64",
2989
+ "epoch": "0",
2990
+ "installdate": "1604909910",
2991
+ "release": "1.fc31",
2992
+ "version": "5.5.7"
2993
+ },
2994
+ "mpfr": {
2995
+ "arch": "x86_64",
2996
+ "epoch": "0",
2997
+ "installdate": "1604909913",
2998
+ "release": "5.fc31",
2999
+ "version": "3.1.6"
3000
+ },
3001
+ "mtools": {
3002
+ "arch": "x86_64",
3003
+ "epoch": "0",
3004
+ "installdate": "1604909919",
3005
+ "release": "1.fc31",
3006
+ "version": "4.0.24"
3007
+ },
3008
+ "ncurses": {
3009
+ "arch": "x86_64",
3010
+ "epoch": "0",
3011
+ "installdate": "1604909920",
3012
+ "release": "12.20190803.fc31",
3013
+ "version": "6.1"
3014
+ },
3015
+ "ncurses-base": {
3016
+ "arch": "noarch",
3017
+ "epoch": "0",
3018
+ "installdate": "1604909909",
3019
+ "release": "12.20190803.fc31",
3020
+ "version": "6.1"
3021
+ },
3022
+ "ncurses-libs": {
3023
+ "arch": "x86_64",
3024
+ "epoch": "0",
3025
+ "installdate": "1604909909",
3026
+ "release": "12.20190803.fc31",
3027
+ "version": "6.1"
3028
+ },
3029
+ "net-tools": {
3030
+ "arch": "x86_64",
3031
+ "epoch": "0",
3032
+ "installdate": "1604909939",
3033
+ "release": "0.56.20160912git.fc31",
3034
+ "version": "2.0"
3035
+ },
3036
+ "nettle": {
3037
+ "arch": "x86_64",
3038
+ "epoch": "0",
3039
+ "installdate": "1604909912",
3040
+ "release": "3.fc31",
3041
+ "version": "3.5.1"
3042
+ },
3043
+ "npth": {
3044
+ "arch": "x86_64",
3045
+ "epoch": "0",
3046
+ "installdate": "1604909933",
3047
+ "release": "3.fc31",
3048
+ "version": "1.6"
3049
+ },
3050
+ "openldap": {
3051
+ "arch": "x86_64",
3052
+ "epoch": "0",
3053
+ "installdate": "1604909933",
3054
+ "release": "3.fc31",
3055
+ "version": "2.4.47"
3056
+ },
3057
+ "openssh": {
3058
+ "arch": "x86_64",
3059
+ "epoch": "0",
3060
+ "installdate": "1604909929",
3061
+ "release": "1.fc31",
3062
+ "version": "8.1p1"
3063
+ },
3064
+ "openssh-clients": {
3065
+ "arch": "x86_64",
3066
+ "epoch": "0",
3067
+ "installdate": "1604909929",
3068
+ "release": "1.fc31",
3069
+ "version": "8.1p1"
3070
+ },
3071
+ "openssh-server": {
3072
+ "arch": "x86_64",
3073
+ "epoch": "0",
3074
+ "installdate": "1604909951",
3075
+ "release": "1.fc31",
3076
+ "version": "8.1p1"
3077
+ },
3078
+ "openssl": {
3079
+ "arch": "x86_64",
3080
+ "epoch": "1",
3081
+ "installdate": "1604909929",
3082
+ "release": "1.fc31",
3083
+ "version": "1.1.1g"
3084
+ },
3085
+ "openssl-libs": {
3086
+ "arch": "x86_64",
3087
+ "epoch": "1",
3088
+ "installdate": "1604909923",
3089
+ "release": "1.fc31",
3090
+ "version": "1.1.1g"
3091
+ },
3092
+ "openssl-pkcs11": {
3093
+ "arch": "x86_64",
3094
+ "epoch": "0",
3095
+ "installdate": "1604909920",
3096
+ "release": "6.fc31",
3097
+ "version": "0.4.10"
3098
+ },
3099
+ "os-prober": {
3100
+ "arch": "x86_64",
3101
+ "epoch": "0",
3102
+ "installdate": "1604909945",
3103
+ "release": "3.fc31",
3104
+ "version": "1.77"
3105
+ },
3106
+ "p11-kit": {
3107
+ "arch": "x86_64",
3108
+ "epoch": "0",
3109
+ "installdate": "1604909911",
3110
+ "release": "2.fc31",
3111
+ "version": "0.23.21"
3112
+ },
3113
+ "p11-kit-trust": {
3114
+ "arch": "x86_64",
3115
+ "epoch": "0",
3116
+ "installdate": "1604909912",
3117
+ "release": "2.fc31",
3118
+ "version": "0.23.21"
3119
+ },
3120
+ "pam": {
3121
+ "arch": "x86_64",
3122
+ "epoch": "0",
3123
+ "installdate": "1604909927",
3124
+ "release": "25.fc31",
3125
+ "version": "1.3.1"
3126
+ },
3127
+ "pango": {
3128
+ "arch": "x86_64",
3129
+ "epoch": "0",
3130
+ "installdate": "1604909928",
3131
+ "release": "1.fc31",
3132
+ "version": "1.44.7"
3133
+ },
3134
+ "parted": {
3135
+ "arch": "x86_64",
3136
+ "epoch": "0",
3137
+ "installdate": "1604909951",
3138
+ "release": "1.fc31",
3139
+ "version": "3.2.153"
3140
+ },
3141
+ "passwd": {
3142
+ "arch": "x86_64",
3143
+ "epoch": "0",
3144
+ "installdate": "1604909951",
3145
+ "release": "7.fc31",
3146
+ "version": "0.80"
3147
+ },
3148
+ "pcre": {
3149
+ "arch": "x86_64",
3150
+ "epoch": "0",
3151
+ "installdate": "1604909911",
3152
+ "release": "2.fc31",
3153
+ "version": "8.44"
3154
+ },
3155
+ "pcre2": {
3156
+ "arch": "x86_64",
3157
+ "epoch": "0",
3158
+ "installdate": "1604909909",
3159
+ "release": "7.fc31",
3160
+ "version": "10.35"
3161
+ },
3162
+ "pcre2-syntax": {
3163
+ "arch": "noarch",
3164
+ "epoch": "0",
3165
+ "installdate": "1604909903",
3166
+ "release": "7.fc31",
3167
+ "version": "10.35"
3168
+ },
3169
+ "pigz": {
3170
+ "arch": "x86_64",
3171
+ "epoch": "0",
3172
+ "installdate": "1604909914",
3173
+ "release": "5.fc31",
3174
+ "version": "2.4"
3175
+ },
3176
+ "pinentry": {
3177
+ "arch": "x86_64",
3178
+ "epoch": "0",
3179
+ "installdate": "1604909941",
3180
+ "release": "6.fc31",
3181
+ "version": "1.1.0"
3182
+ },
3183
+ "pixman": {
3184
+ "arch": "x86_64",
3185
+ "epoch": "0",
3186
+ "installdate": "1604909912",
3187
+ "release": "1.fc31",
3188
+ "version": "0.38.4"
3189
+ },
3190
+ "policycoreutils": {
3191
+ "arch": "x86_64",
3192
+ "epoch": "0",
3193
+ "installdate": "1604909933",
3194
+ "release": "5.fc31",
3195
+ "version": "2.9"
3196
+ },
3197
+ "polkit-libs": {
3198
+ "arch": "x86_64",
3199
+ "epoch": "0",
3200
+ "installdate": "1604909927",
3201
+ "release": "4.fc31.1",
3202
+ "version": "0.116"
3203
+ },
3204
+ "popt": {
3205
+ "arch": "x86_64",
3206
+ "epoch": "0",
3207
+ "installdate": "1604909910",
3208
+ "release": "18.fc31",
3209
+ "version": "1.16"
3210
+ },
3211
+ "procps-ng": {
3212
+ "arch": "x86_64",
3213
+ "epoch": "0",
3214
+ "installdate": "1604909926",
3215
+ "release": "6.fc31",
3216
+ "version": "3.3.15"
3217
+ },
3218
+ "psmisc": {
3219
+ "arch": "x86_64",
3220
+ "epoch": "0",
3221
+ "installdate": "1604909912",
3222
+ "release": "2.fc31",
3223
+ "version": "23.3"
3224
+ },
3225
+ "publicsuffix-list-dafsa": {
3226
+ "arch": "noarch",
3227
+ "epoch": "0",
3228
+ "installdate": "1604909909",
3229
+ "release": "2.fc31",
3230
+ "version": "20190417"
3231
+ },
3232
+ "python-pip-wheel": {
3233
+ "arch": "noarch",
3234
+ "epoch": "0",
3235
+ "installdate": "1604909920",
3236
+ "release": "8.fc31",
3237
+ "version": "19.1.1"
3238
+ },
3239
+ "python-setuptools-wheel": {
3240
+ "arch": "noarch",
3241
+ "epoch": "0",
3242
+ "installdate": "1604909903",
3243
+ "release": "1.fc31",
3244
+ "version": "41.6.0"
3245
+ },
3246
+ "python-unversioned-command": {
3247
+ "arch": "noarch",
3248
+ "epoch": "0",
3249
+ "installdate": "1604909920",
3250
+ "release": "1.fc31",
3251
+ "version": "3.7.9"
3252
+ },
3253
+ "python3": {
3254
+ "arch": "x86_64",
3255
+ "epoch": "0",
3256
+ "installdate": "1604909923",
3257
+ "release": "1.fc31",
3258
+ "version": "3.7.9"
3259
+ },
3260
+ "python3-asn1crypto": {
3261
+ "arch": "noarch",
3262
+ "epoch": "0",
3263
+ "installdate": "1604909929",
3264
+ "release": "7.fc31",
3265
+ "version": "0.24.0"
3266
+ },
3267
+ "python3-attrs": {
3268
+ "arch": "noarch",
3269
+ "epoch": "0",
3270
+ "installdate": "1604909929",
3271
+ "release": "2.fc31",
3272
+ "version": "19.1.0"
3273
+ },
3274
+ "python3-audit": {
3275
+ "arch": "x86_64",
3276
+ "epoch": "0",
3277
+ "installdate": "1604909933",
3278
+ "release": "0.15.20191104git1c2f876.fc31",
3279
+ "version": "3.0"
3280
+ },
3281
+ "python3-babel": {
3282
+ "arch": "noarch",
3283
+ "epoch": "0",
3284
+ "installdate": "1604909932",
3285
+ "release": "2.fc31",
3286
+ "version": "2.7.0"
3287
+ },
3288
+ "python3-boto": {
3289
+ "arch": "noarch",
3290
+ "epoch": "0",
3291
+ "installdate": "1604909931",
3292
+ "release": "1.fc31",
3293
+ "version": "2.49.0"
3294
+ },
3295
+ "python3-cffi": {
3296
+ "arch": "x86_64",
3297
+ "epoch": "0",
3298
+ "installdate": "1604909930",
3299
+ "release": "1.fc31",
3300
+ "version": "1.12.3"
3301
+ },
3302
+ "python3-chardet": {
3303
+ "arch": "noarch",
3304
+ "epoch": "0",
3305
+ "installdate": "1604909929",
3306
+ "release": "10.fc31",
3307
+ "version": "3.0.4"
3308
+ },
3309
+ "python3-configobj": {
3310
+ "arch": "noarch",
3311
+ "epoch": "0",
3312
+ "installdate": "1604909928",
3313
+ "release": "16.fc31",
3314
+ "version": "5.0.6"
3315
+ },
3316
+ "python3-cryptography": {
3317
+ "arch": "x86_64",
3318
+ "epoch": "0",
3319
+ "installdate": "1604909930",
3320
+ "release": "3.fc31",
3321
+ "version": "2.6.1"
3322
+ },
3323
+ "python3-dateutil": {
3324
+ "arch": "noarch",
3325
+ "epoch": "1",
3326
+ "installdate": "1604909928",
3327
+ "release": "3.fc31",
3328
+ "version": "2.8.0"
3329
+ },
3330
+ "python3-dbus": {
3331
+ "arch": "x86_64",
3332
+ "epoch": "0",
3333
+ "installdate": "1604909926",
3334
+ "release": "6.fc31",
3335
+ "version": "1.2.8"
3336
+ },
3337
+ "python3-distro": {
3338
+ "arch": "noarch",
3339
+ "epoch": "0",
3340
+ "installdate": "1604909926",
3341
+ "release": "2.fc31",
3342
+ "version": "1.4.0"
3343
+ },
3344
+ "python3-dnf": {
3345
+ "arch": "noarch",
3346
+ "epoch": "0",
3347
+ "installdate": "1604909941",
3348
+ "release": "1.fc31",
3349
+ "version": "4.2.23"
3350
+ },
3351
+ "python3-dnf-plugins-core": {
3352
+ "arch": "noarch",
3353
+ "epoch": "0",
3354
+ "installdate": "1604909942",
3355
+ "release": "1.fc31",
3356
+ "version": "4.0.16"
3357
+ },
3358
+ "python3-gpg": {
3359
+ "arch": "x86_64",
3360
+ "epoch": "0",
3361
+ "installdate": "1604909941",
3362
+ "release": "7.fc31",
3363
+ "version": "1.13.1"
3364
+ },
3365
+ "python3-hawkey": {
3366
+ "arch": "x86_64",
3367
+ "epoch": "0",
3368
+ "installdate": "1604909941",
3369
+ "release": "1.fc31",
3370
+ "version": "0.48.0"
3371
+ },
3372
+ "python3-idna": {
3373
+ "arch": "noarch",
3374
+ "epoch": "0",
3375
+ "installdate": "1604909926",
3376
+ "release": "2.fc31",
3377
+ "version": "2.8"
3378
+ },
3379
+ "python3-importlib-metadata": {
3380
+ "arch": "noarch",
3381
+ "epoch": "0",
3382
+ "installdate": "1604909933",
3383
+ "release": "1.fc31",
3384
+ "version": "0.23"
3385
+ },
3386
+ "python3-jinja2": {
3387
+ "arch": "noarch",
3388
+ "epoch": "0",
3389
+ "installdate": "1604909932",
3390
+ "release": "2.fc31",
3391
+ "version": "2.10.1"
3392
+ },
3393
+ "python3-jsonpatch": {
3394
+ "arch": "noarch",
3395
+ "epoch": "0",
3396
+ "installdate": "1604909930",
3397
+ "release": "8.fc31",
3398
+ "version": "1.21"
3399
+ },
3400
+ "python3-jsonpointer": {
3401
+ "arch": "noarch",
3402
+ "epoch": "0",
3403
+ "installdate": "1604909930",
3404
+ "release": "16.fc31",
3405
+ "version": "1.10"
3406
+ },
3407
+ "python3-jsonschema": {
3408
+ "arch": "noarch",
3409
+ "epoch": "0",
3410
+ "installdate": "1604909933",
3411
+ "release": "1.fc31",
3412
+ "version": "3.2.0"
3413
+ },
3414
+ "python3-jwt": {
3415
+ "arch": "noarch",
3416
+ "epoch": "0",
3417
+ "installdate": "1604909930",
3418
+ "release": "3.fc31",
3419
+ "version": "1.7.1"
3420
+ },
3421
+ "python3-libcomps": {
3422
+ "arch": "x86_64",
3423
+ "epoch": "0",
3424
+ "installdate": "1604909933",
3425
+ "release": "1.fc31",
3426
+ "version": "0.1.15"
3427
+ },
3428
+ "python3-libdnf": {
3429
+ "arch": "x86_64",
3430
+ "epoch": "0",
3431
+ "installdate": "1604909941",
3432
+ "release": "1.fc31",
3433
+ "version": "0.48.0"
3434
+ },
3435
+ "python3-libs": {
3436
+ "arch": "x86_64",
3437
+ "epoch": "0",
3438
+ "installdate": "1604909923",
3439
+ "release": "1.fc31",
3440
+ "version": "3.7.9"
3441
+ },
3442
+ "python3-libselinux": {
3443
+ "arch": "x86_64",
3444
+ "epoch": "0",
3445
+ "installdate": "1604909925",
3446
+ "release": "6.fc31",
3447
+ "version": "2.9"
3448
+ },
3449
+ "python3-libsemanage": {
3450
+ "arch": "x86_64",
3451
+ "epoch": "0",
3452
+ "installdate": "1604909927",
3453
+ "release": "3.fc31",
3454
+ "version": "2.9"
3455
+ },
3456
+ "python3-markupsafe": {
3457
+ "arch": "x86_64",
3458
+ "epoch": "0",
3459
+ "installdate": "1604909930",
3460
+ "release": "2.fc31",
3461
+ "version": "1.1.1"
3462
+ },
3463
+ "python3-oauthlib": {
3464
+ "arch": "noarch",
3465
+ "epoch": "0",
3466
+ "installdate": "1604909930",
3467
+ "release": "2.fc31",
3468
+ "version": "3.0.2"
3469
+ },
3470
+ "python3-pbr": {
3471
+ "arch": "noarch",
3472
+ "epoch": "0",
3473
+ "installdate": "1604909937",
3474
+ "release": "4.fc31",
3475
+ "version": "5.1.2"
3476
+ },
3477
+ "python3-pip": {
3478
+ "arch": "noarch",
3479
+ "epoch": "0",
3480
+ "installdate": "1604909921",
3481
+ "release": "8.fc31",
3482
+ "version": "19.1.1"
3483
+ },
3484
+ "python3-ply": {
3485
+ "arch": "noarch",
3486
+ "epoch": "0",
3487
+ "installdate": "1604909930",
3488
+ "release": "3.fc31",
3489
+ "version": "3.11"
3490
+ },
3491
+ "python3-policycoreutils": {
3492
+ "arch": "noarch",
3493
+ "epoch": "0",
3494
+ "installdate": "1604909934",
3495
+ "release": "5.fc31",
3496
+ "version": "2.9"
3497
+ },
3498
+ "python3-prettytable": {
3499
+ "arch": "noarch",
3500
+ "epoch": "0",
3501
+ "installdate": "1604909930",
3502
+ "release": "18.fc31",
3503
+ "version": "0.7.2"
3504
+ },
3505
+ "python3-psutil": {
3506
+ "arch": "x86_64",
3507
+ "epoch": "0",
3508
+ "installdate": "1604909933",
3509
+ "release": "1.fc31",
3510
+ "version": "5.6.7"
3511
+ },
3512
+ "python3-pyasn1": {
3513
+ "arch": "noarch",
3514
+ "epoch": "0",
3515
+ "installdate": "1604909930",
3516
+ "release": "5.fc31",
3517
+ "version": "0.4.4"
3518
+ },
3519
+ "python3-pycparser": {
3520
+ "arch": "noarch",
3521
+ "epoch": "0",
3522
+ "installdate": "1604909930",
3523
+ "release": "20.fc31",
3524
+ "version": "2.14"
3525
+ },
3526
+ "python3-pyrsistent": {
3527
+ "arch": "x86_64",
3528
+ "epoch": "0",
3529
+ "installdate": "1604909928",
3530
+ "release": "1.fc31",
3531
+ "version": "0.16.0"
3532
+ },
3533
+ "python3-pyserial": {
3534
+ "arch": "noarch",
3535
+ "epoch": "0",
3536
+ "installdate": "1604909930",
3537
+ "release": "3.fc31",
3538
+ "version": "3.4"
3539
+ },
3540
+ "python3-pysocks": {
3541
+ "arch": "noarch",
3542
+ "epoch": "0",
3543
+ "installdate": "1604909930",
3544
+ "release": "2.fc31",
3545
+ "version": "1.7.0"
3546
+ },
3547
+ "python3-pytz": {
3548
+ "arch": "noarch",
3549
+ "epoch": "0",
3550
+ "installdate": "1604909931",
3551
+ "release": "1.fc31",
3552
+ "version": "2019.2"
3553
+ },
3554
+ "python3-pyyaml": {
3555
+ "arch": "x86_64",
3556
+ "epoch": "0",
3557
+ "installdate": "1604909933",
3558
+ "release": "1.fc31",
3559
+ "version": "5.3.1"
3560
+ },
3561
+ "python3-requests": {
3562
+ "arch": "noarch",
3563
+ "epoch": "0",
3564
+ "installdate": "1604909931",
3565
+ "release": "3.fc31",
3566
+ "version": "2.22.0"
3567
+ },
3568
+ "python3-rpm": {
3569
+ "arch": "x86_64",
3570
+ "epoch": "0",
3571
+ "installdate": "1604909941",
3572
+ "release": "2.fc31",
3573
+ "version": "4.15.1"
3574
+ },
3575
+ "python3-rsa": {
3576
+ "arch": "noarch",
3577
+ "epoch": "0",
3578
+ "installdate": "1604909930",
3579
+ "release": "15.fc31",
3580
+ "version": "3.4.2"
3581
+ },
3582
+ "python3-setools": {
3583
+ "arch": "x86_64",
3584
+ "epoch": "0",
3585
+ "installdate": "1604909928",
3586
+ "release": "2.fc31",
3587
+ "version": "4.2.2"
3588
+ },
3589
+ "python3-setuptools": {
3590
+ "arch": "noarch",
3591
+ "epoch": "0",
3592
+ "installdate": "1604909921",
3593
+ "release": "1.fc31",
3594
+ "version": "41.6.0"
3595
+ },
3596
+ "python3-six": {
3597
+ "arch": "noarch",
3598
+ "epoch": "0",
3599
+ "installdate": "1604909924",
3600
+ "release": "2.fc31",
3601
+ "version": "1.12.0"
3602
+ },
3603
+ "python3-unbound": {
3604
+ "arch": "x86_64",
3605
+ "epoch": "0",
3606
+ "installdate": "1604909926",
3607
+ "release": "1.fc31",
3608
+ "version": "1.10.1"
3609
+ },
3610
+ "python3-urllib3": {
3611
+ "arch": "noarch",
3612
+ "epoch": "0",
3613
+ "installdate": "1604909931",
3614
+ "release": "1.fc31",
3615
+ "version": "1.25.7"
3616
+ },
3617
+ "python3-zipp": {
3618
+ "arch": "noarch",
3619
+ "epoch": "0",
3620
+ "installdate": "1604909933",
3621
+ "release": "2.fc31",
3622
+ "version": "0.5.1"
3623
+ },
3624
+ "qrencode-libs": {
3625
+ "arch": "x86_64",
3626
+ "epoch": "0",
3627
+ "installdate": "1604909933",
3628
+ "release": "4.fc31",
3629
+ "version": "4.0.2"
3630
+ },
3631
+ "readline": {
3632
+ "arch": "x86_64",
3633
+ "epoch": "0",
3634
+ "installdate": "1604909911",
3635
+ "release": "3.fc31",
3636
+ "version": "8.0"
3637
+ },
3638
+ "rest": {
3639
+ "arch": "x86_64",
3640
+ "epoch": "0",
3641
+ "installdate": "1604909940",
3642
+ "release": "6.fc31",
3643
+ "version": "0.8.1"
3644
+ },
3645
+ "rootfiles": {
3646
+ "arch": "noarch",
3647
+ "epoch": "0",
3648
+ "installdate": "1604909952",
3649
+ "release": "25.fc31",
3650
+ "version": "8.1"
3651
+ },
3652
+ "rpm": {
3653
+ "arch": "x86_64",
3654
+ "epoch": "0",
3655
+ "installdate": "1604909933",
3656
+ "release": "2.fc31",
3657
+ "version": "4.15.1"
3658
+ },
3659
+ "rpm-build-libs": {
3660
+ "arch": "x86_64",
3661
+ "epoch": "0",
3662
+ "installdate": "1604909941",
3663
+ "release": "2.fc31",
3664
+ "version": "4.15.1"
3665
+ },
3666
+ "rpm-libs": {
3667
+ "arch": "x86_64",
3668
+ "epoch": "0",
3669
+ "installdate": "1604909933",
3670
+ "release": "2.fc31",
3671
+ "version": "4.15.1"
3672
+ },
3673
+ "rpm-plugin-selinux": {
3674
+ "arch": "x86_64",
3675
+ "epoch": "0",
3676
+ "installdate": "1604909934",
3677
+ "release": "2.fc31",
3678
+ "version": "4.15.1"
3679
+ },
3680
+ "rpm-plugin-systemd-inhibit": {
3681
+ "arch": "x86_64",
3682
+ "epoch": "0",
3683
+ "installdate": "1604909937",
3684
+ "release": "2.fc31",
3685
+ "version": "4.15.1"
3686
+ },
3687
+ "rpm-sign-libs": {
3688
+ "arch": "x86_64",
3689
+ "epoch": "0",
3690
+ "installdate": "1604909941",
3691
+ "release": "2.fc31",
3692
+ "version": "4.15.1"
3693
+ },
3694
+ "rsync": {
3695
+ "arch": "x86_64",
3696
+ "epoch": "0",
3697
+ "installdate": "1604909952",
3698
+ "release": "1.fc31",
3699
+ "version": "3.2.3"
3700
+ },
3701
+ "sed": {
3702
+ "arch": "x86_64",
3703
+ "epoch": "0",
3704
+ "installdate": "1604909912",
3705
+ "release": "4.fc31",
3706
+ "version": "4.5"
3707
+ },
3708
+ "selinux-policy": {
3709
+ "arch": "noarch",
3710
+ "epoch": "0",
3711
+ "installdate": "1604909934",
3712
+ "release": "55.fc31",
3713
+ "version": "3.14.4"
3714
+ },
3715
+ "selinux-policy-targeted": {
3716
+ "arch": "noarch",
3717
+ "epoch": "0",
3718
+ "installdate": "1604909936",
3719
+ "release": "55.fc31",
3720
+ "version": "3.14.4"
3721
+ },
3722
+ "setup": {
3723
+ "arch": "noarch",
3724
+ "epoch": "0",
3725
+ "installdate": "1604909908",
3726
+ "release": "1.fc31",
3727
+ "version": "2.13.6"
3728
+ },
3729
+ "shadow-utils": {
3730
+ "arch": "x86_64",
3731
+ "epoch": "2",
3732
+ "installdate": "1604909912",
3733
+ "release": "18.fc31",
3734
+ "version": "4.6"
3735
+ },
3736
+ "shared-mime-info": {
3737
+ "arch": "x86_64",
3738
+ "epoch": "0",
3739
+ "installdate": "1604909925",
3740
+ "release": "1.fc31",
3741
+ "version": "1.15"
3742
+ },
3743
+ "sqlite-libs": {
3744
+ "arch": "x86_64",
3745
+ "epoch": "0",
3746
+ "installdate": "1604909911",
3747
+ "release": "1.fc31",
3748
+ "version": "3.30.0"
3749
+ },
3750
+ "sssd-client": {
3751
+ "arch": "x86_64",
3752
+ "epoch": "0",
3753
+ "installdate": "1604909942",
3754
+ "release": "13.fc31",
3755
+ "version": "2.2.3"
3756
+ },
3757
+ "sssd-common": {
3758
+ "arch": "x86_64",
3759
+ "epoch": "0",
3760
+ "installdate": "1604909942",
3761
+ "release": "13.fc31",
3762
+ "version": "2.2.3"
3763
+ },
3764
+ "sssd-kcm": {
3765
+ "arch": "x86_64",
3766
+ "epoch": "0",
3767
+ "installdate": "1604909949",
3768
+ "release": "13.fc31",
3769
+ "version": "2.2.3"
3770
+ },
3771
+ "sssd-nfs-idmap": {
3772
+ "arch": "x86_64",
3773
+ "epoch": "0",
3774
+ "installdate": "1604909933",
3775
+ "release": "13.fc31",
3776
+ "version": "2.2.3"
3777
+ },
3778
+ "sudo": {
3779
+ "arch": "x86_64",
3780
+ "epoch": "0",
3781
+ "installdate": "1604909951",
3782
+ "release": "1.fc31",
3783
+ "version": "1.9.2"
3784
+ },
3785
+ "syslinux": {
3786
+ "arch": "x86_64",
3787
+ "epoch": "0",
3788
+ "installdate": "1604909919",
3789
+ "release": "0.12.fc31",
3790
+ "version": "6.04"
3791
+ },
3792
+ "syslinux-extlinux": {
3793
+ "arch": "x86_64",
3794
+ "epoch": "0",
3795
+ "installdate": "1604909952",
3796
+ "release": "0.12.fc31",
3797
+ "version": "6.04"
3798
+ },
3799
+ "syslinux-extlinux-nonlinux": {
3800
+ "arch": "noarch",
3801
+ "epoch": "0",
3802
+ "installdate": "1604909919",
3803
+ "release": "0.12.fc31",
3804
+ "version": "6.04"
3805
+ },
3806
+ "syslinux-nonlinux": {
3807
+ "arch": "noarch",
3808
+ "epoch": "0",
3809
+ "installdate": "1604909919",
3810
+ "release": "0.12.fc31",
3811
+ "version": "6.04"
3812
+ },
3813
+ "systemd": {
3814
+ "arch": "x86_64",
3815
+ "epoch": "0",
3816
+ "installdate": "1604909938",
3817
+ "release": "1.fc31",
3818
+ "version": "243.9"
3819
+ },
3820
+ "systemd-bootchart": {
3821
+ "arch": "x86_64",
3822
+ "epoch": "0",
3823
+ "installdate": "1604909939",
3824
+ "release": "5.fc31",
3825
+ "version": "233"
3826
+ },
3827
+ "systemd-libs": {
3828
+ "arch": "x86_64",
3829
+ "epoch": "0",
3830
+ "installdate": "1604909924",
3831
+ "release": "1.fc31",
3832
+ "version": "243.9"
3833
+ },
3834
+ "systemd-pam": {
3835
+ "arch": "x86_64",
3836
+ "epoch": "0",
3837
+ "installdate": "1604909937",
3838
+ "release": "1.fc31",
3839
+ "version": "243.9"
3840
+ },
3841
+ "systemd-rpm-macros": {
3842
+ "arch": "noarch",
3843
+ "epoch": "0",
3844
+ "installdate": "1604909903",
3845
+ "release": "1.fc31",
3846
+ "version": "243.9"
3847
+ },
3848
+ "systemd-udev": {
3849
+ "arch": "x86_64",
3850
+ "epoch": "0",
3851
+ "installdate": "1604909944",
3852
+ "release": "1.fc31",
3853
+ "version": "243.9"
3854
+ },
3855
+ "tar": {
3856
+ "arch": "x86_64",
3857
+ "epoch": "2",
3858
+ "installdate": "1604909913",
3859
+ "release": "3.fc31",
3860
+ "version": "1.32"
3861
+ },
3862
+ "trousers": {
3863
+ "arch": "x86_64",
3864
+ "epoch": "0",
3865
+ "installdate": "1604909939",
3866
+ "release": "13.fc31",
3867
+ "version": "0.3.13"
3868
+ },
3869
+ "trousers-lib": {
3870
+ "arch": "x86_64",
3871
+ "epoch": "0",
3872
+ "installdate": "1604909929",
3873
+ "release": "13.fc31",
3874
+ "version": "0.3.13"
3875
+ },
3876
+ "tss2": {
3877
+ "arch": "x86_64",
3878
+ "epoch": "0",
3879
+ "installdate": "1604909929",
3880
+ "release": "2.fc31",
3881
+ "version": "1331"
3882
+ },
3883
+ "tzdata": {
3884
+ "arch": "noarch",
3885
+ "epoch": "0",
3886
+ "installdate": "1604909902",
3887
+ "release": "1.fc31",
3888
+ "version": "2020d"
3889
+ },
3890
+ "unbound-libs": {
3891
+ "arch": "x86_64",
3892
+ "epoch": "0",
3893
+ "installdate": "1604909926",
3894
+ "release": "1.fc31",
3895
+ "version": "1.10.1"
3896
+ },
3897
+ "util-linux": {
3898
+ "arch": "x86_64",
3899
+ "epoch": "0",
3900
+ "installdate": "1604909928",
3901
+ "release": "4.fc31",
3902
+ "version": "2.34"
3903
+ },
3904
+ "vim-minimal": {
3905
+ "arch": "x86_64",
3906
+ "epoch": "2",
3907
+ "installdate": "1604909913",
3908
+ "release": "1.fc31",
3909
+ "version": "8.2.1770"
3910
+ },
3911
+ "which": {
3912
+ "arch": "x86_64",
3913
+ "epoch": "0",
3914
+ "installdate": "1604909912",
3915
+ "release": "15.fc31",
3916
+ "version": "2.21"
3917
+ },
3918
+ "whois-nls": {
3919
+ "arch": "noarch",
3920
+ "epoch": "0",
3921
+ "installdate": "1604909903",
3922
+ "release": "1.fc31",
3923
+ "version": "5.5.7"
3924
+ },
3925
+ "xfsprogs": {
3926
+ "arch": "x86_64",
3927
+ "epoch": "0",
3928
+ "installdate": "1604909942",
3929
+ "release": "2.fc31",
3930
+ "version": "5.1.0"
3931
+ },
3932
+ "xkeyboard-config": {
3933
+ "arch": "noarch",
3934
+ "epoch": "0",
3935
+ "installdate": "1604909903",
3936
+ "release": "1.fc31",
3937
+ "version": "2.28"
3938
+ },
3939
+ "xz": {
3940
+ "arch": "x86_64",
3941
+ "epoch": "0",
3942
+ "installdate": "1604909913",
3943
+ "release": "1.fc31",
3944
+ "version": "5.2.5"
3945
+ },
3946
+ "xz-libs": {
3947
+ "arch": "x86_64",
3948
+ "epoch": "0",
3949
+ "installdate": "1604909910",
3950
+ "release": "1.fc31",
3951
+ "version": "5.2.5"
3952
+ },
3953
+ "yum": {
3954
+ "arch": "noarch",
3955
+ "epoch": "0",
3956
+ "installdate": "1604909950",
3957
+ "release": "1.fc31",
3958
+ "version": "4.2.23"
3959
+ },
3960
+ "zchunk-libs": {
3961
+ "arch": "x86_64",
3962
+ "epoch": "0",
3963
+ "installdate": "1604909926",
3964
+ "release": "1.fc31",
3965
+ "version": "1.1.5"
3966
+ },
3967
+ "zlib": {
3968
+ "arch": "x86_64",
3969
+ "epoch": "0",
3970
+ "installdate": "1604909910",
3971
+ "release": "20.fc31",
3972
+ "version": "1.2.11"
3973
+ }
3974
+ },
3975
+ "platform": "fedora",
3976
+ "platform_family": "fedora",
3977
+ "platform_version": "31",
3978
+ "root_group": "root",
3979
+ "shells": [
3980
+ "/bin/sh",
3981
+ "/bin/bash",
3982
+ "/usr/bin/sh",
3983
+ "/usr/bin/bash"
3984
+ ],
3985
+ "time": {
3986
+ "timezone": "GMT"
3987
+ },
3988
+ "uptime": "30 days 15 hours 07 minutes 30 seconds",
3989
+ "uptime_seconds": 2646450,
3990
+ "virtualization": {
3991
+ "systems": {
3992
+ }
3993
+ }
3994
+ }