forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=45
This commit is contained in:
parent
c5f97e2630
commit
f2cc045a89
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:67472236c8091c3a2ad45005ca59fcad4b60d572e29e155edce1c6ec1ab9c3f5
|
|
||||||
size 212539
|
|
3
yast2-installation-2.15.49.tar.bz2
Normal file
3
yast2-installation-2.15.49.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:47d64ea808170f70bace312ef00deb8f252d8ac30b915c3ce69383c10b89a0a8
|
||||||
|
size 212924
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 13 16:18:30 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Fixed inst_upgrade_urls to re-register sources with their
|
||||||
|
repository names taken from the upgraded system (#310209).
|
||||||
|
- 2.15.49
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 11 20:03:02 CEST 2007 - aschnell@suse.de
|
||||||
|
|
||||||
|
- don't swapoff after 1st stage installation (bug #308121)
|
||||||
|
- 2.15.48
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 11 11:07:20 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Calling ntp-client_finish instead of ntp_client_finish in the
|
||||||
|
inst_finish script (#309430).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 5 14:48:33 CEST 2007 - locilka@suse.cz
|
Wed Sep 5 14:48:33 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.15.47)
|
# spec file for package yast2-installation (Version 2.15.49)
|
||||||
#
|
#
|
||||||
# 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,13 +11,13 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.15.47
|
Version: 2.15.49
|
||||||
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.47.tar.bz2
|
Source0: yast2-installation-2.15.49.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
|
||||||
@ -63,16 +63,17 @@ Recommends: curl
|
|||||||
Recommends: yast2-update
|
Recommends: yast2-update
|
||||||
Recommends: yast2-add-on
|
Recommends: yast2-add-on
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
BuildArchitectures: noarch
|
BuildArch: noarch
|
||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.15.47
|
Version: 2.15.49
|
||||||
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.47.tar.bz2
|
Source0: yast2-installation-2.15.49.tar.bz2
|
||||||
prefix: /usr
|
Prefix: /usr
|
||||||
Requires: yast2-installation >= 2.15.34
|
Requires: yast2-installation >= 2.15.34
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
@ -90,7 +91,6 @@ Authors:
|
|||||||
Jiri Srain <jsrain@suse.cz>
|
Jiri Srain <jsrain@suse.cz>
|
||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
|
|
||||||
%description devel-doc
|
%description devel-doc
|
||||||
System installation code as present on installation media.
|
System installation code as present on installation media.
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.15.47
|
%setup -n yast2-installation-2.15.49
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -168,7 +168,6 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%dir %{prefix}/share/doc/packages/yast2-installation
|
%dir %{prefix}/share/doc/packages/yast2-installation
|
||||||
%{prefix}/share/doc/packages/yast2-installation/COPYING
|
%{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
%{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english
|
%{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english
|
||||||
|
|
||||||
%readme %{prefix}/share/doc/packages/yast2-installation/README
|
%readme %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
|
|
||||||
%files devel-doc
|
%files devel-doc
|
||||||
@ -179,6 +178,16 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 13 2007 - locilka@suse.cz
|
||||||
|
- Fixed inst_upgrade_urls to re-register sources with their
|
||||||
|
repository names taken from the upgraded system (#310209).
|
||||||
|
- 2.15.49
|
||||||
|
* Tue Sep 11 2007 - aschnell@suse.de
|
||||||
|
- don't swapoff after 1st stage installation (bug #308121)
|
||||||
|
- 2.15.48
|
||||||
|
* Tue Sep 11 2007 - locilka@suse.cz
|
||||||
|
- Calling ntp-client_finish instead of ntp_client_finish in the
|
||||||
|
inst_finish script (#309430).
|
||||||
* Wed Sep 05 2007 - locilka@suse.cz
|
* Wed Sep 05 2007 - locilka@suse.cz
|
||||||
- Reinitializing variable for skipping add-on-related clients with
|
- Reinitializing variable for skipping add-on-related clients with
|
||||||
its default value in inst_system_analysis (#305554).
|
its default value in inst_system_analysis (#305554).
|
||||||
|
Loading…
Reference in New Issue
Block a user