The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / rpm / 0005-no-parentdirs.patch
1 Reduce parentdirs we use, parentdirs are used for ordering
2 Included upstream
3 diff -u --new-file --recursive rpm-5.1.9_vanilla/lib/depends.c rpm-5.1.9_no-parentdirs/lib/depends.c
4 --- rpm-5.1.9_vanilla/lib/depends.c     2009-04-12 19:46:17.000000000 +0000
5 +++ rpm-5.1.9_no-parentdirs/lib/depends.c       2009-06-13 15:21:43.504999639 +0000
6 @@ -2257,7 +2257,7 @@
7  #define isAuto(_x)     ((_x) & _autobits)
8  
9  /*@unchecked@*/
10 -static int slashDepth = 100;   /* #slashes pemitted in parentdir deps. */
11 +static int slashDepth = 2;     /* #slashes pemitted in parentdir deps. */
12  
13  static int countSlashes(const char * dn)
14         /*@*/