turn sigchecking off for now; bump version
authorcturner <devnull@localhost>
Mon, 21 Oct 2002 13:49:04 +0000 (13:49 +0000)
committercturner <devnull@localhost>
Mon, 21 Oct 2002 13:49:04 +0000 (13:49 +0000)
CVS patchset: 5791
CVS date: 2002/10/21 13:49:04

perl-RPM2/RPM2.pm
perl-RPM2/RPM2.xs

index c08bab0..9bbd59e 100644 (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/;
 
index eebb6ee..11f1838 100644 (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);