test.xml
author Dan Winship <danw@gnome.org>
Mon Feb 04 14:25:45 2008 -0500 (2008-02-04)
changeset 109 313b0a615c14
child 125 e56c83bda295
permissions -rw-r--r--
Support for less/equal/greater version in requires/conflicts, etc

Add less/equal/greater information to razor_property, and update
importers and other code.

Move the rpm importer from import.c to rpm.c to avoid code
duplication, and then rename import.c to yum.c since that's all that's
left.
     1 <test title="gah">
     2 
     3   <import file="sets.xml"/>
     4 
     5   <update name="c" from="a" to="b"/>
     6 
     7   <verify set="b" type="packages">
     8     <package name="bash" version="3.2-18.fc8"/>
     9   </verify>
    10 
    11   <verify set="c" type="properties">
    12     <provides name="nss" eq="1.8-fc10"/>
    13     <conflicts name="y" eq="1.1"/>
    14   </verify>
    15 
    16 </test>