OBS User unknown 2007-04-05 22:14:44 +00:00 committed by Git OBS Bridge
parent 9cd79c580a
commit b87b61213a
4 changed files with 39 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbf8f83ce5dec15db9bc19c85ac99215a3e107e38fbf7865b52dba6c59c960bc
size 198334

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:864d44feedcc0cad162d8e1a7f7a75bfbe30ee944ffc307abaf992c3ddfca4a2
size 198227

View File

@ -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 Wed Mar 28 16:17:37 CEST 2007 - locilka@suse.cz

View File

@ -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. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild # norootforbuild
Name: yast2-installation Name: yast2-installation
Version: 2.15.16 Version: 2.15.17
Release: 1 Release: 1
License: GNU General Public License (GPL) License: GNU General Public License (GPL)
Group: System/YaST Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.16.tar.bz2 Source0: yast2-installation-2.15.17.tar.bz2
prefix: /usr 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: 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 BuildRequires: yast2 >= 2.15.22
@ -29,9 +29,8 @@ Requires: yast2-bootloader
# Language::selection_skipped, bugzilla #223258 # Language::selection_skipped, bugzilla #223258
Requires: yast2-country >= 2.15.0 Requires: yast2-country >= 2.15.0
Requires: yast2-network Requires: yast2-network
# License and AddOn modules moved to packager # PackagesUI::ConfirmLicenses, bugzilla #256627
# InstShowInfo module moved to packager Requires: yast2-packager >= 2.15.24
Requires: yast2-packager >= 2.15.22
# Only in inst-sys # Only in inst-sys
# Requires: yast2-add-on # Requires: yast2-add-on
# Requires: yast2-mouse # Requires: yast2-mouse
@ -84,7 +83,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz> Lukas Ocilka <locilka@suse.cz>
%prep %prep
%setup -n yast2-installation-2.15.16 %setup -n yast2-installation-2.15.17
%build %build
%{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2autoconf
@ -147,6 +146,18 @@ rm -rf "$RPM_BUILD_ROOT"
%endif %endif
%changelog %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 * Wed Mar 28 2007 - locilka@suse.cz
- Adjusted to use WorkflowManager instead AddOnProduct module - Adjusted to use WorkflowManager instead AddOnProduct module
in some cases to make Pattern-based installation and in some cases to make Pattern-based installation and