From 020ab6836d7f6d1d9905cdd0d9b50ce9b91ba123 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Wed, 10 Sep 2008 10:06:00 +0000 Subject: [PATCH] accept PATTERNS tag, but gnore it --- package/libsatsolver.changes | 5 +++++ tools/repo_content.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package/libsatsolver.changes b/package/libsatsolver.changes index 97639dd..907109f 100644 --- a/package/libsatsolver.changes +++ b/package/libsatsolver.changes @@ -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: diff --git a/tools/repo_content.c b/tools/repo_content.c index 7f76bc4..48f46fa 100644 --- a/tools/repo_content.c +++ b/tools/repo_content.c @@ -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 * -- 2.7.4