projects
/
platform
/
upstream
/
libsolv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f09097
)
do not add self-provides to src rpms
author
Michael Schroeder
<mls@suse.de>
Fri, 5 Oct 2007 17:24:41 +0000
(17:24 +0000)
committer
Michael Schroeder
<mls@suse.de>
Fri, 5 Oct 2007 17:24:41 +0000
(17:24 +0000)
tools/source_susetags.c
patch
|
blob
|
history
diff --git
a/tools/source_susetags.c
b/tools/source_susetags.c
index b4847e9ee617d476684020d5b21273b197da17b3..7071605185e70b95c4851c18bd09e86d8857f95c 100644
(file)
--- a/
tools/source_susetags.c
+++ b/
tools/source_susetags.c
@@
-222,7
+222,7
@@
pool_addsource_susetags(Pool *pool, FILE *fp)
continue;
if (!strncmp(line, "=Pkg:", 5) || !strncmp(line, "=Pat:", 5))
{
- if (dp)
+ if (dp
&& s->arch != ARCH_SRC && s->arch != ARCH_NOSRC
)
dp->provides = source_addid_dep(source, dp->provides, rel2id(pool, s->name, s->evr, REL_EQ, 1), 0);
pd.kind = 0;
if (line[3] == 't')