From 9cd79c580a56c9f8c7d26161aaaac0d35cd24c659435c82474d18a03103bdf7f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 28 Mar 2007 22:17:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=14 --- yast2-installation-2.15.15.tar.bz2 | 3 --- yast2-installation-2.15.16.tar.bz2 | 3 +++ yast2-installation.changes | 34 ++++++++++++++++++++++++++++++ yast2-installation.spec | 33 +++++++++++++++++++++++------ 4 files changed, 64 insertions(+), 9 deletions(-) delete mode 100644 yast2-installation-2.15.15.tar.bz2 create mode 100644 yast2-installation-2.15.16.tar.bz2 diff --git a/yast2-installation-2.15.15.tar.bz2 b/yast2-installation-2.15.15.tar.bz2 deleted file mode 100644 index 6764931..0000000 --- a/yast2-installation-2.15.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df2fad7d7e87f0927a28e55000a7de2c0efbcf311b030527068218b3f2e4dc9e -size 197918 diff --git a/yast2-installation-2.15.16.tar.bz2 b/yast2-installation-2.15.16.tar.bz2 new file mode 100644 index 0000000..ece0baf --- /dev/null +++ b/yast2-installation-2.15.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf8f83ce5dec15db9bc19c85ac99215a3e107e38fbf7865b52dba6c59c960bc +size 198334 diff --git a/yast2-installation.changes b/yast2-installation.changes index 3ccd193..6e1dd4d 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Mar 28 16:17:37 CEST 2007 - locilka@suse.cz + +- Adjusted to use WorkflowManager instead AddOnProduct module + in some cases to make Pattern-based installation and + configuration workflow (FATE #129). +- Adjusted RPM dependencies and BuildRequires. +- 2.15.16 + +------------------------------------------------------------------- +Tue Mar 27 14:22:46 CEST 2007 - ms@suse.de + +- fixed X11 preparation by checking /etc/reconfig_system (#252763) + +------------------------------------------------------------------- +Wed Mar 21 16:47:14 CET 2007 - locilka@suse.cz + +- Handling CloneSystem functionality when the client for cloning is + not installed (checkbox is disabled). + +------------------------------------------------------------------- +Mon Mar 19 13:09:57 CET 2007 - locilka@suse.cz + +- Creating an empty /etc/sysconfig/displaymanager in desktop_finish + if the sysconfing doesn't exist (minimal installation). +- Handling missing .proc.parport.devices agent (RPM recommends + yast2-printer for that). + +------------------------------------------------------------------- +Tue Mar 13 13:43:42 CET 2007 - locilka@suse.cz + +- Reboot in case of the declined license during the initial + installation (#252132). + ------------------------------------------------------------------- Mon Mar 12 08:44:19 CET 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index fe60cab..2639ff7 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.15) +# spec file for package yast2-installation (Version 2.15.16) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,16 +11,18 @@ # norootforbuild Name: yast2-installation -Version: 2.15.15 +Version: 2.15.16 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.15.tar.bz2 +Source0: yast2-installation-2.15.16.tar.bz2 prefix: /usr -BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-core-devel yast2-country yast2-devtools yast2-testsuite +BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite +BuildRequires: yast2 >= 2.15.22 Requires: autoyast2-installation -Requires: yast2 >= 2.14.6 +# WorkflowManager module +Requires: yast2 >= 2.15.22 # Required in in the first stage, after # switching to the installed system, bugzilla #249679 Requires: yast2-bootloader @@ -82,7 +84,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.15 +%setup -n yast2-installation-2.15.16 %build %{prefix}/bin/y2tool y2autoconf @@ -145,6 +147,25 @@ rm -rf "$RPM_BUILD_ROOT" %endif %changelog +* Wed Mar 28 2007 - locilka@suse.cz +- Adjusted to use WorkflowManager instead AddOnProduct module + in some cases to make Pattern-based installation and + configuration workflow (FATE #129). +- Adjusted RPM dependencies and BuildRequires. +- 2.15.16 +* Tue Mar 27 2007 - ms@suse.de +- fixed X11 preparation by checking /etc/reconfig_system (#252763) +* Wed Mar 21 2007 - locilka@suse.cz +- Handling CloneSystem functionality when the client for cloning is + not installed (checkbox is disabled). +* Mon Mar 19 2007 - locilka@suse.cz +- Creating an empty /etc/sysconfig/displaymanager in desktop_finish + if the sysconfing doesn't exist (minimal installation). +- Handling missing .proc.parport.devices agent (RPM recommends + yast2-printer for that). +* Tue Mar 13 2007 - locilka@suse.cz +- Reboot in case of the declined license during the initial + installation (#252132). * Mon Mar 12 2007 - locilka@suse.cz - Modules 'Product' and 'Installation' (installation settings) were moved from 'yast2-installation' to 'yast2' to minimize