forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=36
This commit is contained in:
parent
7e75d1fc4e
commit
b89001cb6b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e325595020ee6cf8ed3bc5c3fdc8b0d315a7dc20788f2ec5659ed3cfb2a3a0e4
|
|
||||||
size 212620
|
|
3
yast2-installation-2.15.40.tar.bz2
Normal file
3
yast2-installation-2.15.40.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a86425ff38304cedf1ec62a6ccb4d0470ba725d61b95dca550e2d65bc704e1c7
|
||||||
|
size 211371
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 6 08:58:02 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Renamed product/default repositories check-box to "Add Internet
|
||||||
|
Repositories Before Installation" (#297580).
|
||||||
|
- Added help for that check-box (#296810).
|
||||||
|
- First stage network setup dialog - changes in dialog alignment
|
||||||
|
(#295043).
|
||||||
|
- Initialize mouse after installation steps are displayed (#296406)
|
||||||
|
- 2.15.40
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 2 08:53:56 CEST 2007 - jsrain@suse.cz
|
Thu Aug 2 08:53:56 CEST 2007 - jsrain@suse.cz
|
||||||
|
|
||||||
@ -8,6 +19,7 @@ Thu Aug 2 08:53:56 CEST 2007 - jsrain@suse.cz
|
|||||||
Wed Aug 1 11:00:15 CEST 2007 - locilka@suse.cz
|
Wed Aug 1 11:00:15 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
- Changing remote repositories link to http://download.opensuse.org
|
- Changing remote repositories link to http://download.opensuse.org
|
||||||
|
(#297628)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 1 10:33:45 CEST 2007 - mvidner@suse.cz
|
Wed Aug 1 10:33:45 CEST 2007 - mvidner@suse.cz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.15.39)
|
# spec file for package yast2-installation (Version 2.15.40)
|
||||||
#
|
#
|
||||||
# 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.39
|
Version: 2.15.40
|
||||||
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.15.39.tar.bz2
|
Source0: yast2-installation-2.15.40.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
|
||||||
@ -63,12 +63,12 @@ PreReq: %fillup_prereq
|
|||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.15.39
|
Version: 2.15.40
|
||||||
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.15.39.tar.bz2
|
Source0: yast2-installation-2.15.40.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
Requires: yast2-installation >= 2.15.34
|
Requires: yast2-installation >= 2.15.34
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
@ -102,7 +102,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.15.39
|
%setup -n yast2-installation-2.15.40
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -176,11 +176,20 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 06 2007 - locilka@suse.cz
|
||||||
|
- Renamed product/default repositories check-box to "Add Internet
|
||||||
|
Repositories Before Installation" (#297580).
|
||||||
|
- Added help for that check-box (#296810).
|
||||||
|
- First stage network setup dialog - changes in dialog alignment
|
||||||
|
(#295043).
|
||||||
|
- Initialize mouse after installation steps are displayed (#296406)
|
||||||
|
- 2.15.40
|
||||||
* Thu Aug 02 2007 - jsrain@suse.cz
|
* Thu Aug 02 2007 - jsrain@suse.cz
|
||||||
- do not show "Clone" check box in live installation
|
- do not show "Clone" check box in live installation
|
||||||
- 2.15.39
|
- 2.15.39
|
||||||
* Wed Aug 01 2007 - locilka@suse.cz
|
* Wed Aug 01 2007 - locilka@suse.cz
|
||||||
- Changing remote repositories link to http://download.opensuse.org
|
- Changing remote repositories link to http://download.opensuse.org
|
||||||
|
(#297628)
|
||||||
* Wed Aug 01 2007 - mvidner@suse.cz
|
* Wed Aug 01 2007 - mvidner@suse.cz
|
||||||
- Removed Provides/Obsoletes for ancient yast package names,
|
- Removed Provides/Obsoletes for ancient yast package names,
|
||||||
with the devel-doc subpackage they broke yast2-schema build.
|
with the devel-doc subpackage they broke yast2-schema build.
|
||||||
|
Loading…
Reference in New Issue
Block a user