]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
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 97639dd459df0279d072797f443ee4e92497f792..907109fd003b731bd7fc7b39e3de2abe9e8301fe 100644 (file)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+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
 
index 7f76bc499352d51287e0d90d232028bfb795a0c3..48f46fad12e22befafacdf7fae84b7a0f5d2a072 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
           *