Imported Upstream version 0.6.28
[platform/upstream/libsolv.git] / examples / rbsolv
index be633f3..87f0d16 100755 (executable)
@@ -317,6 +317,7 @@ class Repo_rpmmd < Repo_generic
 
   def add_exts
     repodata = @handle.add_repodata(0)
+    repodata.extend_to_repo()
     add_ext(repodata, 'deltainfo', 'DL')
     add_ext(repodata, 'filelists', 'FL')
     repodata.internalize()