Accepting request 20026 from YaST:Head

Copy from YaST:Head/yast2-installation based on submit request 20026 from user kmachalkova

OBS-URL: https://build.opensuse.org/request/show/20026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=158
This commit is contained in:
OBS User autobuild 2009-09-07 15:51:35 +00:00 committed by Git OBS Bridge
commit 28827df028
4 changed files with 28 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Sep 4 19:00:27 CEST 2009 - kmachalkova@suse.cz
- Introducing unique IDs to unambiguously identify AC steps and
sub-proposals
- Writing disabled AC steps and subproposals at the end of 1st
stage, reading them back at the end of 2nd stage
- Filtering out disabled AC steps from AC workflow (FaTE #303859 and
bnc#534862)
- Require new yast2 base
- 2.18.24
-------------------------------------------------------------------
Fri Sep 4 09:07:42 CEST 2009 - locilka@suse.cz
- Dropped unnecessary fallback text from the fallback control file
(BNC #536288).
-------------------------------------------------------------------
Wed Aug 26 15:33:51 CEST 2009 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.18.23)
# spec file for package yast2-installation (Version 2.18.24)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,10 +19,10 @@
Name: yast2-installation
Version: 2.18.23
Version: 2.18.24
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.18.23.tar.bz2
Source0: yast2-installation-2.18.24.tar.bz2
Prefix: /usr
Group: System/YaST
License: GPL v2 or later
@ -39,8 +39,8 @@ BuildRequires: yast2-pkg-bindings >= 2.17.25
BuildRequires: yast2-packager >= 2.17.9
# AutoinstConfig::getProposalList
Requires: autoyast2-installation >= 2.17.1
# `reboot_same_step, .proc.mounts
Requires: yast2 >= 2.18.16
# ProductControl::DisabledACItems, ::DisabledSubProposals
Requires: yast2 >= 2.18.23
# Language::GetLanguageItems and other API
# Language::Set (handles downloading the translation extensions)
Requires: yast2-country-data >= 2.16.11
@ -103,7 +103,7 @@ System installation code as present on installation media.
System installation code as present on installation media.
%prep
%setup -n yast2-installation-2.18.23
%setup -n yast2-installation-2.18.24
%build
%{prefix}/bin/y2tool y2autoconf
@ -172,4 +172,5 @@ rm -rf "$RPM_BUILD_ROOT"
%doc %{prefix}/share/doc/packages/yast2-installation
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog