From 69a4080a61a1fc874c73bf8fb5da0784c4af082d Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Fri, 19 Jul 2013 18:35:36 +0200 Subject: [PATCH] libtest.lib: fix two broken calls to 'notify()' Signed-off-by: Davide Madrisan --- ChangeLog | 11 ++++++++++- lib/libtest.lib.in | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index cf4aede..fd68502 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ -Changes in version 1.16.3 - Christmas Release +Changes in version 1.16.4 +Sat Jul 13 2013 Madrisan + ++ bugfix + * lib/libtest.lib - Davide Madrisan: + Replace 'notify --error' by 'notify.error'. + +------------------------------------------------------------------------------- + +Changes in version 1.16.3 Mon Mar 04 2013 Madrisan + bugfix diff --git a/lib/libtest.lib.in b/lib/libtest.lib.in index 972ff04..f2d7beb 100644 --- a/lib/libtest.lib.in +++ b/lib/libtest.lib.in @@ -93,11 +93,11 @@ can't create temporary directory"": $tmpextractdir/$i" pushd $tmpextractdir/$i >/dev/null rpm2cpio $pck > rpm_extract_tmp.cpio [ $? -eq 0 ] || - notify --error $"cannot extract files from rpm archive" + notify.error $"cannot extract files from rpm archive" cpio --quiet --extract --make-directories < rpm_extract_tmp.cpio [ $? -eq 0 ] || - notify --error $"cannot extract files from cpio archive" + notify.error $"cannot extract files from cpio archive" rm -f rpm_extract_tmp.cpio popd >/dev/null