fauxhai-ng 8.0.0 → 8.4.0

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