accept PATTERNS tag, but gnore it
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 10 Sep 2008 10:06:00 +0000 (10:06 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 10 Sep 2008 10:06:00 +0000 (10:06 +0000)
package/libsatsolver.changes
tools/repo_content.c

index 97639dd..907109f 100644 (file)
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed Sep 10 11:57:27 CEST 2008 - dmacvicar@suse.de
+
+- accept the PATTERNS tag in content file 
+
+-------------------------------------------------------------------
 Tue Sep  9 21:26:31 CEST 2008 - kkaempf@suse.de
 
 - rpmdb2solv changes:
index 7f76bc4..48f46fa 100644 (file)
@@ -337,7 +337,9 @@ repo_add_content(Repo *repo, FILE *fp)
            repodata_add_poolstr_array(data, handle, PRODUCT_RELNOTESURL, value);
          else if (istag ("VENDOR"))
            s->vendor = str2id(pool, value, 1);
-         
+          else if (istag ("PATTERNS"))
+           { /* ignore this tag, but accept it */ }
+
          /*
           * Every tag below is Code10 only
           *