diff --git a/yast2-update-2.15.13.tar.bz2 b/yast2-update-2.15.13.tar.bz2 deleted file mode 100644 index eb4056c..0000000 --- a/yast2-update-2.15.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:757ef08163f27a460436564d4f3e4b408f6c3ba26ea35ae56b20627006a995b0 -size 107600 diff --git a/yast2-update-2.15.14.tar.bz2 b/yast2-update-2.15.14.tar.bz2 new file mode 100644 index 0000000..96cb5d0 --- /dev/null +++ b/yast2-update-2.15.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a943edc69f2f89a5bcb98da8c1a17588d8444ca53c284afb8c671f6c7f61269b +size 107766 diff --git a/yast2-update.changes b/yast2-update.changes index f41cf67..f1bf5f8 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 4 15:36:07 CEST 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 + (#288201). +- 2.15.14 + ------------------------------------------------------------------- Mon Jun 4 09:39:52 CEST 2007 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 4fc68ce..7d788df 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.15.13) +# spec file for package yast2-update (Version 2.15.14) # # 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.13 +Version: 2.15.14 Release: 1 -License: GNU General Public License (GPL) +License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.15.13.tar.bz2 +Source0: yast2-update-2.15.14.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.13 +%setup -n yast2-update-2.15.14 %build %{prefix}/bin/y2tool y2autoconf @@ -86,6 +86,11 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-update %changelog +* 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 + (#288201). +- 2.15.14 * Mon Jun 04 2007 - locilka@suse.cz - Displaying correct product names (from/to) in the FACTORY update proposal in warning message when products don't match (#280145).