diff --git a/yast2-update-2.15.5.tar.bz2 b/yast2-update-2.15.5.tar.bz2 deleted file mode 100644 index 99a93e7..0000000 --- a/yast2-update-2.15.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cd8c24521810341dcbb04184ae6655b3e5c9fff7134d82876283120a17c13fe -size 109814 diff --git a/yast2-update-2.15.6.tar.bz2 b/yast2-update-2.15.6.tar.bz2 new file mode 100644 index 0000000..f22eb3e --- /dev/null +++ b/yast2-update-2.15.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6e4da8c86621ddaa077c2c44663cbbd64c0e94df21387aed8670213dacdb90 +size 109871 diff --git a/yast2-update.changes b/yast2-update.changes index 8b549b6..677456f 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 13 15:47:25 CET 2007 - locilka@suse.cz + +- When checking the installed system either for Update or Boot + Installed System, consider partition valid when inst-sys is PPC + and installed system is PPC64. Don't be so strict (#249791). +- 2.15.6 + ------------------------------------------------------------------- Thu Mar 1 15:13:11 CET 2007 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 7eb1ec8..dd3f96f 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.15.5) +# spec file for package yast2-update (Version 2.15.6) # # 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.5 +Version: 2.15.6 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.15.5.tar.bz2 +Source0: yast2-update-2.15.6.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-add-on yast2-devtools yast2-packager yast2-testsuite yast2-xml Requires: yast2 @@ -51,7 +51,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.15.5 +%setup -n yast2-update-2.15.6 %build %{prefix}/bin/y2tool y2autoconf @@ -86,6 +86,11 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-update %changelog +* Tue Mar 13 2007 - locilka@suse.cz +- When checking the installed system either for Update or Boot + Installed System, consider partition valid when inst-sys is PPC + and installed system is PPC64. Don't be so strict (#249791). +- 2.15.6 * Thu Mar 01 2007 - locilka@suse.cz - Added more logging because of bug #249791. - Better layout for "Select System or Partition to Boot" dialog.