diff --git a/yast2-update-2.15.21.tar.bz2 b/yast2-update-2.15.21.tar.bz2 deleted file mode 100644 index 7c30ef1..0000000 --- a/yast2-update-2.15.21.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c17224bfdb6084020f0d848497fc4a2c29f326080b9a898821eb3796c025e4f3 -size 108903 diff --git a/yast2-update-2.15.22.tar.bz2 b/yast2-update-2.15.22.tar.bz2 new file mode 100644 index 0000000..c61590b --- /dev/null +++ b/yast2-update-2.15.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6927e3b4e0af80b0c18c7155d65f8f1327e8410dea4b15f78939ef9d03f67ec3 +size 109007 diff --git a/yast2-update.changes b/yast2-update.changes index 9ec87e2..89cf207 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Aug 27 14:18:25 CEST 2007 - locilka@suse.cz + +- Calling Storage::DeviceMatchFstab with not-translated device name + instead of the translated one (Storage::GetTranslatedDevices) + (#304269). +- 2.15.22 + ------------------------------------------------------------------- Thu Aug 23 15:22:12 CEST 2007 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index b258373..6a13548 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.15.21) +# spec file for package yast2-update (Version 2.15.22) # # 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.21 +Version: 2.15.22 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.15.21.tar.bz2 +Source0: yast2-update-2.15.22.tar.bz2 prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-packager yast2-storage yast2-testsuite # package not really needed to be installed but this breaks the building cycle @@ -35,12 +35,12 @@ Conflicts: yast2-pkg-bindings < 2.15.11 Conflicts: yast2-storage < 2.15.4 Summary: YaST2 - Update %package FACTORY -Version: 2.15.21 +Version: 2.15.22 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.15.21.tar.bz2 +Source0: yast2-update-2.15.22.tar.bz2 prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools Requires: yast2-update yast2 @@ -73,7 +73,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.15.21 +%setup -n yast2-update-2.15.22 %build %{prefix}/bin/y2tool y2autoconf @@ -119,6 +119,11 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp %changelog +* Mon Aug 27 2007 - locilka@suse.cz +- Calling Storage::DeviceMatchFstab with not-translated device name + instead of the translated one (Storage::GetTranslatedDevices) + (#304269). +- 2.15.22 * Thu Aug 23 2007 - locilka@suse.cz - Preselecting new kernel if recommended and installed kernels do not match. Removing other kernels but kernel-xen (#302419).