diff options
author | jbj <devnull@localhost> | 2002-10-21 23:25:02 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-10-21 23:25:02 +0000 |
commit | f4890ceb80399e9400b801b7b7474be18ed38cd4 (patch) | |
tree | b40896101b0ece67c6981ffd8e158ed3fde26204 /build/rpmfc.c | |
parent | 1d123655af369d7b3f6a5d17606a04a8d2bd40b1 (diff) | |
download | librpm-tizen-f4890ceb80399e9400b801b7b7474be18ed38cd4.tar.gz librpm-tizen-f4890ceb80399e9400b801b7b7474be18ed38cd4.tar.bz2 librpm-tizen-f4890ceb80399e9400b801b7b7474be18ed38cd4.zip |
Accurate dependencies generated, but perl deps are slow.
CVS patchset: 5795
CVS date: 2002/10/21 23:25:02
Diffstat (limited to 'build/rpmfc.c')
-rw-r--r-- | build/rpmfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmfc.c b/build/rpmfc.c index 67ee2ea06..1554bd4f3 100644 --- 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_provides}", nsdep); + snprintf(buf, sizeof(buf), "%%{?__%s_requires}", nsdep); depsp = &fc->requires; break; } |