diff --git a/yast2-update-2.15.14.tar.bz2 b/yast2-update-2.15.14.tar.bz2 deleted file mode 100644 index 96cb5d0..0000000 --- a/yast2-update-2.15.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a943edc69f2f89a5bcb98da8c1a17588d8444ca53c284afb8c671f6c7f61269b -size 107766 diff --git a/yast2-update-2.15.15.tar.bz2 b/yast2-update-2.15.15.tar.bz2 new file mode 100644 index 0000000..07809b1 --- /dev/null +++ b/yast2-update-2.15.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51c956c4e49e61d598274112b3293d514e27c3d388905a51e4133b0acbf265b +size 108503 diff --git a/yast2-update.changes b/yast2-update.changes index f1bf5f8..c2c9230 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jul 18 08:53:15 CEST 2007 - locilka@suse.cz + +- Warn user if the /boot partition is too small (less than 64 MB, + resp. 200 on IA64). User can either cancel updating or confirm + it despite the risk of possible failure (#258563). +- Fixed update_proposal to warn 'non-mathing versions' only in case + the update is performed on a running system. +- More debugging for device-names translation during upgrade. +- 2.15.15 + ------------------------------------------------------------------- Wed Jul 4 15:36:07 CEST 2007 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 7d788df..0999025 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.15.14) +# spec file for package yast2-update (Version 2.15.15) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-update -Version: 2.15.14 +Version: 2.15.15 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.15.14.tar.bz2 +Source0: yast2-update-2.15.15.tar.bz2 prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-add-on yast2-devtools yast2-packager yast2-testsuite Requires: yast2 @@ -51,7 +51,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.15.14 +%setup -n yast2-update-2.15.15 %build %{prefix}/bin/y2tool y2autoconf @@ -86,6 +86,14 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-update %changelog +* Wed Jul 18 2007 - locilka@suse.cz +- Warn user if the /boot partition is too small (less than 64 MB, + resp. 200 on IA64). User can either cancel updating or confirm + it despite the risk of possible failure (#258563). +- Fixed update_proposal to warn 'non-mathing versions' only in case + the update is performed on a running system. +- More debugging for device-names translation during upgrade. +- 2.15.15 * Wed Jul 04 2007 - locilka@suse.cz - Do not let wrong architecture to make partition invalid in case of boot-from-partition but make it invalid in case of upgrade