Hello community,
here is the log from the commit of package live-add-yast-repos for
openSUSE:Factory checked in at 2020-07-09 13:16:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/live-add-yast-repos (Old)
and /work/SRC/openSUSE:Factory/.live-add-yast-repos.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "live-add-yast-repos"
Thu Jul 9 13:16:36 2020 rev:4 rq:819372 version:1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/live-add-yast-repos/live-add-yast-repos.changes
2018-12-11 15:48:43.954146843 +0100
+++
/work/SRC/openSUSE:Factory/.live-add-yast-repos.new.3060/live-add-yast-repos.changes
2020-07-09 13:16:38.692753297 +0200
@@ -1,0 +2,5 @@
+Wed Jul 8 07:27:44 UTC 2020 - Fabian Vogt <[email protected]>
+
+- autorefresh defaults to true (boo#1173873)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ live-add-yast-repos.spec ++++++
--- /var/tmp/diff_new_pack.Xc1usS/_old 2020-07-09 13:16:39.420755599 +0200
+++ /var/tmp/diff_new_pack.Xc1usS/_new 2020-07-09 13:16:39.420755599 +0200
@@ -1,7 +1,7 @@
#
# spec file for package live-add-yast-repos
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
Summary: A script to add the repos from control.xml to the system
License: GPL-2.0-only
Group: System/YaST
-Url:
https://build.opensuse.org/package/show/system:install:head/live-add-yast-repos
+URL:
https://build.opensuse.org/package/show/system:install:head/live-add-yast-repos
Source1: geturls.xsl
Source2: gpl-2.0.txt
BuildRequires: libxslt-tools
++++++ geturls.xsl ++++++
--- /var/tmp/diff_new_pack.Xc1usS/_old 2020-07-09 13:16:39.444755675 +0200
+++ /var/tmp/diff_new_pack.Xc1usS/_new 2020-07-09 13:16:39.444755675 +0200
@@ -12,7 +12,7 @@
<xsl:if test="not(y:enabled = 'true')">
<xsl:text> --disable</xsl:text>
</xsl:if>
- <xsl:if test="y:autorefresh = 'true'">
+ <xsl:if test="not(y:autorefresh = 'false')">
<xsl:text> --refresh</xsl:text>
</xsl:if>
<xsl:if test="y:priority">