aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packdrake-pm/packdrake.pm2
-rw-r--r--rpmtools.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/packdrake-pm/packdrake.pm b/packdrake-pm/packdrake.pm
index 36aa983..8e39f46 100644
--- a/packdrake-pm/packdrake.pm
+++ b/packdrake-pm/packdrake.pm
@@ -483,7 +483,7 @@ sub build_archive {
my @data_f;
foreach my $file (@{$packer->{files}}) {
- $packer->{data}{$file} or die "packdrake: internal error on $_\n";
+ $packer->{data}{$file} or die "packdrake: internal error on $file\n";
#- specific according to type.
#- with this version, only f has specific data other than strings.
diff --git a/rpmtools.spec b/rpmtools.spec
index 5ac0bad..0728ab6 100644
--- a/rpmtools.spec
+++ b/rpmtools.spec
@@ -1,5 +1,5 @@
%define name rpmtools
-%define release 6mdk
+%define release 7mdk
# do not modify here, see Makefile in the CVS
%define version 4.5
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/*
%changelog
+* Fri Dec 6 2002 Pixel <pixel@mandrakesoft.com> 4.5-7mdk
+- fix a bug in an error message (as detected by perl_checker)
+
* Wed Dec 4 2002 Pixel <pixel@mandrakesoft.com> 4.5-6mdk
- packdrake.pm is now perl_checker compliant