From 297cd66d7ba0ab41beb08897af99b963d2cb18d9 Mon Sep 17 00:00:00 2001 From: nanardon Date: Sat, 8 Oct 2005 17:30:58 +0000 Subject: - code was still using Hdlist :\ git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@41 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/bin/rpmresign | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'RPM4/bin/rpmresign') diff --git a/RPM4/bin/rpmresign b/RPM4/bin/rpmresign index 4cce105..7c860e1 100755 --- a/RPM4/bin/rpmresign +++ b/RPM4/bin/rpmresign @@ -18,7 +18,7 @@ use strict; use warnings; use Getopt::Long; -use Hdlist::Sign; +use RPM4::Sign; my ($configfile, $batch, $sigtype, $passfile, $macrofile, $fastmode, $path, $name, $keyid, $pass); my @defines; @@ -35,7 +35,7 @@ GetOptions( ); foreach (@defines) { - Hdlist::add_macro($_); + RPM4::add_macro($_); } if (!$passfile) { @@ -43,7 +43,7 @@ if (!$passfile) { chomp($pass); } -my $sign = Hdlist::Sign->new( +my $sign = RPM4::Sign->new( passphrase => $pass, _signature => $sigtype, path => $path, -- cgit v1.2.1