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:
commit
cfb53f988c
@ -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">
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user