Hello community,

here is the log from the commit of package virt-sandbox for openSUSE:Factory 
checked in at 2019-02-14 14:34:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-sandbox (Old)
 and      /work/SRC/openSUSE:Factory/.virt-sandbox.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-sandbox"

Thu Feb 14 14:34:51 2019 rev:17 rq:674608 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-sandbox/virt-sandbox.changes        
2018-03-13 10:24:37.120523296 +0100
+++ /work/SRC/openSUSE:Factory/.virt-sandbox.new.28833/virt-sandbox.changes     
2019-02-14 14:35:00.215607795 +0100
@@ -1,0 +2,37 @@
+Fri Feb  8 17:21:24 UTC 2019 - Larry Dewey <[email protected]>
+
+- Updated to version 0.8.0:
+  * Deleted the virt-sandbox-service tool as it is a failed
+    experiment
+  * Require libvirt-glib >= 0.2.2
+  * Add af_packet kmod nedeed by dhcp clients
+  * Add ext4 kmod needed by common filesystems
+  * Add fscrypto kmod needed as a dep of other mods
+  * Show dhcp client output in debug mode
+  * Add /dev/fd symlink for /proc/self/fd
+  * Sync and cleanly unmount filesystems during shutdown
+  * Fix handling of strace debug option
+  * Avoid exiting too early on shutdown so we see all debug
+  * messages and cleanly sync/unmount
+  * Allow setting custom env variables
+  * Ensure static versions of zlib and lzma are checked for
+  * Guest host image format from file extension if not given
+  * Allow switching to a specific user ID
+  * Improve docs on command line arg passing
+  * Fix bogus lib listed in pkgconfig file
+  * Fix misc goject introspection annotations
+  * Improve error message for unsupported libvirt URIs
+  * Search in $PATH for user specified binary
+  * Use squash security mode for non-root QEMU sandbox mounts
+  * Search for libtirpc standalone XDR library
+  * Avoid triggering some new compiler warnings
+- Removed now useless patches:
+  * 15396686-avoid-setting-XDR_LIBS-to-none-required.patch
+  * 35d13f92-python3.patch
+  * 559b54d-load-ext4.patch
+  * b9031e08-search-for-standalone-xdr-library.patch
+  * dhcp-fix.patch
+  * f24d003b-sync-unmount-shutdown.patch
+  * no-libexec.patch
+
+-------------------------------------------------------------------

Old:
----
  15396686-avoid-setting-XDR_LIBS-to-none-required.patch
  35d13f92-python3.patch
  559b54d-load-ext4.patch
  b9031e08-search-for-standalone-xdr-library.patch
  dhcp-fix.patch
  f24d003b-sync-unmount-shutdown.patch
  libvirt-sandbox-0.6.0.tar.gz
  no-libexec.patch

New:
----
  libvirt-sandbox-0.8.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ virt-sandbox.spec ++++++
--- /var/tmp/diff_new_pack.2ZIo3y/_old  2019-02-14 14:35:01.451607236 +0100
+++ /var/tmp/diff_new_pack.2ZIo3y/_new  2019-02-14 14:35:01.451607236 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-sandbox
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,31 +20,20 @@
 %define soname 1_0-5 
 
 Name:           virt-sandbox
-Version:        0.6.0
+Version:        0.8.0
 Release:        1%{?dist}%{?extra_release}
 Url:            http://libvirt.org/
 Summary:        Libvirt application sandbox framework
-License:        LGPL-2.0+
+License:        LGPL-2.0-or-later
 Group:          System/Management
 Source0:        
ftp://libvirt.org/libvirt/sandbox/libvirt-sandbox-%{version}.tar.gz
 Source1:        %{name}.rpmlintrc
 
-# Upstream patches
-Patch0:         dhcp-fix.patch
-Patch1:         559b54d-load-ext4.patch
-Patch2:         f24d003b-sync-unmount-shutdown.patch
-Patch3:         35d13f92-python3.patch
-Patch4:         b9031e08-search-for-standalone-xdr-library.patch
-Patch5:         15396686-avoid-setting-XDR_LIBS-to-none-required.patch
-
 # Patches pending upstream review
 Patch100:       no-unmount-for-lxc-machines.patch
 
 # Need to go upstream
 
-# Our patches
-Patch200:       no-libexec.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  glib2-devel >= 2.32.0
 BuildRequires:  glibc-devel-static
@@ -106,33 +95,20 @@
 
 %prep
 %setup -q -n libvirt-sandbox-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 %patch100 -p1
-%patch200 -p1
-
-sed -i -e 's:/usr/bin/python:/usr/bin/python3:' bin/virt-sandbox-service
 
 %build
 # We may have a more recent version of automake when building
 # than the one used to autoconfigure the project for the distribution
 # Just make sure the files are sync'ed with our version
+
 autoreconf -f -i
-%configure --enable-introspection \
-%if 0%{?suse_version} < 1330
-           --without-lzma \
-%endif
-           --disable-static
+%configure --enable-introspection --disable-static
 make V=1 %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 chmod a-x examples/*.py examples/*.pl examples/*.js
-chmod a-x bin/virt-sandbox-service-bash-completion.sh
 %makeinstall
 rm -f $RPM_BUILD_ROOT%{_libdir}/libvirt-sandbox-1.0.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/libvirt-sandbox-1.0.la
@@ -147,19 +123,13 @@
 
 %files
 %defattr(-,root,root,-)
-%{_datadir}/bash-completion/completions/virt-sandbox-service
-%config(noreplace) %{_sysconfdir}/cron.daily/virt-sandbox-service.logrotate
-%dir %{_sysconfdir}/libvirt-sandbox/services
 %{_bindir}/virt-sandbox
-%{_bindir}/virt-sandbox-service
-%{_libexecdir}/virt-sandbox-service-util
 %{_mandir}/man1/virt-sandbox.1*
-%{_mandir}/man1/virt-sandbox-service.1*
-%{_mandir}/man1/virt-sandbox-service-*.1*
 
 %files -n libvirt-sandbox-%{soname} -f libvirt-sandbox.lang
 %defattr(-,root,root,-)
-%doc README COPYING AUTHORS ChangeLog NEWS
+%doc README AUTHORS ChangeLog NEWS
+%license COPYING
 %dir %{_sysconfdir}/libvirt-sandbox
 %dir %{_sysconfdir}/libvirt-sandbox/scratch
 %config %{_sysconfdir}/libvirt-sandbox/scratch/README

++++++ libvirt-sandbox-0.6.0.tar.gz -> libvirt-sandbox-0.8.0.tar.gz ++++++
++++ 36727 lines of diff (skipped)


Reply via email to