forked from pool/yast2-installation
Accepting request 24982 from YaST:Head
Copy from YaST:Head/yast2-installation based on submit request 24982 from user kmachalkova OBS-URL: https://build.opensuse.org/request/show/24982 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=167
This commit is contained in:
commit
47c3919531
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da3c8a69e17cc6e4c77477c56cf429c72314b14a414b61924fc78ffe3779da05
|
||||
size 295245
|
3
yast2-installation-2.19.0.tar.bz2
Normal file
3
yast2-installation-2.19.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5e1572dd7b937db50db827787685e4400e0fd49656e5d370aa633102f8fc414
|
||||
size 273552
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 24 16:13:31 CET 2009 - kmachalkova@suse.cz
|
||||
|
||||
Cumulative patch with SLE11 SP1 features:
|
||||
- In TUI (ncurses), use plain text (.txt) file with release notes,
|
||||
if found (FaTE#306167)
|
||||
- Set /etc/sysconfig/boot:RUN_PARALLEL according to corresponding
|
||||
value in control file (FaTE#307555)
|
||||
- 2.19.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 16:51:55 CET 2009 - locilka@suse.cz
|
||||
|
||||
- Added control file configuration option require_registration
|
||||
(FATE #305578).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 4 16:31:17 CET 2009 - mzugec@suse.cz
|
||||
|
||||
- lan module in 1st stage (FaTE#303069)
|
||||
- 2.18.34
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 07:40:56 CEST 2009 - jsuchome@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-installation (Version 2.18.33)
|
||||
# spec file for package yast2-installation (Version 2.19.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,10 +19,10 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.18.33
|
||||
Version: 2.19.0
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.18.33.tar.bz2
|
||||
Source0: yast2-installation-2.19.0.tar.bz2
|
||||
Prefix: /usr
|
||||
Group: System/YaST
|
||||
License: GPL v2 or later
|
||||
@ -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.33
|
||||
%setup -n yast2-installation-2.19.0
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -150,6 +150,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
/usr/share/YaST2/include/installation/*
|
||||
# agents
|
||||
/usr/share/YaST2/scrconf/etc_passwd.scr
|
||||
/usr/share/YaST2/scrconf/cfg_boot.scr
|
||||
/usr/share/YaST2/scrconf/cfg_windowmanager.scr
|
||||
/usr/share/YaST2/scrconf/cfg_fam.scr
|
||||
/usr/share/YaST2/scrconf/etc_install_inf.scr
|
||||
|
Loading…
Reference in New Issue
Block a user