| 3 |
- |
1 |
# This file allows you to create "groups" of package names, which are used by
|
|
|
2 |
# the version command.
|
|
|
3 |
|
|
|
4 |
[yum]
|
|
|
5 |
# These are the top level things to do with yum, we don't list Eg. libselinux
|
|
|
6 |
# even though that's require by rpm(-libs).
|
|
|
7 |
run_with_packages = true
|
|
|
8 |
pkglist = glibc, sqlite, libcurl, nss,
|
|
|
9 |
yum-metadata-parser,
|
|
|
10 |
rpm, rpm-libs, rpm-python,
|
|
|
11 |
python,
|
|
|
12 |
python-iniparse, python-urlgrabber, python-pycurl
|