forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=58
This commit is contained in:
parent
6c38ee185b
commit
df1e8c14a7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d3f1e0db5849fc43dfede1c821fac0ab90e1091a6ee60ed745d997b94ba4760
|
|
||||||
size 214913
|
|
3
yast2-installation-2.16.9.tar.bz2
Normal file
3
yast2-installation-2.16.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c035e83af32e9876779690644c69e7c4cd133cb162934d81f68028e58291843
|
||||||
|
size 219992
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 14 13:39:00 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added new Language/Keyboard/License dialog (FATE #302957).
|
||||||
|
- Updated control files.
|
||||||
|
- 2.16.9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 10 14:08:17 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Extended system type and software selection dialog. Added base
|
||||||
|
pattern (selected desktop) description, helps, default status
|
||||||
|
for secondary selections, ...
|
||||||
|
- Added possibility to control visibility of Online Repositories
|
||||||
|
via the installation control file (hidden by default).
|
||||||
|
- Added more control-file documentation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 18 16:54:39 CET 2007 - locilka@suse.cz
|
Tue Dec 18 16:54:39 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.16.8)
|
# spec file for package yast2-installation (Version 2.16.9)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.16.8
|
Version: 2.16.9
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-2.16.8.tar.bz2
|
Source0: yast2-installation-2.16.9.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||||
# Mode::live_installation
|
# Mode::live_installation
|
||||||
@ -70,12 +70,12 @@ BuildArch: noarch
|
|||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.16.8
|
Version: 2.16.9
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-2.16.8.tar.bz2
|
Source0: yast2-installation-2.16.9.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Requires: yast2-installation >= 2.15.34
|
Requires: yast2-installation >= 2.15.34
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
@ -108,7 +108,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.16.8
|
%setup -n yast2-installation-2.16.9
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -178,6 +178,17 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 14 2008 - locilka@suse.cz
|
||||||
|
- Added new Language/Keyboard/License dialog (FATE #302957).
|
||||||
|
- Updated control files.
|
||||||
|
- 2.16.9
|
||||||
|
* Thu Jan 10 2008 - locilka@suse.cz
|
||||||
|
- Extended system type and software selection dialog. Added base
|
||||||
|
pattern (selected desktop) description, helps, default status
|
||||||
|
for secondary selections, ...
|
||||||
|
- Added possibility to control visibility of Online Repositories
|
||||||
|
via the installation control file (hidden by default).
|
||||||
|
- Added more control-file documentation.
|
||||||
* Tue Dec 18 2007 - locilka@suse.cz
|
* Tue Dec 18 2007 - locilka@suse.cz
|
||||||
- Added new desktop and software selection dialog.
|
- Added new desktop and software selection dialog.
|
||||||
- 2.16.8
|
- 2.16.8
|
||||||
|
Loading…
Reference in New Issue
Block a user