projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d12365
)
Accurate dependencies generated, but perl deps are slow.
author
jbj
<devnull@localhost>
Mon, 21 Oct 2002 23:25:02 +0000
(23:25 +0000)
committer
jbj
<devnull@localhost>
Mon, 21 Oct 2002 23:25:02 +0000
(23:25 +0000)
CVS patchset: 5795
CVS date: 2002/10/21 23:25:02
build/rpmfc.c
patch
|
blob
|
history
diff --git
a/build/rpmfc.c
b/build/rpmfc.c
index
67ee2ea
..
1554bd4
100644
(file)
--- a/
build/rpmfc.c
+++ b/
build/rpmfc.c
@@
-280,7
+280,7
@@
static int rpmfcHelper(rpmfc fc, char deptype, const char * nsdep)
depsp = &fc->provides;
break;
case 'R':
- snprintf(buf, sizeof(buf), "%%{?__%s_
provid
es}", nsdep);
+ snprintf(buf, sizeof(buf), "%%{?__%s_
requir
es}", nsdep);
depsp = &fc->requires;
break;
}