This commit is contained in:
parent
249d427be3
commit
c24eba7145
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user