1
0
OBS User unknown 2007-09-14 14:09:17 +00:00 committed by Git OBS Bridge
parent c5f97e2630
commit f2cc045a89
4 changed files with 104 additions and 76 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67472236c8091c3a2ad45005ca59fcad4b60d572e29e155edce1c6ec1ab9c3f5
size 212539

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47d64ea808170f70bace312ef00deb8f252d8ac30b915c3ce69383c10b89a0a8
size 212924

View File

@ -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

View File

@ -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.
# This file and all modifications and additions to the pristine
@ -11,13 +11,13 @@
# norootforbuild
Name: yast2-installation
Version: 2.15.47
Version: 2.15.49
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.47.tar.bz2
prefix: /usr
Source0: yast2-installation-2.15.49.tar.bz2
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
# Mode::live_installation
BuildRequires: yast2 >= 2.15.38
@ -54,25 +54,26 @@ Requires: tar gzip
# bugzilla #208307
#Requires: /usr/bin/jpegtopnm
#Requires: /usr/bin/pnmtopng
Recommends: yast2-registration
Recommends: yast2-online-update
Recommends: yast2-users
Recommends: yast2-firewall
Recommends: release-notes
Recommends: curl
Recommends: yast2-update
Recommends: yast2-add-on
Recommends: yast2-registration
Recommends: yast2-online-update
Recommends: yast2-users
Recommends: yast2-firewall
Recommends: release-notes
Recommends: curl
Recommends: yast2-update
Recommends: yast2-add-on
PreReq: %fillup_prereq
BuildArchitectures: noarch
BuildArch: noarch
Summary: YaST2 - Installation Parts
%package devel-doc
Version: 2.15.47
Version: 2.15.49
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.47.tar.bz2
prefix: /usr
Source0: yast2-installation-2.15.49.tar.bz2
Prefix: /usr
Requires: yast2-installation >= 2.15.34
PreReq: %fillup_prereq
Summary: YaST2 - Installation Parts
@ -90,7 +91,6 @@ Authors:
Jiri Srain <jsrain@suse.cz>
Lukas Ocilka <locilka@suse.cz>
%description devel-doc
System installation code as present on installation media.
@ -105,7 +105,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.15.47
%setup -n yast2-installation-2.15.49
%build
%{prefix}/bin/y2tool y2autoconf
@ -168,7 +168,6 @@ rm -rf "$RPM_BUILD_ROOT"
%dir %{prefix}/share/doc/packages/yast2-installation
%{prefix}/share/doc/packages/yast2-installation/COPYING
%{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english
%readme %{prefix}/share/doc/packages/yast2-installation/README
%files devel-doc
@ -179,6 +178,16 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%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
- Reinitializing variable for skipping add-on-related clients with
its default value in inst_system_analysis (#305554).