From b60da7b381c5e92f90c5701b40d95a601f8be13d32e6fa98dd93a270fdf3ffb6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 6 Sep 2008 02:56:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=107 --- yast2-installation-2.17.6.tar.bz2 | 3 -- yast2-installation-2.17.8.tar.bz2 | 3 ++ yast2-installation.changes | 50 +++++++++++++++++++++++++++++ yast2-installation.spec | 53 ++++++++++++++++++++++++------- 4 files changed, 94 insertions(+), 15 deletions(-) delete mode 100644 yast2-installation-2.17.6.tar.bz2 create mode 100644 yast2-installation-2.17.8.tar.bz2 diff --git a/yast2-installation-2.17.6.tar.bz2 b/yast2-installation-2.17.6.tar.bz2 deleted file mode 100644 index 50c4abf..0000000 --- a/yast2-installation-2.17.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:016666eb7f784452a5cbdc9040048fc4047a87b2931031132885802ea7794261 -size 243110 diff --git a/yast2-installation-2.17.8.tar.bz2 b/yast2-installation-2.17.8.tar.bz2 new file mode 100644 index 0000000..1670ed7 --- /dev/null +++ b/yast2-installation-2.17.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450eb6a030df890b1f2b8099f5ff8e4fb03a392fbf18ddda37f13e802054d8b3 +size 253146 diff --git a/yast2-installation.changes b/yast2-installation.changes index 8ed08ee..95648c2 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Fri Sep 5 12:45:00 CEST 2008 - locilka@suse.cz + +- Some inst_finish steps are called in live installer only. +- Client vm_finish called only if yast2-vm is installed. +- Using WFM::ClientExists (new in yast2-core-2.17.10). +- Adjusted RPM dependencies. +- 2.17.8 + +------------------------------------------------------------------- +Thu Sep 4 15:02:01 CEST 2008 - sschober@suse.de + +- cloning section in control.xml changed. + +------------------------------------------------------------------- +Wed Sep 03 14:49:19 CEST 2008 - aschnell@suse.de + +- adapted size values in control files to stricter parser in + storage + +------------------------------------------------------------------- +Tue Sep 2 15:20:09 CEST 2008 - locilka@suse.cz + +- Using new tag in control file to explicitly define + a client to be called instead of guessing it from tag + (openSUSE, SLED control files) (bnc #401319). +- Updated control files to call inst_prepareprogress to + "Provide consistent progress during installation" (FATE #303860). +- All 'inst_proposal' calls changed to use the new 'execute' + feature to have unique 'name's (needed for merging add-on control + files). +- Adjusted RPM dependencies (FATE #303860). +- 2.17.7 + +------------------------------------------------------------------- +Tue Sep 2 11:10:01 CEST 2008 - visnov@suse.cz + +- Use unified progressbar during installation (FATE #303860) + +------------------------------------------------------------------- +Thu Aug 28 15:19:57 CEST 2008 - locilka@suse.cz + +- Using new ButtonBox widget. +- Adjusted RPM dependencies. + +------------------------------------------------------------------- +Thu Aug 21 13:01:40 CEST 2008 - jsuchome@suse.cz + +- check for command line mode in inst_suseconfig (bnc#419132) + ------------------------------------------------------------------- Tue Aug 19 15:45:07 CEST 2008 - jsrain@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index b83aaee..75c6d83 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.6) +# spec file for package yast2-installation (Version 2.17.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,18 +19,18 @@ Name: yast2-installation -Version: 2.17.6 +Version: 2.17.8 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.6.tar.bz2 +Source0: yast2-installation-2.17.8.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() BuildRequires: yast2 >= 2.16.52 -# SourceManager::InstInitSourceMoveDownloadArea -BuildRequires: yast2-packager >= 2.16.32 +# Unified progress bar (done by visnov) +BuildRequires: yast2-packager >= 2.17.9 # AutoinstConfig::getProposalList Requires: autoyast2-installation >= 2.17.1 # (public) ProductControl::InitAutomaticConfiguration @@ -41,9 +41,8 @@ Requires: yast2-bootloader # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions) Requires: yast2-country-data >= 2.16.11 -# DefaultDesktop::SelectedDesktops -# ... + newly added data into desktops map -Requires: yast2-packager >= 2.16.41 +# Unified progress bar (done by visnov) +Requires: yast2-packager >= 2.17.9 # Only in inst-sys # Requires: yast2-runlevel # Requires: yast2-network @@ -57,9 +56,10 @@ Conflicts: yast2-pkg-bindings < 2.13.101 # 'Product' and 'Installation' moved to 'yast2' # needs NetworkService::isNetworkRunning() from yast2 Conflicts: yast2 < 2.15.35 -# New builtin setenv() -# Bugzilla #305163 -Conflicts: yast2-core <= 2.15.9 +# Added new function WFM::ClientExists +Conflicts: yast2-core < 2.17.10 +# ButtonBox widget +Conflicts: yast2-ycp-ui-bindings < 2.17.3 # tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103) Requires: tar gzip Requires: coreutils @@ -114,7 +114,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.6 +%setup -n yast2-installation-2.17.8 %build %{prefix}/bin/y2tool y2autoconf @@ -180,6 +180,35 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Fri Sep 05 2008 locilka@suse.cz +- Some inst_finish steps are called in live installer only. +- Client vm_finish called only if yast2-vm is installed. +- Using WFM::ClientExists (new in yast2-core-2.17.10). +- Adjusted RPM dependencies. +- 2.17.8 +* Thu Sep 04 2008 sschober@suse.de +- cloning section in control.xml changed. +* Wed Sep 03 2008 aschnell@suse.de +- adapted size values in control files to stricter parser in + storage +* Tue Sep 02 2008 locilka@suse.cz +- Using new tag in control file to explicitly define + a client to be called instead of guessing it from tag + (openSUSE, SLED control files) (bnc #401319). +- Updated control files to call inst_prepareprogress to + "Provide consistent progress during installation" (FATE #303860). +- All 'inst_proposal' calls changed to use the new 'execute' + feature to have unique 'name's (needed for merging add-on control + files). +- Adjusted RPM dependencies (FATE #303860). +- 2.17.7 +* Tue Sep 02 2008 visnov@suse.cz +- Use unified progressbar during installation (FATE #303860) +* Thu Aug 28 2008 locilka@suse.cz +- Using new ButtonBox widget. +- Adjusted RPM dependencies. +* Thu Aug 21 2008 jsuchome@suse.cz +- check for command line mode in inst_suseconfig (bnc#419132) * Tue Aug 19 2008 jsrain@suse.cz - properly detect firstboot and do not destroy xorg.conf (bnc#354738)