Accepting request 819372 from system:install:head

- autorefresh defaults to true (boo#1173873)

OBS-URL: https://build.opensuse.org/request/show/819372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/live-add-yast-repos?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-07-09 11:16:36 +00:00 committed by Git OBS Bridge
commit cfb53f988c
3 changed files with 8 additions and 3 deletions

View File

@ -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">

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 8 07:27:44 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- autorefresh defaults to true (boo#1173873)
-------------------------------------------------------------------
Mon Dec 10 16:00:28 UTC 2018 - Fabian Vogt <fvogt@suse.com>

View File

@ -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 @@ Release: 0
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