OBS User unknown 2007-09-24 17:17:25 +00:00 committed by Git OBS Bridge
parent 82be2faf02
commit 2a35bf56da
4 changed files with 30 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f071f5b6005e94b1a6d84b165bf0709b508ed928dedb05f7a88a6994bdfe1b5
size 213412

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 24 16:43:11 CEST 2007 - locilka@suse.cz
- Changed default delete_old_packages back to 'true' after finding
and fixing all remaining issues with 'false' (changed by coolo)
- Added new option 'online_repos_preselected' into the control file
to make default status of Online Repositories easily configurable
(#327791).
- Initializing the default behavior of Online Repositories in
inst_features according to the control file (#327791).
- 2.15.54
-------------------------------------------------------------------
Fri Sep 21 16:35:18 CEST 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.15.53)
# spec file for package yast2-installation (Version 2.15.54)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-installation
Version: 2.15.53
Version: 2.15.54
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.53.tar.bz2
Source0: yast2-installation-2.15.54.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
@ -67,12 +67,12 @@ BuildArch: noarch
Summary: YaST2 - Installation Parts
%package devel-doc
Version: 2.15.53
Version: 2.15.54
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.53.tar.bz2
Source0: yast2-installation-2.15.54.tar.bz2
Prefix: /usr
Requires: yast2-installation >= 2.15.34
PreReq: %fillup_prereq
@ -105,7 +105,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.15.53
%setup -n yast2-installation-2.15.54
%build
%{prefix}/bin/y2tool y2autoconf
@ -177,6 +177,15 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Mon Sep 24 2007 - locilka@suse.cz
- Changed default delete_old_packages back to 'true' after finding
and fixing all remaining issues with 'false' (changed by coolo)
- Added new option 'online_repos_preselected' into the control file
to make default status of Online Repositories easily configurable
(#327791).
- Initializing the default behavior of Online Repositories in
inst_features according to the control file (#327791).
- 2.15.54
* Fri Sep 21 2007 - locilka@suse.cz
- Start dhcpcd using WFM instead of SCR (#326342).
- 2.15.53