Merge pull request #27327 from isbm/isbm-pkg-info-typofix

Fix a typo in the RPM output
This commit is contained in:
Erik Johnson 2015-09-23 09:27:42 -05:00
commit a3f4fa1106

View file

@ -470,7 +470,7 @@ def info(*packages):
value = _pkg_time_to_iso(value)
if key != 'description' and value:
pkg_data[key] = value
pkg_data['decription'] = os.linesep.join(descr)
pkg_data['description'] = os.linesep.join(descr)
if pkg_name:
ret[pkg_name] = pkg_data