Hello community, here is the log from the commit of package virtualbox for openSUSE:Factory checked in at 2017-11-04 10:24:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtualbox (Old) and /work/SRC/openSUSE:Factory/.virtualbox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtualbox" Sat Nov 4 10:24:32 2017 rev:146 rq:538137 version:5.1.30 Changes: -------- --- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes 2017-10-31 15:43:17.263323347 +0100 +++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes 2017-11-04 10:24:53.468487970 +0100 @@ -1,0 +2,6 @@ +Wed Nov 1 15:22:09 UTC 2017 - [email protected] + +- Rename python subpackage +- Update python dependnencies for migration to python3 as default + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtualbox.spec ++++++ --- /var/tmp/diff_new_pack.GRCTKQ/_old 2017-11-04 10:24:57.520340526 +0100 +++ /var/tmp/diff_new_pack.GRCTKQ/_new 2017-11-04 10:24:57.520340526 +0100 @@ -147,7 +147,7 @@ BuildRequires: module-init-tools BuildRequires: pam-devel BuildRequires: pulseaudio-devel -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: quilt BuildRequires: sed BuildRequires: update-desktop-files @@ -288,15 +288,17 @@ VirtualBox guest addition tools. ########################################### -%package -n python-%{name} +%package -n python2-%{name} Summary: Python bindings for %{name} Group: Development/Libraries/Python Requires: %{name} = %{version} #rename from "ose" version: +Provides: python-%{name} = %{version}-%{release} +Obsoletes: python-%{name} < %{version}-%{release} Provides: python-%{name}-ose = %{version} Obsoletes: python-%{name}-ose < %{version} -%description -n python-%{name} +%description -n python2-%{name} Python XPCOM bindings to %{name}. Used e.g. by vboxgtk package. ########################################### @@ -947,7 +949,7 @@ %dir /media %endif -%files -n python-%{name} -f %{_tmppath}/SITE_FILES +%files -n python2-%{name} -f %{_tmppath}/SITE_FILES %defattr(-, root, root) %dir %{_vbox_instdir}/sdk %dir %{_vbox_instdir}/sdk/bindings
