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.
krh@93
     1
<test title="gah">
krh@93
     2
krh@93
     3
  <import file="sets.xml"/>
krh@93
     4
krh@93
     5
  <update name="c" from="a" to="b"/>
krh@93
     6
krh@93
     7
  <verify set="b" type="packages">
krh@93
     8
    <package name="bash" version="3.2-18.fc8"/>
krh@93
     9
  </verify>
krh@93
    10
krh@93
    11
  <verify set="c" type="properties">
krh@93
    12
    <provides name="nss" eq="1.8-fc10"/>
krh@93
    13
    <conflicts name="y" eq="1.1"/>
krh@93
    14
  </verify>
krh@93
    15
krh@93
    16
</test>