Fix broken it/ko translations (bz #1433800)

This commit is contained in:
Cole Robinson 2017-03-22 10:45:48 -04:00
parent 3afed40c5f
commit 7138537d97
2 changed files with 7359 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
Name: virt-manager Name: virt-manager
Version: 1.4.1 Version: 1.4.1
Release: 1%{?dist} Release: 2%{?dist}
%global verrel %{version}-%{release} %global verrel %{version}-%{release}
Summary: Desktop tool for managing virtual machines via libvirt Summary: Desktop tool for managing virtual machines via libvirt
@ -30,6 +30,9 @@ BuildArch: noarch
URL: http://virt-manager.org/ URL: http://virt-manager.org/
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
# Fix broken it/ko translations (bz #1433800)
Patch0001: 0001-Fix-broken-it-ko-translations-bz-1433800.patch
Requires: virt-manager-common = %{verrel} Requires: virt-manager-common = %{verrel}
Requires: pygobject3 Requires: pygobject3
@ -108,6 +111,9 @@ machine).
%prep %prep
%setup -q %setup -q
# Fix broken it/ko translations (bz #1433800)
%patch0001 -p1
%build %build
%if %{qemu_user} %if %{qemu_user}
@ -230,6 +236,9 @@ fi
%changelog %changelog
* Wed Mar 22 2017 Cole Robinson <crobinso@redhat.com> - 1.4.1-2
- Fix broken it/ko translations (bz #1433800)
* Mon Mar 13 2017 Cole Robinson <crobinso@redhat.com> - 1.4.1-1 * Mon Mar 13 2017 Cole Robinson <crobinso@redhat.com> - 1.4.1-1
- Rebased to version 1.4.1 - Rebased to version 1.4.1
- storage/nodedev event API support (Jovanka Gulicoska) - storage/nodedev event API support (Jovanka Gulicoska)