forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=78
This commit is contained in:
parent
bb571e97b7
commit
d130788122
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89c751dd7e17ef541bb030d103ee5c0dd60adae3fa2ff9b510e96716eb526df8
|
||||
size 225750
|
3
yast2-installation-2.16.29.tar.bz2
Normal file
3
yast2-installation-2.16.29.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7009438c8b0fad7c2dd524aa3db558fa0292e4dc51d2e7a2b8cbd84dd298357
|
||||
size 225591
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 16:40:16 CEST 2008 - locilka@suse.cz
|
||||
|
||||
- Removed Winkeys support during installation (bnc 376248).
|
||||
- Fixed the decision-making process which images fits the best.
|
||||
- Added new control file entries to adjust the Community
|
||||
Repositories and Add-Ons during installation.
|
||||
- Cosmetic changes when initializing the wizard steps according to
|
||||
control file.
|
||||
- Fixed untarring bzip2 or gzip-based images.
|
||||
- Changed instalation from images to count the best image-set
|
||||
from patterns (list of patterns in image-set) in images.xml.
|
||||
- 2.16.29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 13:12:00 CEST 2008 - locilka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-installation (Version 2.16.28)
|
||||
# spec file for package yast2-installation (Version 2.16.29)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,12 +12,12 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.16.28
|
||||
Version: 2.16.29
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.16.28.tar.bz2
|
||||
Source0: yast2-installation-2.16.29.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)
|
||||
@ -105,7 +105,7 @@ Authors:
|
||||
Lukas Ocilka <locilka@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-installation-2.16.28
|
||||
%setup -n yast2-installation-2.16.29
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -171,6 +171,17 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||
%changelog
|
||||
* Thu Apr 03 2008 locilka@suse.cz
|
||||
- Removed Winkeys support during installation (bnc 376248).
|
||||
- Fixed the decision-making process which images fits the best.
|
||||
- Added new control file entries to adjust the Community
|
||||
Repositories and Add-Ons during installation.
|
||||
- Cosmetic changes when initializing the wizard steps according to
|
||||
control file.
|
||||
- Fixed untarring bzip2 or gzip-based images.
|
||||
- Changed instalation from images to count the best image-set
|
||||
from patterns (list of patterns in image-set) in images.xml.
|
||||
- 2.16.29
|
||||
* Tue Apr 01 2008 locilka@suse.cz
|
||||
- Automatic configuration can be newly defined by control file. Two
|
||||
new variables have been added enable_autoconfiguration and
|
||||
|
Loading…
Reference in New Issue
Block a user