From: Stanislav Visnovsky Date: Thu, 13 Apr 2006 15:02:26 +0000 (+0000) Subject: ask user if a file does not have a checksum defined X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~1045 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb69bddf247aea8a3a788625f1dbc7c843c66d5e;p=platform%2Fupstream%2Flibzypp.git ask user if a file does not have a checksum defined --- diff --git a/package/libzypp.changes b/package/libzypp.changes index af5185b..6281972 100644 --- a/package/libzypp.changes +++ b/package/libzypp.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz + +- ask for file without a checksum (#165125) + +------------------------------------------------------------------- Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de - dont abort on failed "dry_run" (#164583) diff --git a/zypp/source/susetags/SuseTagsImpl.cc b/zypp/source/susetags/SuseTagsImpl.cc index 55b5989..fed5b50 100644 --- a/zypp/source/susetags/SuseTagsImpl.cc +++ b/zypp/source/susetags/SuseTagsImpl.cc @@ -460,7 +460,7 @@ namespace zypp { callback::SendReport report; - if ( report->askUserToAcceptUnsignedFile(path) ) + if ( report->askUserToAcceptFileWithoutChecksum(path) ) { MIL << path << " user accepted unsigned file " << endl; return;