forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=53
This commit is contained in:
parent
004553b80d
commit
d0eafa37f2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b86bdc096bd543cfb70eed0f61e4ab9aa6db4947787f6d8eb5e5d8c024d7b1c2
|
|
||||||
size 231169
|
|
3
yast2-installation-2.16.2.tar.bz2
Normal file
3
yast2-installation-2.16.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1e191aea519f739d8735f6e416da3faecbed79ed208172e50d376f18cccac89
|
||||||
|
size 223208
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 30 17:26:51 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Modules Hotplug and HwStatus moved to yast2.rpm to remove
|
||||||
|
dependency of storage on installation.
|
||||||
|
- 2.16.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 24 16:32:41 CEST 2007 - locilka@suse.cz
|
Wed Oct 24 16:32:41 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.16.1)
|
# spec file for package yast2-installation (Version 2.16.2)
|
||||||
#
|
#
|
||||||
# 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,19 +11,19 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.16.1
|
Version: 2.16.2
|
||||||
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.1.tar.bz2
|
Source0: yast2-installation-2.16.2.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
|
||||||
BuildRequires: yast2 >= 2.15.38
|
BuildRequires: yast2 >= 2.15.38
|
||||||
Requires: autoyast2-installation
|
Requires: autoyast2-installation
|
||||||
# Mode::live_installation
|
# Mode::live_installation
|
||||||
Requires: yast2 >= 2.15.38
|
Requires: yast2 >= 2.16.3
|
||||||
# Required in in the first stage, after
|
# Required in in the first stage, after
|
||||||
# switching to the installed system, bugzilla #249679
|
# switching to the installed system, bugzilla #249679
|
||||||
Requires: yast2-bootloader
|
Requires: yast2-bootloader
|
||||||
@ -67,12 +67,12 @@ BuildArch: noarch
|
|||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.16.1
|
Version: 2.16.2
|
||||||
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.1.tar.bz2
|
Source0: yast2-installation-2.16.2.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.1
|
%setup -n yast2-installation-2.16.2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -175,6 +175,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 Oct 30 2007 - locilka@suse.cz
|
||||||
|
- Modules Hotplug and HwStatus moved to yast2.rpm to remove
|
||||||
|
dependency of storage on installation.
|
||||||
|
- 2.16.2
|
||||||
* Wed Oct 24 2007 - locilka@suse.cz
|
* Wed Oct 24 2007 - locilka@suse.cz
|
||||||
- Changes in StorageDevice module API (#335582).
|
- Changes in StorageDevice module API (#335582).
|
||||||
- 2.16.1
|
- 2.16.1
|
||||||
|
Loading…
Reference in New Issue
Block a user