From 659b053e35400e682062aa29a1eb08f8b3cfc980d341ed5a8b1a077eb43edd99 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 22 Apr 2008 22:39:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=87 --- yast2-installation-2.16.37.tar.bz2 | 3 --- yast2-installation-2.16.38.tar.bz2 | 3 +++ yast2-installation.changes | 36 ++++++++++++++++++++++++++++++ yast2-installation.spec | 30 ++++++++++++++++++++----- 4 files changed, 63 insertions(+), 9 deletions(-) delete mode 100644 yast2-installation-2.16.37.tar.bz2 create mode 100644 yast2-installation-2.16.38.tar.bz2 diff --git a/yast2-installation-2.16.37.tar.bz2 b/yast2-installation-2.16.37.tar.bz2 deleted file mode 100644 index 39b4656..0000000 --- a/yast2-installation-2.16.37.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70f2cb2de3f6bbeba0c9baead70d1e38b9042731eff3230548c2f70123b758b1 -size 222057 diff --git a/yast2-installation-2.16.38.tar.bz2 b/yast2-installation-2.16.38.tar.bz2 new file mode 100644 index 0000000..b43d8f2 --- /dev/null +++ b/yast2-installation-2.16.38.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b5f32ab5bd2d31a09884b874c0531b0464af0088f4e022f1691c2d68a5f991 +size 222553 diff --git a/yast2-installation.changes b/yast2-installation.changes index 1555d97..a03b439 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Tue Apr 22 12:26:52 CEST 2008 - locilka@suse.cz + +- Fixed filtering-out already registered repos (bnc #379051). +- Client inst_prepare_image moved to installation proposal make + disabling 'installation from images' easy (bnc #381234). +- 2.16.38 + +------------------------------------------------------------------- +Mon Apr 21 15:28:24 CEST 2008 - locilka@suse.cz + +- Calling 'xset r off' & 'xset m 1' (bnc #376945). +- Better help for Automatic configuration (bnc #381904). + +------------------------------------------------------------------- +Mon Apr 21 14:48:58 CEST 2008 - locilka@suse.cz + +- Using new DefaultDesktop::SelectedDesktops for writing the + display manager configuration. + +------------------------------------------------------------------- +Fri Apr 18 16:17:54 CEST 2008 - locilka@suse.cz + +- Calling 'xset -r off' at the beginning of installation (both + first and second stage) in X on XEN (bnc #376945). + +------------------------------------------------------------------- +Fri Apr 18 16:01:13 CEST 2008 - juhliarik@suse.cz + +- Added text for using kexec (yast_inf_finish.ycp) + +------------------------------------------------------------------- +Thu Apr 17 17:15:02 CEST 2008 - locilka@suse.cz + +- Added more debugging messages into ImageInstallation module. + ------------------------------------------------------------------- Thu Apr 17 14:01:46 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index fe285bd..f359a4b 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.37) +# spec file for package yast2-installation (Version 2.16.38) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-installation -Version: 2.16.37 +Version: 2.16.38 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.37.tar.bz2 +Source0: yast2-installation-2.16.38.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite # PackageCallbacks::RegisterEmptyProgressCallbacks() @@ -33,8 +33,8 @@ Requires: yast2-bootloader # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions) Requires: yast2-country-data >= 2.16.11 -# SourceManager::InstInitSourceMoveDownloadArea -Requires: yast2-packager >= 2.16.32 +# DefaultDesktop::SelectedDesktops +Requires: yast2-packager >= 2.16.37 # Only in inst-sys # Requires: yast2-runlevel # Requires: yast2-network @@ -106,7 +106,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.37 +%setup -n yast2-installation-2.16.38 %build %{prefix}/bin/y2tool y2autoconf @@ -172,6 +172,24 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Tue Apr 22 2008 locilka@suse.cz +- Fixed filtering-out already registered repos (bnc #379051). +- Client inst_prepare_image moved to installation proposal make + disabling 'installation from images' easy (bnc #381234). +- 2.16.38 +* Mon Apr 21 2008 locilka@suse.cz +- Calling 'xset r off' & 'xset m 1' (bnc #376945). +- Better help for Automatic configuration (bnc #381904). +* Mon Apr 21 2008 locilka@suse.cz +- Using new DefaultDesktop::SelectedDesktops for writing the + display manager configuration. +* Fri Apr 18 2008 locilka@suse.cz +- Calling 'xset -r off' at the beginning of installation (both + first and second stage) in X on XEN (bnc #376945). +* Fri Apr 18 2008 juhliarik@suse.cz +- Added text for using kexec (yast_inf_finish.ycp) +* Thu Apr 17 2008 locilka@suse.cz +- Added more debugging messages into ImageInstallation module. * Thu Apr 17 2008 locilka@suse.cz - Added image-downloading progress (reusing existent progress bar). - 2.16.37