diff --git a/yast2-update-2.17.12.tar.bz2 b/yast2-update-2.17.12.tar.bz2 deleted file mode 100644 index edf61fb..0000000 --- a/yast2-update-2.17.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c84f9951b633e473ad88084d25297beab6ec16d2dadd2021828903e0b0f0661 -size 113373 diff --git a/yast2-update-2.17.13.tar.bz2 b/yast2-update-2.17.13.tar.bz2 new file mode 100644 index 0000000..ae76e80 --- /dev/null +++ b/yast2-update-2.17.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e431df13783ca4dc885ab5b75283d02e4986a78cb80ecbb1b052906ce79758f +size 113619 diff --git a/yast2-update.changes b/yast2-update.changes index 8dbc36d..e28799d 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 20 14:05:59 CET 2008 - aschnell@suse.de + +- added warning for use of kernel device names in /etc/fstab + during update (bnc #429019) +- 2.17.13 + ------------------------------------------------------------------- Wed Nov 19 17:32:01 CET 2008 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 0fc3570..30181d6 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.17.12) +# spec file for package yast2-update (Version 2.17.13) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-update -Version: 2.17.12 +Version: 2.17.13 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.17.12.tar.bz2 +Source0: yast2-update-2.17.13.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite # Packages::GetBaseSourceID @@ -82,7 +82,7 @@ Authors: Jiri Srain <jsrain@suse.cz> %prep -%setup -n yast2-update-2.17.12 +%setup -n yast2-update-2.17.13 %build %{prefix}/bin/y2tool y2autoconf @@ -130,6 +130,10 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp /usr/share/YaST2/clients/run_update.ycp %changelog +* Thu Nov 20 2008 aschnell@suse.de +- added warning for use of kernel device names in /etc/fstab + during update (bnc #429019) +- 2.17.13 * Wed Nov 19 2008 locilka@suse.cz - Added checking for incomplete installation when such system is selected for update (bnc #441919).