Fixed module-init-tools->kmod update as reported by davehome.

The problem was that required package dependency was installed, but
the version didn't satisfy the requirement and the code unconditionally
assumed an updated existed in repository pool. Now the code checks
package state to set transaction reason.
This commit is contained in:
Juan RP
2012-01-24 18:45:50 +01:00
parent ec764ffec8
commit 49baad48f4
2 changed files with 38 additions and 12 deletions

View File

@ -56,7 +56,7 @@
*/
#define XBPS_PKGINDEX_VERSION "1.4"
#define XBPS_API_VERSION "20120122-1"
#define XBPS_API_VERSION "20120124"
#define XBPS_VERSION "0.12"
/**