From 806eec7e55c3cd18b5312e33c7c525675119e67166be753d773a27489b43ff08 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 17 Apr 2008 13:42:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=86 --- yast2-installation-2.16.36.tar.bz2 | 3 --- yast2-installation-2.16.37.tar.bz2 | 3 +++ yast2-installation.changes | 13 +++++++++++++ yast2-installation.spec | 23 +++++++++++++++-------- 4 files changed, 31 insertions(+), 11 deletions(-) delete mode 100644 yast2-installation-2.16.36.tar.bz2 create mode 100644 yast2-installation-2.16.37.tar.bz2 diff --git a/yast2-installation-2.16.36.tar.bz2 b/yast2-installation-2.16.36.tar.bz2 deleted file mode 100644 index 2938a1b..0000000 --- a/yast2-installation-2.16.36.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f4f63c056dced136c6418d768a9b9b855e9ddbd2294f5fab2fa5c8a87d07e2c -size 227785 diff --git a/yast2-installation-2.16.37.tar.bz2 b/yast2-installation-2.16.37.tar.bz2 new file mode 100644 index 0000000..39b4656 --- /dev/null +++ b/yast2-installation-2.16.37.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f2cb2de3f6bbeba0c9baead70d1e38b9042731eff3230548c2f70123b758b1 +size 222057 diff --git a/yast2-installation.changes b/yast2-installation.changes index d90eee4..1555d97 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Apr 17 14:01:46 CEST 2008 - locilka@suse.cz + +- Added image-downloading progress (reusing existent progress bar). +- 2.16.37 + +------------------------------------------------------------------- +Wed Apr 16 14:20:06 CEST 2008 - locilka@suse.cz + +- Running runlevel proposal after software proposal (bnc #380141). +- Using new possibility to disable and then reenable package + callbacks (system_analysis, deploy_images). + ------------------------------------------------------------------- Tue Apr 15 11:45:18 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 520a771..fe285bd 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.16.36) +# spec file for package yast2-installation (Version 2.16.37) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,21 +12,21 @@ Name: yast2-installation -Version: 2.16.36 +Version: 2.16.37 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.16.36.tar.bz2 +Source0: yast2-installation-2.16.37.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 -# anyxml -> barexml (bnc #366867) -BuildRequires: yast2 >= 2.16.39 +# PackageCallbacks::RegisterEmptyProgressCallbacks() +BuildRequires: yast2 >= 2.16.52 # SourceManager::InstInitSourceMoveDownloadArea BuildRequires: yast2-packager >= 2.16.32 Requires: autoyast2-installation -# GetInstArgs::automatic_configuration -Requires: yast2 >= 2.16.46 +# PackageCallbacks::RegisterEmptyProgressCallbacks() +Requires: yast2 >= 2.16.52 # Required in in the first stage, after # switching to the installed system, bugzilla #249679 Requires: yast2-bootloader @@ -106,7 +106,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.16.36 +%setup -n yast2-installation-2.16.37 %build %{prefix}/bin/y2tool y2autoconf @@ -172,6 +172,13 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Thu Apr 17 2008 locilka@suse.cz +- Added image-downloading progress (reusing existent progress bar). +- 2.16.37 +* Wed Apr 16 2008 locilka@suse.cz +- Running runlevel proposal after software proposal (bnc #380141). +- Using new possibility to disable and then reenable package + callbacks (system_analysis, deploy_images). * Tue Apr 15 2008 locilka@suse.cz - ImageInstallation tries to find details-.xml, then details.xml to provide useful progress while deploying images.