cdist/cdist/conf/type/__package_yum
Alexander Dinu b3a4152e00 Fix __package_yum explorer
Why:

In case when name contains package name with exact version specified (e.g. rpm-build-4.11.3)
```
rpm -q --whatprovides "$pkg_name"
```

will tell you that no package could provide you with 'rpm-build-4.11.3',
because it's not virtual or file-provide, but exact package name.

This will lead to the installation of the package which was already installed.
It slows down manifest execution a lot.

My change will keep previous behaviour which relies on --whatprovides and
will fix wrong behaviour when argument is full package name with version.
2018-05-27 17:20:55 +02:00
..
explorer Fix __package_yum explorer 2018-05-27 17:20:55 +02:00
parameter add --url support for __package_yum 2014-05-20 07:43:11 +02:00
gencode-remote Fix __package_yum explorer 2018-05-27 17:20:55 +02:00
man.rst GPLv3+ relicensing. 2016-08-10 18:15:54 +02:00
nonparallel Fix parallel object prepare and run steps. Add nonparallel type marker. 2017-07-15 22:18:20 +02:00