File YaST_SVN.product of Package _product
<?xml version="1.0" encoding="UTF-8"?>
<productdefinition xmlns:xi="http://www.w3.org/2001/XInclude">
<products>
<product>
<!--
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>YaST_SVN</name>
<version>42.0</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>YaST_SVN-42.0-%{_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>Test Product of the YaST Team</summary> <!-- one line only -->
<description>Not a serious product, just for development tests.
</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.0.42/release-notes-openSUSE.rpm</url>
<url name="smolt">http://smolt.opensuse.org/register.pl</url>
<url name="register">http://register.novell.com/</url>
<url name="repository">http://download.opensuse.org/factory/repo/oss/</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>
<betaversion>Alpha X</betaversion>
<packagemanager>zypper</packagemanager>
</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="YaST_SVN-release" flag="EQ" version="42.0"/>
<distribution>openSUSE</distribution>
</installconfig>
<runtimeconfig>
<!-- All Flags needed in the running system -->
</runtimeconfig>
</product>
</products>
<xi:include href="conditionals.inc" />
<repositories>
<repository path="obs://system:install:head/next_factory"/>
<repository path="obs://Base:System/openSUSE_Factory"/>
<repository path="obs://Kernel:HEAD/openSUSE_Factory"/>
<repository path="obs://YaST:Head/openSUSE_Factory"/>
<repository path="obs://openSUSE:Factory/snapshot"/>
</repositories>
<xi:include href="archsets.inc" />
<mediasets>
<media type="dvd5"
flavor="dvd"
sourcemedia="0"
run_media_check="true"
mediastyle="suse-11.4"
use_required="true"
use_recommended="true"
use_suggested="false">
<use group="DVD" create_pattern="false" />
<archsets>
<archset ref="x86_64" />
</archsets>
<archsets>
<archset ref="i586" />
</archsets>
<metadata>
<!-- if you like to add a metapackage to the real media, add it in a normal group.xml file -->
<package name="dosutils" />
<package name="installation-images" />
<package name="instlux-local" />
<package name="instlux-net" />
<package name="patterns-openSUSE-dvd" />
<package name="skelcd-control-openSUSE" />
<package name="skelcd-openSUSE" />
<package name="yast2-slide-show-SuSELinux" />
</metadata>
</media>
</mediasets>
<xi:include href="DVD.group" />
</productdefinition>