]> git.pld-linux.org Git - packages/virt-manager.git/commitdiff
- upstream fixes, R: libosinfo (by code changes) auto/ti/virt-manager-1.0.1-2
authorMarcin Krol <hawk@tld-linux.org>
Thu, 12 Jun 2014 12:11:10 +0000 (12:11 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 12 Jun 2014 12:11:10 +0000 (12:11 +0000)
virt-manager.spec

index 389c17facf54f0012ca18cc50e19befc4f4c998a..09bc20a2994608ed2ce25cb64953388573d41c08 100644 (file)
@@ -2,12 +2,13 @@ Summary:      Virtual Machine Manager
 Summary(pl.UTF-8):     Zarządca maszyn wirtualnych
 Name:          virt-manager
 Version:       1.0.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v2+
 Group:         Applications/Emulators
 Source0:       https://fedorahosted.org/released/virt-manager/%{name}-%{version}.tar.gz
 # Source0-md5: 4741c0d93d69cef5f936b2ea2d8348c5
+Patch1:                virt-manager-git.patch
 URL:           http://virt-manager.org/
 BuildRequires: gettext-devel >= 0.14.1
 BuildRequires: glib2-devel
@@ -20,6 +21,7 @@ Requires(post,postun):        gtk-update-icon-cache
 Requires:      gtk+3 >= 3.0
 Requires:      gtk3-vnc >= 0.4.3
 Requires:      hicolor-icon-theme
+Requires:      libosinfo
 Requires:      libvirt-glib
 Requires:      python-dbus >= 0.84.0
 Requires:      python-gnome-desktop-librsvg >= 2.32.0
@@ -80,6 +82,7 @@ virt-clone (klonujący istniejącą maszynę wirtualną).
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %{__python} setup.py configure \
This page took 0.215249 seconds and 4 git commands to generate.