Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2021-11-22 23:03:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt (Old)
 and      /work/SRC/openSUSE:Factory/.libvirt.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvirt"

Mon Nov 22 23:03:55 2021 rev:343 rq:932594 version:7.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2021-11-06 
18:17:00.904853008 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new.1895/libvirt.changes        
2021-11-22 23:04:17.965908803 +0100
@@ -1,0 +2,13 @@
+Fri Nov 19 21:22:27 UTC 2021 - James Fehlig <[email protected]>
+
+- virt-create-rootfs: Fix repository URLs
+  Updated virt-create-rootfs.patch
+  boo#1192318
+
+-------------------------------------------------------------------
+Wed Nov 17 16:27:39 UTC 2021 - James Fehlig <[email protected]>
+
+- spec: Weaken apparmor-abstractions dependency to Recommends
+  bsc#1192119
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libvirt.spec ++++++
--- /var/tmp/diff_new_pack.mOaEAz/_old  2021-11-22 23:04:18.881905730 +0100
+++ /var/tmp/diff_new_pack.mOaEAz/_new  2021-11-22 23:04:18.885905716 +0100
@@ -367,7 +367,7 @@
 Requires:       qemu-uefi-aarch64
 %endif
 %if %{with_apparmor}
-Requires:       apparmor-abstractions
+Recommends:     apparmor-abstractions
 %endif
 
 # Ensure smooth upgrades


++++++ virt-create-rootfs.patch ++++++
--- /var/tmp/diff_new_pack.mOaEAz/_old  2021-11-22 23:04:19.081905059 +0100
+++ /var/tmp/diff_new_pack.mOaEAz/_new  2021-11-22 23:04:19.081905059 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- /dev/null
 +++ libvirt-7.9.0/tools/virt-create-rootfs
-@@ -0,0 +1,231 @@
+@@ -0,0 +1,236 @@
 +#!/bin/sh
 +set -e
 +
@@ -222,10 +222,15 @@
 +
 +    openSUSE-*)
 +        TARGET_VERSION=${DISTRO:9}
-+        
REPO="http://download.opensuse.org/distribution/$TARGET_VERSION/repo/oss/";
-+        UPDATE_REPO="http://download.opensuse.org/update/$TARGET_VERSION/";
-+        call_zypper ar "$REPO" "openSUSE"
-+        call_zypper ar "$UPDATE_REPO" "openSUSE udpate"
++        if test $TARGET_VERSION = "tumbleweed"; then
++            REPO="http://download.opensuse.org/tumbleweed/repo/oss/";
++            call_zypper ar "$REPO" "openSUSE"
++        else
++            
REPO="http://download.opensuse.org/distribution/leap/$TARGET_VERSION/repo/oss/";
++            
UPDATE_REPO="http://download.opensuse.org/update/leap/$TARGET_VERSION/oss/";
++            call_zypper ar "$REPO" "openSUSE"
++            call_zypper ar "$UPDATE_REPO" "openSUSE-udpate"
++        fi
 +        call_zypper in --no-recommends -t pattern base
 +        ;;
 +esac
@@ -285,9 +290,9 @@
 +
 +Set the name of distribution to use for the root file system.
 +
-+As of now, only SLED-I<XXX>, SLES-I<XXX> and openSUSE-I<XXX> are implemented
-+where I<XXX> is the version number. Note that SUSEConnect is required to
-+handle SLE distributions.
++As of now, only SLED-<XXX>, SLES-<XXX> and openSUSE-<XXX> are implemented
++where <XXX> is the version number. Examples are openSUSE-15.3, 
openSUSE-tumbleweed,
++and SLES-15.3. Note that SUSEConnect is required to handle SLE distributions.
 +
 +``-a``, ``--arch``
 +

Reply via email to