sets.xml
author Dan Winship <danw@gnome.org>
Wed Feb 06 12:59:27 2008 -0500 (2008-02-06)
changeset 113 e408ff1d4a4d
parent 80 72671f8e5741
permissions -rw-r--r--
pad repo files with 0 bytes, not random memory

so you can do:
./razor import-yum
mv rawhide.repo rawhide.repo.orig
make
./razor import-yum
diff rawhide.repo.orig rawhide.repo

(doesn't work with system.repo at the moment...)
krh@80
     1
<test-sets>
krh@92
     2
krh@80
     3
  <set name="b">
krh@80
     4
    <package name="bash" version="3.2-18.fc8">
krh@80
     5
      <requires name="libc.so.6"/>
krh@80
     6
      <requires name="config(bash)" eq="3.2-18.fc8"/>
krh@80
     7
      <provides name="bash" eq="3.2-18.fc8"/>
krh@80
     8
      <file name="/bin"/>
krh@80
     9
      <file name="/bin/bash"/>
krh@80
    10
    </package>
krh@80
    11
  </set>
krh@92
    12
krh@92
    13
  <set name="c">
krh@92
    14
    <package name="nss" version="1.8-fc10">
krh@92
    15
      <provides name="nss" eq="1.8-fc10"/>
krh@92
    16
      <file name="/bin/nss"/>
krh@92
    17
    </package>
krh@92
    18
krh@92
    19
    <package name="x" version="2">
krh@92
    20
      <conflicts name="y" eq="1.1"/>
krh@92
    21
    </package>
krh@92
    22
  </set>
krh@92
    23
krh@80
    24
</test-sets>