From c24eba714504c47329f48f0d4b91fb1b852f71b4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 10 Sep 2008 10:17:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-manager?expand=0&rev=20 --- virt-manager.changes | 5 +++++ virt-manager.spec | 19 ++++++++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/virt-manager.changes b/virt-manager.changes index 67a22c6d..28f0f857 100644 --- a/virt-manager.changes +++ b/virt-manager.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 10 11:56:11 CEST 2008 - ro@suse.de + +- fix build + ------------------------------------------------------------------- Thu May 22 18:47:15 CEST 2008 - dpmerrill@novell.com diff --git a/virt-manager.spec b/virt-manager.spec index 581b3685..97dbe87a 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -2,9 +2,16 @@ # spec file for package virt-manager (Version 0.5.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -19,10 +26,10 @@ Name: virt-manager %define virtinst_rel 2 %define virtinst_name virtinst-%{virtinst_maj}.%{virtinst_min}.%{virtinst_rel} Version: 0.5.3 -Release: 18 +Release: 59 Summary: Virtual Machine Manager Group: System/Monitoring -License: GPL v2 or later +License: LGPL v2.1 or later Url: http://virt-manager.et.redhat.com BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %{ix86} x86_64 ia64 @@ -143,7 +150,7 @@ rm -f $RPM_BUILD_ROOT/usr/share/man/man1/virt-clone.1 rm -f $RPM_BUILD_ROOT/usr/share/man/man1/virt-image.1 rm -f $RPM_BUILD_ROOT/usr/share/man/man1/virt-install.1 rm -f $RPM_BUILD_ROOT/usr/share/man/man5/virt-image.5 -rm -f $RPM_BUILD_ROOT/usr/share/virt-manager/virtinst-0.300.2-py2.5.egg-info +rm -f $RPM_BUILD_ROOT/usr/share/virt-manager/virtinst-0.300.2-py2.?.egg-info popd rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/sparkline.a rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/sparkline.la @@ -203,6 +210,8 @@ sed -i '\^/usr/share/gnome/help/^d' %{name}.lang %dir %{_datadir}/applications/YaST2 %changelog +* Wed Sep 10 2008 ro@suse.de +- fix build * Thu May 22 2008 dpmerrill@novell.com - (bnc#383979) add vm-install to Requires section * Fri May 16 2008 ro@suse.de