turn sigchecking off for now; bump version

CVS patchset: 5791
CVS date: 2002/10/21 13:49:04
This commit is contained in:
cturner 2002-10-21 13:49:04 +00:00
parent e9e68be03a
commit 01360cd4be
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use Data::Dumper;
use Cwd qw/realpath/;
use vars qw/$VERSION/;
$VERSION = '0.46';
$VERSION = '0.47';
use vars qw/@ISA/;
@ISA = qw/DynaLoader/;

View File

@ -116,6 +116,7 @@ _read_package_info(fp)
fd = fdDup(fileno(fp));
#ifdef RPM2_RPM41
rpmtsSetVSFlags(ts, _RPMVSF_NOSIGNATURES);
rc = rpmReadPackageFile(ts, fd, "filename or other identifier", &ret);
#else
rc = rpmReadPackageInfo(fd, NULL, &ret);