Updating link to change in openSUSE:Factory/yast2-installation revision 158.0
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=6c498a89a4916b40bca452dab508dbf5
This commit is contained in:
parent
8d8c5dd185
commit
ba1459ccfb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:77b8e14e4066e7bd54d9e9ced98767ebbb6300ee4e19be72e80935e9c1f3fb80
|
|
||||||
size 261871
|
|
3
yast2-installation-2.18.24.tar.bz2
Normal file
3
yast2-installation-2.18.24.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:29a95e8768e08dec155f41a4c834642c01cf416ac67cb5ae0d3d42d886e45ab2
|
||||||
|
size 270076
|
@ -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
|
Wed Aug 26 15:33:51 CEST 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.18.23
|
Version: 2.18.24
|
||||||
Release: 1
|
Release: 1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-2.18.23.tar.bz2
|
Source0: yast2-installation-2.18.24.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -39,8 +39,8 @@ BuildRequires: yast2-pkg-bindings >= 2.17.25
|
|||||||
BuildRequires: yast2-packager >= 2.17.9
|
BuildRequires: yast2-packager >= 2.17.9
|
||||||
# AutoinstConfig::getProposalList
|
# AutoinstConfig::getProposalList
|
||||||
Requires: autoyast2-installation >= 2.17.1
|
Requires: autoyast2-installation >= 2.17.1
|
||||||
# `reboot_same_step, .proc.mounts
|
# ProductControl::DisabledACItems, ::DisabledSubProposals
|
||||||
Requires: yast2 >= 2.18.16
|
Requires: yast2 >= 2.18.23
|
||||||
# Language::GetLanguageItems and other API
|
# Language::GetLanguageItems and other API
|
||||||
# Language::Set (handles downloading the translation extensions)
|
# Language::Set (handles downloading the translation extensions)
|
||||||
Requires: yast2-country-data >= 2.16.11
|
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.
|
System installation code as present on installation media.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.18.23
|
%setup -n yast2-installation-2.18.24
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -172,4 +172,5 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%doc %{prefix}/share/doc/packages/yast2-installation
|
%doc %{prefix}/share/doc/packages/yast2-installation
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user