diff --git a/yast2-update-2.17.6.tar.bz2 b/yast2-update-2.17.6.tar.bz2 deleted file mode 100644 index ad75807..0000000 --- a/yast2-update-2.17.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74e6d677387ac3ec96f04022e27670944b78d7ce0b77ff766ea37d90cdda7d53 -size 113249 diff --git a/yast2-update-2.17.7.tar.bz2 b/yast2-update-2.17.7.tar.bz2 new file mode 100644 index 0000000..3c61dd4 --- /dev/null +++ b/yast2-update-2.17.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed6d2f10c16926418e9cac67b1d7e5f6b459526c62341cc447bf4b33ce89ff9 +size 112884 diff --git a/yast2-update.changes b/yast2-update.changes index d5e30d1..aaba7c5 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Oct 9 18:56:12 CEST 2008 - locilka@suse.cz + +- Loading the Target after the partition to update is mounted, + Finishing the target before the partition is monted (because of + 'going back') (bnc #429080). +- Function SelectKernelPackages has been moved to Packages YCP + module (bnc #326269). +- 2.17.7 + ------------------------------------------------------------------- Tue Sep 23 17:22:51 CEST 2008 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 6bf490c..88dc98d 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.17.6) +# spec file for package yast2-update (Version 2.17.7) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-update -Version: 2.17.6 +Version: 2.17.7 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.17.6.tar.bz2 +Source0: yast2-update-2.17.7.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite # Packages::GetBaseSourceID @@ -36,7 +36,8 @@ BuildRequires: yast2 >= 2.16.49 # Update::* moved to Installation::update_* Requires: yast2 >= 2.16.5 Requires: yast2-installation -Requires: yast2-packager >= 2.17.19 +# Function SelectKernelPackages has been moved to Packages module (bnc #326269). +Requires: yast2-packager >= 2.17.27 # moved into yast2-update from yast2-installation # to remove dependency on yast2-storage Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp @@ -82,7 +83,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.17.6 +%setup -n yast2-update-2.17.7 %build %{prefix}/bin/y2tool y2autoconf @@ -130,6 +131,13 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp /usr/share/YaST2/clients/run_update.ycp %changelog +* Thu Oct 09 2008 locilka@suse.cz +- Loading the Target after the partition to update is mounted, + Finishing the target before the partition is monted (because of + 'going back') (bnc #429080). +- Function SelectKernelPackages has been moved to Packages YCP + module (bnc #326269). +- 2.17.7 * Tue Sep 23 2008 locilka@suse.cz - Calling Packages::CheckOldAddOns to report warning about product automatically selected for removal (FATE #304488).