forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=66
This commit is contained in:
parent
7362ec766e
commit
84c25a0a89
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6e3c26f7900c9acca1f2bf7452256249b0b8d7f15e40a2cfe9afddaf3a84c77
|
|
||||||
size 223013
|
|
3
yast2-installation-2.16.17.tar.bz2
Normal file
3
yast2-installation-2.16.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cee75fcd54ddba5f60e53a53fd78b0120c08dce45dca31abefb2742c762a22af
|
||||||
|
size 222765
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 5 16:04:15 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Squashfs image needs to be mounted using '-o loop'.
|
||||||
|
- Displaying busy cursor when downloading the extension.
|
||||||
|
- 2.16.17
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 4 19:04:29 CET 2008 - locilka@suse.cz
|
Mon Feb 4 19:04:29 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.16.16)
|
# spec file for package yast2-installation (Version 2.16.17)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 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
|
||||||
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.16.16
|
Version: 2.16.17
|
||||||
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.16.tar.bz2
|
Source0: yast2-installation-2.16.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-devtools yast2-testsuite
|
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||||
# URL::MakeParamsFromMap and URL::MakeMapFromParams
|
# URL::MakeParamsFromMap and URL::MakeMapFromParams
|
||||||
@ -70,12 +70,12 @@ BuildArch: noarch
|
|||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.16.16
|
Version: 2.16.17
|
||||||
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.16.tar.bz2
|
Source0: yast2-installation-2.16.17.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.16
|
%setup -n yast2-installation-2.16.17
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -174,6 +174,10 @@ 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
|
||||||
|
* Tue Feb 05 2008 locilka@suse.cz
|
||||||
|
- Squashfs image needs to be mounted using '-o loop'.
|
||||||
|
- Displaying busy cursor when downloading the extension.
|
||||||
|
- 2.16.17
|
||||||
* Mon Feb 04 2008 locilka@suse.cz
|
* Mon Feb 04 2008 locilka@suse.cz
|
||||||
- Modular inst-sys used for localizations (FATE #302955).
|
- Modular inst-sys used for localizations (FATE #302955).
|
||||||
- Tabs have been removed from installation proposal.
|
- Tabs have been removed from installation proposal.
|
||||||
|
Loading…
Reference in New Issue
Block a user