Fix typo in image names: s/vabrant/vagrant/

This commit is contained in:
Kevin Fenzi 2019-03-09 09:23:50 -08:00
parent 2721f1d57d
commit 1a7e32a806
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -Nur productmd-1.20.orig/productmd/images.py productmd-1.20/productmd/images.py
--- productmd-1.20.orig/productmd/images.py 2019-03-04 23:05:11.000000000 -0800
+++ productmd-1.20/productmd/images.py 2019-03-09 09:19:43.137799875 -0800
@@ -92,7 +92,7 @@
'rhevm-ova': ['rhevm.ova'],
'tar-gz': ['tar.gz'],
'vagrant-hyperv': ['vagrant-hyperv.box'],
- 'vagrant-libvirt': ['vabrant-libvirt.box'],
+ 'vagrant-libvirt': ['vagrant-libvirt.box'],
'vagrant-virtualbox': ['vagrant-virtualbox.box'],
'vagrant-vmware-fusion': ['vagrant-vmware-fusion.box'],
'vdi': ['vdi'],

View File

@ -9,12 +9,13 @@
Name: python-%{srcname}
Version: 1.20
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Library providing parsers for metadata related to OS installation
License: LGPLv2+
URL: https://github.com/release-engineering/productmd
Source0: https://files.pythonhosted.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.bz2
Patch0: productmd-1.20-typofix.patch
BuildArch: noarch
@ -57,6 +58,7 @@ Requires: python%{python3_pkgversion}-six
%prep
%setup -q -n %{srcname}-%{version}
%patch0 -p1
%build
%if 0%{?with_python2}
@ -102,6 +104,9 @@ Requires: python%{python3_pkgversion}-six
%endif
%changelog
* Sat Mar 09 2019 Kevin Fenzi <kevin@scrye.com> - 1.20-3
- Fix typo in image names: s/vabrant/vagrant/
* Thu Mar 07 2019 Lubomír Sedlář <lsedlar@redhat.com> - 1.20-2
- Disable python 2 subpackage on F>=31