forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=52
This commit is contained in:
parent
6cc9729ad7
commit
004553b80d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e94cae5159e1f003bb48928e915a2e6e5c8ea1e4b79cca40c57a4b90f5e6e8cb
|
|
||||||
size 215774
|
|
3
yast2-installation-2.16.1.tar.bz2
Normal file
3
yast2-installation-2.16.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b86bdc096bd543cfb70eed0f61e4ab9aa6db4947787f6d8eb5e5d8c024d7b1c2
|
||||||
|
size 231169
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 24 16:32:41 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Changes in StorageDevice module API (#335582).
|
||||||
|
- 2.16.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 15 16:00:06 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Abort the installation instead of halting the system in case of
|
||||||
|
declining the license when installing from LiveCD (#330730).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 11 15:00:03 CEST 2007 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- show release notes properly in live installation (#332862)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 3 17:50:11 CEST 2007 - locilka@suse.cz
|
Wed Oct 3 17:50:11 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.16.0)
|
# spec file for package yast2-installation (Version 2.16.1)
|
||||||
#
|
#
|
||||||
# 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.16.0
|
Version: 2.16.1
|
||||||
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.0.tar.bz2
|
Source0: yast2-installation-2.16.1.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
|
||||||
# Mode::live_installation
|
# Mode::live_installation
|
||||||
@ -67,12 +67,12 @@ BuildArch: noarch
|
|||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.16.0
|
Version: 2.16.1
|
||||||
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.0.tar.bz2
|
Source0: yast2-installation-2.16.1.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Requires: yast2-installation >= 2.15.34
|
Requires: yast2-installation >= 2.15.34
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
@ -105,7 +105,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.16.0
|
%setup -n yast2-installation-2.16.1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -175,6 +175,14 @@ 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
|
||||||
|
* Wed Oct 24 2007 - locilka@suse.cz
|
||||||
|
- Changes in StorageDevice module API (#335582).
|
||||||
|
- 2.16.1
|
||||||
|
* Mon Oct 15 2007 - locilka@suse.cz
|
||||||
|
- Abort the installation instead of halting the system in case of
|
||||||
|
declining the license when installing from LiveCD (#330730).
|
||||||
|
* Thu Oct 11 2007 - jsrain@suse.cz
|
||||||
|
- show release notes properly in live installation (#332862)
|
||||||
* Wed Oct 03 2007 - locilka@suse.cz
|
* Wed Oct 03 2007 - locilka@suse.cz
|
||||||
- Added "Network Type" information to the First Stage Network Setup
|
- Added "Network Type" information to the First Stage Network Setup
|
||||||
- 2.16.0
|
- 2.16.0
|
||||||
|
Loading…
Reference in New Issue
Block a user