File openSUSE-LiveCD.product of Package _product
<?xml version="1.0" encoding="UTF-8"?>
<productdefinition xmlns:xi="http://www.w3.org/2001/XInclude">
<products>
<product id="openSUSE">
<!--
todo:
- pattern translations -> tool needs to create pot file from the xml
- solver:
+ choose locales automatically
+ conflicting patterns and packages
+ group with "preferred" packages for the solver (postfix vs. sendmail)
- add on product handling:
+ registration required even for add on products
+ what about openSUSE add ons that don't need registration but an extra update channel?
-->
<!-- <vendor>SUSE LINUX Products GmbH, Nuernberg, Germany</vendor>-->
<vendor>openSUSE</vendor>
<name>openSUSE-LiveCD</name>
<version>11.1</version>
<release>0</release> <!-- needed for example if an ISO has to rebuild /* NEEDS TO BE DISCUSSED */ -->
<!-- Please have a look at the Products file definition (http://en.opensuse.org/Build_Service/Product_Definition/products_file).
for details about the ncc_target. -->
<productline>openSUSE</productline>
<register>
<target>openSUSE-11.1-%{_target_cpu}</target>
<!-- release is optional and normally empty -->
<release></release>
</register>
<!--
/* required for NCC registration */
Note: this Flag has to be discussed between PrjMgr and NCC-Team -
and shouldn't change the whole lifetime of the product.
Normally, just needed for Enterprise - here just for
reference.
FYI: the distribution tag will be generated during media creation.
* flavor will be replaced with the <media type="dvd5"/> definition in the mediaset.
* target will be replaced with the ncc_target - the %{_target_cpu} macro
will be replaced with the basearch of the product.
* release is reserved for special versions of a product
-->
<updaterepokey>000000000</updaterepokey>
<summary>openSUSE</summary> <!-- one line only -->
<description>openSUSE is a distribution by the openSUSE.org project.
</description>
<!-- Available languages for collecting packages and during installation and runtime -->
<linguas>
<language>cs</language>
<language>da</language>
<language>de</language>
<language>en</language>
<language>en_GB</language>
<language>en_US</language>
<language>es</language>
<language>fi</language>
<language>fr</language>
<language>hu</language>
<language>it</language>
<language>ja</language>
<language>nb</language>
<language>nl</language>
<language>pl</language>
<language>pt</language>
<language>pt_BR</language>
<language>ru</language>
<language>sv</language>
<language>zh</language>
<language>zh_CN</language>
<language>zh_TW</language>
</linguas>
<urls>
<url name="releasenotes">http://www.suse.com/relnotes/i386/openSUSE/11.1/release-notes-openSUSE.rpm</url>
<url name="smolt">http://smolt.opensuse.org/register.pl</url>
<url name="register">http://register.novell.com/</url>
</urls>
<!-- below is a list of Flags which perhaps need to be present in buildconfig, installconfig and runtimeconfig -->
<buildconfig>
<!-- This section is needed to generate the installation media -->
<producttheme>openSUSE</producttheme>
</buildconfig>
<installconfig>
<!-- All flags needed during installation -->
<defaultlang>en_US</defaultlang>
<!-- needed for current content file -->
<datadir>suse</datadir>
<descriptiondir>suse/setup/descr</descriptiondir>
<releasepackage name="openSUSE-release" flag="EQ" version="11.1"/>
<distribution>openSUSE</distribution>
</installconfig>
<runtimeconfig>
<!-- All Flags needed in the running system -->
</runtimeconfig>
</product>
</products>
<xi:include href="conditionals.inc" />
<repositories>
<repository path="obs://openSUSE:11.1:Live/standard"/> <!-- only needed for promo dvd -->
</repositories>
<archsets>
<archset name="i586" productarch="i586">
<arch>i586</arch>
</archset>
<archset name="i686" productarch="i686">
<arch>i686</arch>
</archset>
<archset name="x86_64" productarch="x86_64">
<arch>x86_64</arch>
</archset>
</archsets>
<mediasets>
<media type="cd"
flavor="livecd-gnome"
product="openSUSE-11.1"
sourcemedia="0"
name="openSUSE-11.1-GNOME-LiveCD" >
<archsets>
<archset ref="i586"/>
<archset ref="i686"/>
</archsets>
<archsets>
<archset ref="x86_64" />
</archsets>
<metadata>
<package name="kiwi-image-livecd-gnome"/>
</metadata>
</media>
<media type="cd"
flavor="livecd-kde"
product="openSUSE-11.1"
sourcemedia="0"
name="openSUSE-11.1-KDE4-LiveCD" >
<archsets>
<archset ref="i586"/>
<archset ref="i686"/>
</archsets>
<archsets>
<archset ref="x86_64" />
</archsets>
<metadata>
<package name="kiwi-image-livecd-kde"/>
</metadata>
</media>
</mediasets>
</productdefinition>