diff --git a/yast2-installation-2.17.17.tar.bz2 b/yast2-installation-2.17.17.tar.bz2 deleted file mode 100644 index 763ce50..0000000 --- a/yast2-installation-2.17.17.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92453bc702809525f6127d2f8eab21288bd3c29677fd53a3bc582ce7c6836969 -size 255065 diff --git a/yast2-installation-2.17.19.tar.bz2 b/yast2-installation-2.17.19.tar.bz2 new file mode 100644 index 0000000..3bbf72c --- /dev/null +++ b/yast2-installation-2.17.19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0489b6dd3dad93029c66ffb06708107913d5f5e0ab6f01cce0ee3b0cb32e61 +size 254283 diff --git a/yast2-installation.changes b/yast2-installation.changes index 377c78e..1f065b7 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Wed Oct 08 12:51:01 CEST 2008 - aschnell@suse.de + +- removed cp of proc/mounts to /etc/mtab (bnc #425464) +- 2.17.19 + +------------------------------------------------------------------- +Mon Oct 6 15:30:53 CEST 2008 - locilka@suse.cz + +- Do not display any system type for SLES/SLED in installation + overview (bnc #431336). +- Clients inst_new_desktop and inst_scenarios converted to use + PackagesProposal API instead of using Pkg calls directly (bnc + #432572) +- Dropping obsolete inst_software_selection client instead of + convwerting it - not in use anymore (bnc #432572). +- Always change initial proposal [Next] button to [Install], + resp. [Update] (bnc #431567). +- Removing desktop definitions and default_desktop from SLED + control file, the required patterns are selected by PATTERNS + in content file already (bnc #431902). +- Adding lnussel's patch for desktop_finish to write + POLKIT_DEFAULT_PRIVS if defined in globals->polkit_default_privs + (bnc #431158). +- Adding polkit_default_privs="restrictive" for SLES (bnc #431158). +- 2.17.18 + +------------------------------------------------------------------- +Fri Oct 3 16:31:10 CEST 2008 - locilka@suse.cz + +- Enabling some steps in second stage even if Automatic + Configuration is in use. +- Feature added into openSUSE and SLED control files + (both bnc #428190). + +------------------------------------------------------------------- +Thu Oct 2 22:00:46 CEST 2008 - mzugec@suse.de + +- changed Release Notes into Support group (bnc#430005) + +------------------------------------------------------------------- +Thu Oct 2 19:13:07 CEST 2008 - locilka@suse.cz + +- Adjusted presentation_order for SLES and SLED installation + proposals - software has to be proposed as almost the last one + (bnc #431580). + +------------------------------------------------------------------- +Thu Oct 2 14:00:49 CEST 2008 - locilka@suse.cz + +- Added 'default_ntp_setup' into control files (SLES/D: false, + openSUSE: true) (bnc #431259). + ------------------------------------------------------------------- Thu Oct 2 11:39:48 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 5b3b3ed..b454c62 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.17) +# spec file for package yast2-installation (Version 2.17.19) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.17 +Version: 2.17.19 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.17.tar.bz2 +Source0: yast2-installation-2.17.19.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 @@ BuildRequires: yast2 >= 2.16.52 BuildRequires: yast2-packager >= 2.17.9 # AutoinstConfig::getProposalList Requires: autoyast2-installation >= 2.17.1 -# (public) ProductControl::InitAutomaticConfiguration -Requires: yast2 >= 2.17.7 +# PackagesProposal with `pattern(s) +Requires: yast2 >= 2.17.38 # Required in in the first stage, after # switching to the installed system, bugzilla #249679 Requires: yast2-bootloader @@ -114,7 +114,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.17 +%setup -n yast2-installation-2.17.19 %build %{prefix}/bin/y2tool y2autoconf @@ -183,6 +183,41 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Wed Oct 08 2008 aschnell@suse.de +- removed cp of proc/mounts to /etc/mtab (bnc #425464) +- 2.17.19 +* Mon Oct 06 2008 locilka@suse.cz +- Do not display any system type for SLES/SLED in installation + overview (bnc #431336). +- Clients inst_new_desktop and inst_scenarios converted to use + PackagesProposal API instead of using Pkg calls directly (bnc + [#432572]) +- Dropping obsolete inst_software_selection client instead of + convwerting it - not in use anymore (bnc #432572). +- Always change initial proposal [Next] button to [Install], + resp. [Update] (bnc #431567). +- Removing desktop definitions and default_desktop from SLED + control file, the required patterns are selected by PATTERNS + in content file already (bnc #431902). +- Adding lnussel's patch for desktop_finish to write + POLKIT_DEFAULT_PRIVS if defined in globals->polkit_default_privs + (bnc #431158). +- Adding polkit_default_privs="restrictive" for SLES (bnc #431158). +- 2.17.18 +* Fri Oct 03 2008 locilka@suse.cz +- Enabling some steps in second stage even if Automatic + Configuration is in use. +- Feature added into openSUSE and SLED control files + (both bnc #428190). +* Fri Oct 03 2008 mzugec@suse.de +- changed Release Notes into Support group (bnc#430005) +* Thu Oct 02 2008 locilka@suse.cz +- Adjusted presentation_order for SLES and SLED installation + proposals - software has to be proposed as almost the last one + (bnc #431580). +* Thu Oct 02 2008 locilka@suse.cz +- Added 'default_ntp_setup' into control files (SLES/D: false, + openSUSE: true) (bnc #431259). * Thu Oct 02 2008 locilka@suse.cz - Using two default desktops, one for inst_scenarios, another one (default) while inst_scenarios not used (bnc #431251,