diff --git a/yast2-installation-2.15.16.tar.bz2 b/yast2-installation-2.15.16.tar.bz2 deleted file mode 100644 index ece0baf..0000000 --- a/yast2-installation-2.15.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbf8f83ce5dec15db9bc19c85ac99215a3e107e38fbf7865b52dba6c59c960bc -size 198334 diff --git a/yast2-installation-2.15.17.tar.bz2 b/yast2-installation-2.15.17.tar.bz2 new file mode 100644 index 0000000..490326b --- /dev/null +++ b/yast2-installation-2.15.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864d44feedcc0cad162d8e1a7f7a75bfbe30ee944ffc307abaf992c3ddfca4a2 +size 198227 diff --git a/yast2-installation.changes b/yast2-installation.changes index 6e1dd4d..6831043 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Apr 5 13:34:48 CEST 2007 - locilka@suse.cz + +- Using function PackagesUI::ConfirmLicenses() instead of + maintaining own code with almost the same functionality (#256627) +- Adjusted RPM dependencies +- Unified inst_startup UI to use the Progress library instead of + sequence of busy pop-ups. +- Unified inst_system_analysis UI to use the Progress library + instead of empty dialog. +- 2.15.17 + +------------------------------------------------------------------- +Wed Apr 4 10:35:55 CEST 2007 - locilka@suse.cz + +- Removed IPv6 proposal from installation control file. IPv6 + proposal has been merged into Network Mode proposal (#260261). + ------------------------------------------------------------------- Wed Mar 28 16:17:37 CEST 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 2639ff7..cf556cf 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.16) +# spec file for package yast2-installation (Version 2.15.17) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-installation -Version: 2.15.16 +Version: 2.15.17 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.16.tar.bz2 +Source0: yast2-installation-2.15.17.tar.bz2 prefix: /usr 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 @@ -29,9 +29,8 @@ Requires: yast2-bootloader # Language::selection_skipped, bugzilla #223258 Requires: yast2-country >= 2.15.0 Requires: yast2-network -# License and AddOn modules moved to packager -# InstShowInfo module moved to packager -Requires: yast2-packager >= 2.15.22 +# PackagesUI::ConfirmLicenses, bugzilla #256627 +Requires: yast2-packager >= 2.15.24 # Only in inst-sys # Requires: yast2-add-on # Requires: yast2-mouse @@ -84,7 +83,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.16 +%setup -n yast2-installation-2.15.17 %build %{prefix}/bin/y2tool y2autoconf @@ -147,6 +146,18 @@ rm -rf "$RPM_BUILD_ROOT" %endif %changelog +* Thu Apr 05 2007 - locilka@suse.cz +- Using function PackagesUI::ConfirmLicenses() instead of + maintaining own code with almost the same functionality (#256627) +- Adjusted RPM dependencies +- Unified inst_startup UI to use the Progress library instead of + sequence of busy pop-ups. +- Unified inst_system_analysis UI to use the Progress library + instead of empty dialog. +- 2.15.17 +* Wed Apr 04 2007 - locilka@suse.cz +- Removed IPv6 proposal from installation control file. IPv6 + proposal has been merged into Network Mode proposal (#260261). * Wed Mar 28 2007 - locilka@suse.cz - Adjusted to use WorkflowManager instead AddOnProduct module in some cases to make Pattern-based installation and