diff --git a/yast2-installation-2.15.51.tar.bz2 b/yast2-installation-2.15.51.tar.bz2 deleted file mode 100644 index 99ba9eb..0000000 --- a/yast2-installation-2.15.51.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dc12de274d087f3aa8617479b5196bb673deb7e4dd53fdd38f13764518cbeb7 -size 213169 diff --git a/yast2-installation-2.15.52.tar.bz2 b/yast2-installation-2.15.52.tar.bz2 new file mode 100644 index 0000000..ecf0107 --- /dev/null +++ b/yast2-installation-2.15.52.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb00ddf6dba8d7136b973ab01001ac9d388c112e65f663d0f5d79ace9a2bcbe +size 213345 diff --git a/yast2-installation.changes b/yast2-installation.changes index 7f9b0ba..5755f8a 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Sep 21 09:53:37 CEST 2007 - locilka@suse.cz + +- When normal umount at the end of the installation fails, try + at least: sync, remount read-only, umount --force. +- Report all services running in the installation directory + (both #326478). +- 2.15.52 + ------------------------------------------------------------------- Thu Sep 20 12:23:01 CEST 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 68477c5..38d11a8 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.51) +# spec file for package yast2-installation (Version 2.15.52) # # 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-installation -Version: 2.15.51 +Version: 2.15.52 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.51.tar.bz2 +Source0: yast2-installation-2.15.52.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite # Mode::live_installation @@ -67,12 +67,12 @@ BuildArch: noarch Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.15.51 +Version: 2.15.52 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.51.tar.bz2 +Source0: yast2-installation-2.15.52.tar.bz2 Prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -105,7 +105,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.51 +%setup -n yast2-installation-2.15.52 %build %{prefix}/bin/y2tool y2autoconf @@ -177,6 +177,12 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Fri Sep 21 2007 - locilka@suse.cz +- When normal umount at the end of the installation fails, try + at least: sync, remount read-only, umount --force. +- Report all services running in the installation directory + (both #326478). +- 2.15.52 * Thu Sep 20 2007 - locilka@suse.cz - Changed inst_upgrade_urls to add sources not enabled during the upgrade in a disabled state instead of ignoring them (#326342).