This file is indexed.

/usr/share/doc/libosinfo-1.0-0/README is in libosinfo-1.0-0 1.0.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
libosinfo
=========

libosinfo is a GObject based library API for managing information about
operating systems, hypervisors and the (virtual) hardware devices they can
support. It includes a database containing device metadata and provides APIs
to match/identify optimal devices for deploying an operating system on a
hypervisor. Via the magic of GObject Introspection, the API is available in all
common programming languages with demos for javascript (GJS/Seed) and python
(PyGObject). Vala bindings are also provided.

libosinfo is Free Software and licenced under LGPLv2+.

The latest official releases can be found at:

    https://fedorahosted.org/releases/l/i/libosinfo/

Dependencies
============

- Required:
  - gobject-2.0
  - gio-2.0
  - libsoup-2.4
  - libxml-2.0
  - libxslt-1.0

- Optional:
  - gobject-introspection
  - Vala (build-time only)

Patch submissions
=================

Patch submissions are welcomed from any interested contributor. Please
use the libosinfo list for any patch submissions, or discussions about
the code:

    https://www.redhat.com/mailman/listinfo/libosinfo

For further information about libosinfo please consult the project
homepage

   https://libosinfo.org/

--End