1
0

- Comment Leap-release change out again, as reverted in 000package-groups

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=62
This commit is contained in:
Fabian Vogt 2019-11-11 09:02:07 +00:00 committed by Git OBS Bridge
parent 778e1f9fe2
commit 5391cad12b
5 changed files with 13 additions and 7 deletions

View File

@ -542,8 +542,8 @@
</packages>
<packages type="bootstrap">
<package name="filesystem"/>
<package name="Leap-release"/>
<package name="Leap-release-livecd-gnome"/>
<package name="openSUSE-release"/>
<package name="openSUSE-release-livecd-gnome"/>
<package name="branding-openSUSE"/>
</packages>
<repository type="rpm-md">

View File

@ -497,8 +497,8 @@
</packages>
<packages type="bootstrap">
<package name="filesystem"/>
<package name="Leap-release"/>
<package name="Leap-release-livecd-kde"/>
<package name="openSUSE-release"/>
<package name="openSUSE-release-livecd-kde"/>
<package name="branding-openSUSE"/>
</packages>
<repository type="rpm-md">

View File

@ -548,8 +548,8 @@
</packages>
<packages type="bootstrap">
<package name="filesystem"/>
<package name="Leap-release"/>
<package name="Leap-release-livecd-x11"/>
<package name="openSUSE-release"/>
<package name="openSUSE-release-livecd-x11"/>
<package name="branding-openSUSE"/>
</packages>
<repository type="rpm-md">

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 11 09:01:22 UTC 2019 - Fabian Vogt <fvogt@suse.com>
- Comment Leap-release change out again, as reverted in 000package-groups
-------------------------------------------------------------------
Thu Oct 31 08:13:59 UTC 2019 - Dominique Leuenberger <dleuenberger@suse.com>

View File

@ -37,7 +37,8 @@ for distro in leap tumbleweed; do
if [ "${distro}" = "leap" ]; then
distroname="openSUSE Leap %OS_VERSION_ID%"
bootsplash="openSUSE"
releaseprefix="Leap"
# This changes every few weeks, apparently.
#releaseprefix="Leap"
fi
for flavor in gnome kde xfce x11; do