forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=12
This commit is contained in:
parent
2d4b2cff3d
commit
8b93d0b309
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:90cfbf5af1f11b299288e701083d08fb823a9e0cff94662c7ccbdbda1ba17639
|
|
||||||
size 200102
|
|
3
yast2-installation-2.15.14.tar.bz2
Normal file
3
yast2-installation-2.15.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:23fd0e20143e74714b857dbbe25edd9b2db12ecca067e4027a531ebec8bf456e
|
||||||
|
size 199814
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 9 10:05:20 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Module InstShowInfo has been moved from yast2-installation to
|
||||||
|
yast2-packager because this module is used by Add-Ons and
|
||||||
|
installation sources only.
|
||||||
|
- Adjusted RPM Requires (yast2-packager >= 2.15.22).
|
||||||
|
- 2.15.14
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 8 16:59:35 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Module GetInstArgs moved from yast2-installation to yast2, many
|
||||||
|
clients required yast2-installation only because of this module.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 8 14:45:39 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Tag 'PATTERNS' in product content file is depracated by
|
||||||
|
'REQUIRES' and/or 'RECOMMENDS' tag (#252122).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 6 16:44:49 CET 2007 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Do not export LINES and COLUMNS variables, so that terminal
|
||||||
|
resize event is handled correctly (#184179)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 6 16:44:48 CET 2007 - locilka@suse.cz
|
Tue Mar 6 16:44:48 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.15.13)
|
# spec file for package yast2-installation (Version 2.15.14)
|
||||||
#
|
#
|
||||||
# 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.13
|
Version: 2.15.14
|
||||||
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.13.tar.bz2
|
Source0: yast2-installation-2.15.14.tar.bz2
|
||||||
prefix: /usr
|
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 yast2-core-devel yast2-country yast2-devtools yast2-testsuite
|
||||||
Requires: autoyast2-installation
|
Requires: autoyast2-installation
|
||||||
@ -28,7 +28,8 @@ Requires: yast2-bootloader
|
|||||||
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
|
# License and AddOn modules moved to packager
|
||||||
Requires: yast2-packager >= 2.15.20
|
# InstShowInfo module moved to packager
|
||||||
|
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
|
||||||
@ -81,7 +82,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.15.13
|
%setup -n yast2-installation-2.15.14
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -144,6 +145,21 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 09 2007 - locilka@suse.cz
|
||||||
|
- Module InstShowInfo has been moved from yast2-installation to
|
||||||
|
yast2-packager because this module is used by Add-Ons and
|
||||||
|
installation sources only.
|
||||||
|
- Adjusted RPM Requires (yast2-packager >= 2.15.22).
|
||||||
|
- 2.15.14
|
||||||
|
* Thu Mar 08 2007 - locilka@suse.cz
|
||||||
|
- Module GetInstArgs moved from yast2-installation to yast2, many
|
||||||
|
clients required yast2-installation only because of this module.
|
||||||
|
* Thu Mar 08 2007 - locilka@suse.cz
|
||||||
|
- Tag 'PATTERNS' in product content file is depracated by
|
||||||
|
'REQUIRES' and/or 'RECOMMENDS' tag (#252122).
|
||||||
|
* Tue Mar 06 2007 - kmachalkova@suse.cz
|
||||||
|
- Do not export LINES and COLUMNS variables, so that terminal
|
||||||
|
resize event is handled correctly (#184179)
|
||||||
* Tue Mar 06 2007 - locilka@suse.cz
|
* Tue Mar 06 2007 - locilka@suse.cz
|
||||||
- AddOnProduct and ProductLicense finally moved to yast2-packager
|
- AddOnProduct and ProductLicense finally moved to yast2-packager
|
||||||
from yast2-installation to avoid build cycles.
|
from yast2-installation to avoid build cycles.
|
||||||
|
Loading…
Reference in New Issue
Block a user