]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-install-dist.patch
- color bugfix for not picking pkg updates for c=2 pkg if new is c=0. LP#299685;...
[packages/poldek.git] / poldek-install-dist.patch
CommitLineData
22d87d83
AM
1--- poldek/install-dist.c~ 2007-07-01 23:04:26.000000000 +0200
2+++ poldek/install-dist.c 2007-09-23 15:45:51.812485873 +0200
3@@ -232,6 +232,8 @@
4
5 rc = 1;
6
7+ pkgs = pkgmark_get_packages(ts->pms, PKGMARK_MARK | PKGMARK_DEP);
8+
9 ignorer = ts->getop(ts, POLDEK_OP_NODEPS);
10 if (!packages_verify_dependecies(pkgs, ts->ctx->ps) && !ignorer)
11 nerr++;
This page took 0.02169 seconds and 4 git commands to generate.