]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-ignorecaps.patch
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek-ignorecaps.patch
1 diff -urN poldek-0.20.org/pkgset-req.c poldek-0.20/pkgset-req.c
2 --- poldek-0.20.org/pkgset-req.c        2005-10-20 19:27:27.000000000 +0200
3 +++ poldek-0.20/pkgset-req.c    2007-06-15 00:42:42.499942887 +0200
4 @@ -332,6 +332,9 @@
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)) {
12          if (matched) {
13              int i;
This page took 0.09501 seconds and 3 git commands to generate.