]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-ignorecaps.patch
This commit was manufactured by cvs2git to create branch 'DEVEL'.
[packages/poldek.git] / poldek-ignorecaps.patch
CommitLineData
a7d09531 1--- poldek-0.20.1-cvs20070618.11/pkgset-req.c~ 2007-06-18 11:12:35.000000000 +0300
2+++ [oldek-0.20.1-cvs20070618.11/pkgset-req.c 2007-06-19 14:10:11.000000000 +0300
3@@ -364,6 +364,9 @@
4 if (strncmp("rpmlib", capreq_name(req), 6) == 0 && !capreq_is_rpmlib(req))
5 n_assert(0);
6 */
7+
8+ if (strncmp("cpuinfo(", capreq_name(req), sizeof("cpuinfo(")-1) == 0 || strncmp("uname(", capreq_name(req), sizeof("uname(")-1) == 0)
9+ matched = 1;
10
11 if (capreq_is_rpmlib(req) && matched) {
12 int i;
This page took 0.048114 seconds and 4 git commands to generate.