This file is indexed.

/usr/share/doc/yum-utils/README is in yum-utils 1.1.31-3.

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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
-- Introduction --

Yum-utils is a collection of utilities, plugins and examples related to
the yum package manager.  See http://wiki.linux.duke.edu/YumUtils for more
details.

If you encounter any problems using these utilities feel free to send 
an e-mail to the yum mailing list: 
http://lists.baseurl.org/mailman/listinfo/yum

If you have created an utility related to yum and you'd like to look
into getting it included into this set please e-mail the yum-devel 
mailing list:
http://lists.baseurl.org/mailman/listinfo/yum-devel


-- Description of the utilities --

package-cleanup: 
Check for unneeded packages and dependency problems in the system.

repoclosure:
Check for dependency problems in repositories.

repomanage:
Look up oldest or newest packages in a directory. Can be used for cleaning
up repositories for example.

repoquery:
Query packages and groups in repositories similarly to rpmquery.

repo-rss:
Generate RSS feed from repositories.

yum-builddep:
Install build dependencies of source RPMS.

yumdownloader:
Download packages (and optionally their dependencies) to arbitrary 
directories without installing them.

reposync:
poor-man's rsync for yum repositories. Uses the yum download mechanisms to
synchronize a remote repository to a local directory

repotrack:
allows you to track only certain packages and their dependencies from a
remote repository. Useful if you only want a few things out of another
repository.

-- Authors --

Various people have made a contribution to this collection:

- Gijs Hollestelle
Author of yumdownloader and package-cleanup 

- Seth Vidal
Maintainer of yum, author of repoclosure, repomanage and repo-rss

- Panu Matilainen 
Author of repoquery, yum-builddep

- Sean Dilda
Author of the update on boot init scripts

- Tim Lauridsen
Maintainer of yum-utils - fixer of a lot of misc utils.