From d597761fe0c1d56c47a7ee73e9c6e730baae4704 Mon Sep 17 00:00:00 2001 From: ewt Date: Fri, 19 Jul 1996 22:31:37 +0000 Subject: [PATCH] install v2 and v1 packages despite OS field, don't refuse to install all of them CVS patchset: 897 CVS date: 1996/07/19 22:31:37 --- lib/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install.c b/lib/install.c index 63c99fb..5bccac9 100644 --- a/lib/install.c +++ b/lib/install.c @@ -1494,7 +1494,7 @@ static int osOkay(Header h) { if (type == INT8_TYPE) { /* v1 packages and v2 packages both used improper OS numbers, so just deal with it hope things work */ - return 0; + return 1; } else { /* new os handling */ if (!rpmOsScore(pkgOs)) { -- 2.7.4