forked from pool/yast2-installation
2,17d1
< 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). < < ------------------------------------------------------------------- OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=49
This commit is contained in:
parent
abd28e8674
commit
ca07c0d77e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3adbe5d8c17af016b47616e34274af3d924986449edef6ae309b9b8a5c062434
|
||||
size 272255
|
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:248aab731bb52c47ce9ea8d15ebff3c1c5efbcf218fd6bc6b1e1ef3f93cf97a4
|
||||
size 273610
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,16 +1,16 @@
|
||||
#
|
||||
# spec file for package yast2-installation (Version 2.18.34)
|
||||
# spec file for package yast2-installation (Version 2.19.0)
|
||||
#
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.18.34
|
||||
Version: 2.19.0
|
||||
Release: 0
|
||||
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.18.34.tar.bz2
|
||||
Source0: yast2-installation-2.19.0.tar.bz2
|
||||
|
||||
prefix: /usr
|
||||
|
||||
@ -119,7 +119,7 @@ System installation code as present on installation media.
|
||||
System installation code as present on installation media.
|
||||
|
||||
%prep
|
||||
%setup -n yast2-installation-2.18.34
|
||||
%setup -n yast2-installation-2.19.0
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -171,6 +171,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
|
||||
# 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