Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-vm for openSUSE:Factory checked in at 2021-04-23 17:50:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old) and /work/SRC/openSUSE:Factory/.yast2-vm.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-vm" Fri Apr 23 17:50:21 2021 rev:87 rq:887193 version:4.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes 2021-01-11 17:11:08.820151253 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-vm.new.12324/yast2-vm.changes 2021-04-23 17:50:28.258778220 +0200 @@ -1,0 +2,13 @@ +Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <[email protected]> + +- stop packaging docdir, it only contained the license which + is now in licensedir (bsc#1184897) +- spec file cleanups +- 4.4.1 + +------------------------------------------------------------------- +Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <[email protected]> + +- 4.4.0 + +------------------------------------------------------------------- Old: ---- yast2-vm-4.3.1.tar.bz2 New: ---- yast2-vm-4.4.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-vm.spec ++++++ --- /var/tmp/diff_new_pack.SnNazk/_old 2021-04-23 17:50:28.726779024 +0200 +++ /var/tmp/diff_new_pack.SnNazk/_new 2021-04-23 17:50:28.730779031 +0200 @@ -17,22 +17,19 @@ Name: yast2-vm +Version: 4.4.1 +Release: 0 Summary: Configure Hypervisor and Tools for Xen and KVM License: GPL-2.0-only Group: System/YaST -Version: 4.3.1 -Release: 0 URL: https://github.com/yast/yast-vm - Source0: %{name}-%{version}.tar.bz2 - BuildRequires: perl-XML-Writer BuildRequires: update-desktop-files BuildRequires: yast2 BuildRequires: yast2-bootloader >= 3.1.35 -BuildRequires: yast2-devtools >= 4.2.2 +BuildRequires: yast2-devtools >= 4.4.0 BuildRequires: yast2-testsuite - # OSRelease Requires: yast2 >= 3.0.4 Requires: yast2-bootloader >= 3.1.35 @@ -51,25 +48,24 @@ %install %yast_install -%ifarch %ix86 -rm -f $RPM_BUILD_ROOT/usr/share/applications/YaST2/org.opensuse.yast.VirtualizationConfig.desktop -rm -f $RPM_BUILD_ROOT/usr/share/applications/YaST2/org.opensuse.yast.RelocationServer.desktop -rm -rf $RPM_BUILD_ROOT/usr/share/icons/* +%ifarch %{ix86} +rm -f %{buildroot}%{_datadir}/applications/YaST2/org.opensuse.yast.VirtualizationConfig.desktop +rm -f %{buildroot}%{_datadir}/applications/YaST2/org.opensuse.yast.RelocationServer.desktop +rm -rf %{buildroot}%{_datadir}/icons/* %else %yast_metainfo %endif %files +%license COPYING %{yast_clientdir} %{yast_moduledir} %{yast_yncludedir} %{yast_scrconfdir} -%ifnarch %ix86 +%ifnarch %{ix86} %{yast_desktopdir} %{yast_icondir} %{yast_metainfodir} %endif -%doc %{yast_docdir} -%license %{yast_docdir}/COPYING %changelog ++++++ yast2-vm-4.3.1.tar.bz2 -> yast2-vm-4.4.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-4.3.1/package/yast2-vm.changes new/yast2-vm-4.4.1/package/yast2-vm.changes --- old/yast2-vm-4.3.1/package/yast2-vm.changes 2021-01-08 12:00:29.000000000 +0100 +++ new/yast2-vm-4.4.1/package/yast2-vm.changes 2021-04-21 09:07:46.000000000 +0200 @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <[email protected]> + +- stop packaging docdir, it only contained the license which + is now in licensedir (bsc#1184897) +- spec file cleanups +- 4.4.1 + +------------------------------------------------------------------- +Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slez??k <[email protected]> + +- 4.4.0 + +------------------------------------------------------------------- Tue Dec 29 10:47:24 UTC 2020 - David Diaz <[email protected]> - bsc#1180244, jsc#SLE-12781 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-4.3.1/package/yast2-vm.spec new/yast2-vm-4.4.1/package/yast2-vm.spec --- old/yast2-vm-4.3.1/package/yast2-vm.spec 2021-01-08 12:00:29.000000000 +0100 +++ new/yast2-vm-4.4.1/package/yast2-vm.spec 2021-04-21 09:07:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-vm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,25 +15,26 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: yast2-vm -Summary: Configure Hypervisor and Tools for Xen and KVM -Version: 4.3.1 +Version: 4.4.1 Release: 0 -Group: System/YaST +Summary: Configure Hypervisor and Tools for Xen and KVM License: GPL-2.0-only -Url: https://github.com/yast/yast-vm - +Group: System/YaST +URL: https://github.com/yast/yast-vm Source0: %{name}-%{version}.tar.bz2 - -BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite +BuildRequires: perl-XML-Writer +BuildRequires: update-desktop-files +BuildRequires: yast2 BuildRequires: yast2-bootloader >= 3.1.35 -BuildRequires: yast2-devtools >= 4.2.2 - +BuildRequires: yast2-devtools >= 4.4.0 +BuildRequires: yast2-testsuite # OSRelease Requires: yast2 >= 3.0.4 -Requires: yast2-ruby-bindings >= 1.0.0 -Requires: yast2-network >= 3.1.108 Requires: yast2-bootloader >= 3.1.35 +Requires: yast2-network >= 3.1.108 +Requires: yast2-ruby-bindings >= 1.0.0 %description This YaST module installs the tools necessary for creating VMs with Xen or KVM. @@ -47,23 +48,24 @@ %install %yast_install -%ifarch %ix86 -rm -f $RPM_BUILD_ROOT/usr/share/applications/YaST2/org.opensuse.yast.VirtualizationConfig.desktop -rm -f $RPM_BUILD_ROOT/usr/share/applications/YaST2/org.opensuse.yast.RelocationServer.desktop -rm -rf $RPM_BUILD_ROOT/usr/share/icons/* +%ifarch %{ix86} +rm -f %{buildroot}%{_datadir}/applications/YaST2/org.opensuse.yast.VirtualizationConfig.desktop +rm -f %{buildroot}%{_datadir}/applications/YaST2/org.opensuse.yast.RelocationServer.desktop +rm -rf %{buildroot}%{_datadir}/icons/* %else %yast_metainfo %endif %files +%license COPYING %{yast_clientdir} %{yast_moduledir} %{yast_yncludedir} %{yast_scrconfdir} -%ifnarch %ix86 +%ifnarch %{ix86} %{yast_desktopdir} %{yast_icondir} %{yast_metainfodir} %endif -%doc %{yast_docdir} -%license %{yast_docdir}/COPYING + +%changelog
