From 84d71d7c91a049827d597af88c369eab32866fa6 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Thu, 20 Sep 2007 09:20:26 +0000 Subject: [PATCH] - If a package is deselected by user, apply this soft lock to all available versions of this package. --- VERSION.cmake | 2 +- package/libzypp.changes | 10 +++++++++- zypp/ui/SelectableImpl.cc | 3 +-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index ddd0c65ca..82a383e20 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -47,4 +47,4 @@ SET(LIBZYPP_MAJOR "3") SET(LIBZYPP_MINOR "24") SET(LIBZYPP_COMPATMINOR "24") -SET(LIBZYPP_PATCH "3") +SET(LIBZYPP_PATCH "4") diff --git a/package/libzypp.changes b/package/libzypp.changes index 20872f4d0..423d4d140 100644 --- a/package/libzypp.changes +++ b/package/libzypp.changes @@ -1,10 +1,18 @@ +------------------------------------------------------------------- +Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de + +- If a package is deselected by user, apply this soft lock to all + available versions of this package. +- version 3.24.4 +- revision 7316 + ------------------------------------------------------------------- Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de - Update: Do not set an item to installation if there has been already set one for installation which has the same NVA. Bug 326286 - version 3.24.3 -- r 7311 +- r 7311 ------------------------------------------------------------------- Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de diff --git a/zypp/ui/SelectableImpl.cc b/zypp/ui/SelectableImpl.cc index 3c4c52f7b..fd0977f47 100644 --- a/zypp/ui/SelectableImpl.cc +++ b/zypp/ui/SelectableImpl.cc @@ -65,8 +65,7 @@ namespace zypp for ( availableItem_const_iterator it = _impl.availableBegin(); it != _impl.availableEnd(); ++it ) { - if ( (*it).status().transacts() ) - (*it).status().setTransact( false, ResStatus::USER ); + (*it).status().setTransact( false, ResStatus::USER ); } } void unlockCandidates() const -- 2.34.1