Hello community, here is the log from the commit of package yast2-vm for openSUSE:Factory checked in at Wed Sep 21 17:34:35 CEST 2011.
-------- --- yast2-vm/yast2-vm.changes 2010-11-10 23:26:03.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-vm/yast2-vm.changes 2011-09-19 14:40:53.000000000 +0200 @@ -1,0 +2,52 @@ +Mon Sep 19 14:40:14 CEST 2011 - [email protected] + +- remove dependency on Wizard_hw +- 2.21.2 + +------------------------------------------------------------------- +Mon Aug 8 12:20:55 UTC 2011 - [email protected] + +- use ButtonBox for push button widgets (bnc#701273) + +------------------------------------------------------------------- +Fri Aug 5 13:15:17 MDT 2011 - [email protected] + +- Update desktop files with more descriptive information in the + GenericName field. +- Restore xen.desktop and xen.ycp +- 2.21.1 + +------------------------------------------------------------------- +Fri Aug 5 12:35:48 CEST 2011 - [email protected] + +- fixed .desktop file (bnc #681249) + +------------------------------------------------------------------- +Fri Jul 22 15:21:54 CEST 2011 - [email protected] + +- Removed obsoleted X-KDE-SubstituteUID from desktop file + (bnc#540627) and replaced with xdg-su call in the Exec entry. +- 2.21.0 + +------------------------------------------------------------------- +Wed Jun 29 13:55:52 CST 2011 - [email protected] + +- bnc#702106 - Remove 32-bit "Install Hypervisor and Tools" from + YaST Control Center - FATE#308532 + remove %ix86 from exclusive arch so that yast2-vm is available + only for the 64-bit x86 architecture. + +------------------------------------------------------------------- +Mon Jun 13 14:14:40 CST 2011 - [email protected] + +- fate#311371 - Enhance yast to configure live migration for Xen + and KVM + replace xen.ycp with relocation-server.ycp + +------------------------------------------------------------------ +Tue Mar 8 16:17:23 MST 2011 - [email protected] + +- bnc#508347 - Yast2 virtualization installation error but success + message + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-vm-2.17.1.tar.bz2 New: ---- yast2-vm-2.21.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-vm.spec ++++++ --- /var/tmp/diff_new_pack.fkv0HA/_old 2011-09-21 17:34:28.000000000 +0200 +++ /var/tmp/diff_new_pack.fkv0HA/_new 2011-09-21 17:34:28.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package yast2-vm (Version 2.17.1) +# spec file for package yast2-vm # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,27 +19,26 @@ Name: yast2-vm -Version: 2.17.1 -Release: 1 +Version: 2.21.2 +Release: 0 License: GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-vm-2.17.1.tar.bz2 +Source0: yast2-vm-2.21.2.tar.bz2 Prefix: /usr -Group: System/YaST ExclusiveArch: %ix86 x86_64 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite Requires: yast2 -Summary: YaST2 - Virtual Machine Installer +Summary: Configure Hypervisor and Tools for Xen and KVM %description This YaST module configures and installs a virtual machine. %prep -%setup -n yast2-vm-2.17.1 +%setup -n yast2-vm-2.21.2 %build %{prefix}/bin/y2tool y2autoconf @@ -51,7 +50,9 @@ %{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} -make %{?jobs:-j%jobs} +# V=1: verbose build in case we used AM_SILENT_RULES(yes) +# so that RPM_OPT_FLAGS check works +make %{?jobs:-j%jobs} V=1 %install make install DESTDIR="$RPM_BUILD_ROOT" @@ -61,15 +62,30 @@ %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} done +%ifarch %ix86 +rm -f $RPM_BUILD_ROOT/usr/share/applications/YaST2/xen.desktop +rm -f $RPM_BUILD_ROOT/usr/share/applications/YaST2/relocation-server.desktop +%endif + %clean rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root) -/usr/share/YaST2/clients/vm_finish.ycp +%dir /usr/share/YaST2/scrconf +%dir /usr/share/YaST2/include +/usr/share/YaST2/clients/relocation-server.ycp /usr/share/YaST2/clients/xen.ycp +/usr/share/YaST2/clients/vm_finish.ycp /usr/share/YaST2/modules/VM_XEN.y* +/usr/share/YaST2/modules/RelocationServer.* +/usr/share/YaST2/include/* +/usr/share/YaST2/scrconf/* %{prefix}/share/applications/YaST2/groups/virtualization.desktop +%ifarch x86_64 +%{prefix}/share/applications/YaST2/relocation-server.desktop %{prefix}/share/applications/YaST2/xen.desktop +%endif %doc %{prefix}/share/doc/packages/yast2-vm + %changelog ++++++ yast2-vm-2.17.1.tar.bz2 -> yast2-vm-2.21.2.tar.bz2 ++++++ ++++ 8644 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
