Mailinglist Archive: zypp-devel (149 mails)

< Previous Next >
Re: [zypp-devel] libzypp: about 11.1 product handling and beloved zypp::ResTraits
  • From: Klaus Kaempf <kkaempf@xxxxxxx>
  • Date: Tue, 9 Sep 2008 18:18:02 +0200
  • Message-id: <20080909161802.GB29123@xxxxxxxxxxxxx>
* Jan Kupec <jkupec@xxxxxxx> [Sep 09. 2008 17:51]:
Klaus Kaempf wrote:
* Jan Kupec <jkupec@xxxxxxx> [Sep 09. 2008 16:11]:
If the realease package (i installed openSUSE-factory product,
openSUSE-release package) does not install the product, what do i need to
put there so that zypp thinks the product is installed?
See
http://en.opensuse.org/Product_Management/Code11/installed
and
http://en.opensuse.org/Build_Service/Product_Definition/products_file

Thanx! I tried to adapt one of the example xmls there, but rpmdb2solv fails:

rpmdb2solv -r '/' -p '/etc/products.d' '/var/cache/zypp/solv/@System/solv'
'/var/cache/zypp/solv/@System/solvyxzLXu'
into unknown: [3]vendor (from: 2, state 1)

Which suggest it does no expect the <vendor> tag there..

-----my--openSUSE-factory.prod----------
<?xml version="1.0" encoding="UTF-8"?>
<product schemeversion="0.0">

<general> is missing here !

<vendor>Novell</vendor>
<name>openSUSE-factory</name>
<version>11.1</version>
<release>0</release>
...

</general> is missing here !

</product>
-----my--openSUSE-factory.prod---END----

j.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
---
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)

--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx

< Previous Next >