forked from pool/yast2-installation
Updating link to change in openSUSE:Factory/yast2-installation revision 168.0
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=ed59b04724fde8c32db99f3eee3c50fe
This commit is contained in:
parent
a73248ebd8
commit
053ca00f8c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5e1572dd7b937db50db827787685e4400e0fd49656e5d370aa633102f8fc414
|
||||
size 273552
|
3
yast2-installation-2.19.1.tar.bz2
Normal file
3
yast2-installation-2.19.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a753b600563c96e37ab28526e8b4ef19e37fef8c6bef4cd401faaa17679cb318
|
||||
size 266950
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 15 17:29:45 CET 2010 - aschnell@suse.de
|
||||
|
||||
- updated control.rnc
|
||||
- 2.19.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 15:29:13 CET 2010 - jsuchome@suse.cz
|
||||
|
||||
- inst_complex_welcome adapted to Language::SwitchToEnglishIfNeeded
|
||||
(bnc#479529)
|
||||
- 2.19.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 16:48:58 CET 2009 - locilka@suse.cz
|
||||
|
||||
- Adapted for new API to ProductLicense (FATE #306295).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 16:44:34 CET 2009 - locilka@suse.cz
|
||||
|
||||
- Package kde4-kdm has been renamed to kdm (SLES, SLED control
|
||||
files) (bnc #561627).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 14:58:38 CET 2009 - kmachalkova@suse.cz
|
||||
|
||||
- Un-check automatic configuration box when user selects update
|
||||
(bnc#537625)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 14:12:21 CET 2009 - locilka@suse.cz
|
||||
|
||||
- Enabled CIM by default (SLES and SLED) (FATE #305583)
|
||||
- Adapted RNC for control files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 12:49:08 CET 2009 - jsrain@suse.cz
|
||||
|
||||
- dereference hardlinks when deploying live CD so that it can
|
||||
be also deployed on multiple separate partitions (bnc#549158)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 14:38:26 CET 2009 - locilka@suse.cz
|
||||
|
||||
- Repositories added by inst_addon_update_sources use
|
||||
Pkg::RepositoryAdd that does not need access to network
|
||||
(bnc #557723)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 24 16:13:31 CET 2009 - kmachalkova@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yast2-installation (Version 2.19.0)
|
||||
# spec file for package yast2-installation (Version 2.19.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,13 +19,13 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.19.0
|
||||
Version: 2.19.1
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.19.0.tar.bz2
|
||||
Source0: yast2-installation-2.19.1.tar.bz2
|
||||
Prefix: /usr
|
||||
Group: System/YaST
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||
# xmllint
|
||||
BuildRequires: libxml2
|
||||
@ -48,8 +48,8 @@ Requires: yast2-country-data >= 2.16.11
|
||||
Conflicts: yast2-pkg-bindings < 2.17.25
|
||||
# Mouse-related scripts moved to yast2-mouse
|
||||
Conflicts: yast2-mouse < 2.18.0
|
||||
# BNC #449818: "description_id" in DefaultDesktop
|
||||
Requires: yast2-packager >= 2.17.49
|
||||
# New API for ProductLicense
|
||||
Requires: yast2-packager >= 2.19.2
|
||||
# Storage::GetCommitInfos() call in include/misc.ycp
|
||||
Requires: yast2-storage >= 2.18.0
|
||||
# use in startup scripts
|
||||
@ -90,7 +90,7 @@ BuildArch: noarch
|
||||
Summary: YaST2 - Installation Parts
|
||||
|
||||
%package devel-doc
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: Documentation/HTML
|
||||
Requires: yast2-installation >= 2.15.34
|
||||
PreReq: %fillup_prereq
|
||||
@ -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.19.0
|
||||
%setup -n yast2-installation-2.19.1
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user