Fix italian translation from breaking the app (bz #1350185)

This commit is contained in:
Cole Robinson 2016-06-29 09:04:45 -04:00
parent 8dce3ee165
commit 4862f4a5c1
2 changed files with 182494 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
Name: virt-manager
Version: 1.4.0
Release: 2%{?dist}
Release: 3%{?dist}
%global verrel %{version}-%{release}
Summary: Desktop tool for managing virtual machines via libvirt
@ -30,6 +30,9 @@ BuildArch: noarch
URL: http://virt-manager.org/
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
# Fix italian translation from breaking the app (bz #1350185)
Patch0001: 0001-Update-translations-and-fix-it.po-problems.patch
Requires: virt-manager-common = %{verrel}
Requires: pygobject3
@ -107,6 +110,9 @@ machine).
%prep
%setup -q
# Fix italian translation from breaking the app (bz #1350185)
%patch0001 -p1
%build
%if %{qemu_user}
@ -228,6 +234,9 @@ fi
%{_bindir}/virt-xml
%changelog
* Wed Jun 29 2016 Cole Robinson <crobinso@redhat.com> - 1.4.0-3
- Fix italian translation from breaking the app (bz #1350185)
* Sat Jun 18 2016 Cole Robinson <crobinso@redhat.com> - 1.4.0-2
- Fix executing virt-* scripts (bz #1347938)