Fix broken it/ko translations (bz #1433800)
This commit is contained in:
parent
3afed40c5f
commit
7138537d97
7349
0001-Fix-broken-it-ko-translations-bz-1433800.patch
Normal file
7349
0001-Fix-broken-it-ko-translations-bz-1433800.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@
|
||||
|
||||
Name: virt-manager
|
||||
Version: 1.4.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?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 broken it/ko translations (bz #1433800)
|
||||
Patch0001: 0001-Fix-broken-it-ko-translations-bz-1433800.patch
|
||||
|
||||
|
||||
Requires: virt-manager-common = %{verrel}
|
||||
Requires: pygobject3
|
||||
@ -108,6 +111,9 @@ machine).
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Fix broken it/ko translations (bz #1433800)
|
||||
%patch0001 -p1
|
||||
|
||||
|
||||
%build
|
||||
%if %{qemu_user}
|
||||
@ -230,6 +236,9 @@ fi
|
||||
|
||||
|
||||
%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
|
||||
- Rebased to version 1.4.1
|
||||
- storage/nodedev event API support (Jovanka Gulicoska)
|
||||
|
Loading…
Reference in New Issue
Block a user