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