1
0

Accepting request 658942 from YaST:Head

submit new version 4.1.34

OBS-URL: https://build.opensuse.org/request/show/658942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=414
This commit is contained in:
Dominique Leuenberger 2018-12-31 08:44:14 +00:00 committed by Git OBS Bridge
commit 72c8d9cd5d
4 changed files with 77 additions and 7 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06392c243baf31625393723741b81f9aeabd7442b6523b3f6577e8bfd75ba69e
size 463892

View File

@ -1,3 +1,72 @@
-------------------------------------------------------------------
Mon Dec 17 09:03:47 UTC 2018 - jlopez@suse.com
- Hardening commands execution (part of bsc#1118291).
- Replace backticks by Yast::Execute.
- 4.1.34
-------------------------------------------------------------------
Wed Dec 12 15:26:26 UTC 2018 - Josef Reidinger <jreidinger@suse.com>
- always use absolute path to binaries (bsc#1118291)
- properly escape shell arguments (bsc#1118291)
- 4.1.33
-------------------------------------------------------------------
Fri Dec 7 14:45:24 UTC 2018 - lslezak@suse.cz
- More aggresive inst-sys cleaner, clean the libzypp cache
when running in graphical mode with less than 1GB RAM
(in text mode keep the current limit 640MB), this avoids
crashes on low memory systems (bsc#1118643)
- Also adapted the computing the default y2log size - use
smaller size in low memory systems, on the other hand limit the
maximum size to avoid huge log files
- 4.1.32
-------------------------------------------------------------------
Thu Dec 6 12:59:03 UTC 2018 - lslezak@suse.cz
- Improved saving y2logs during installation to use the /mnt/tmp
space instead of the RAM disk to avoid possible crash (out of
memory) (bsc#1118643)
- 4.1.31
-------------------------------------------------------------------
Sat Nov 24 19:40:43 UTC 2018 - Stasiek Michalski <hellcp@mailbox.org>
- Provide icon with module (boo#1109310)
- 4.1.30
-------------------------------------------------------------------
Wed Nov 21 17:42:44 UTC 2018 - Stefan Hundhammer <shundhammer@suse.com>
- Documented new control.xml global parameter enable_local_users
(Fate#326447)
- Improved English in the documentation of control.xml
- 4.1.29
-------------------------------------------------------------------
Fri Nov 16 11:06:36 UTC 2018 - igonzalezsosa@suse.com
- Prefer fbiterm whenever is possible for textmode installation
(fate#325746).
- 4.1.28
-------------------------------------------------------------------
Thu Nov 15 15:40:49 CET 2018 - schubi@suse.de
- Dialog complex_welcome: Translate the help button if the language
has been changed (bsc#1098571).
- 4.1.27
-------------------------------------------------------------------
Mon Nov 12 14:51:30 CET 2018 - schubi@suse.de
- Moving driver_update2_finish call just before unmounting system.
(bnc#967103).
- 4.1.26
-------------------------------------------------------------------
Fri Nov 2 13:23:30 UTC 2018 - schubi@suse.de

View File

@ -17,7 +17,7 @@
Name: yast2-installation
Version: 4.1.25
Version: 4.1.34
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -43,9 +43,9 @@ BuildRequires: yast2-xml
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(yast-rake)
# Yast2::Systemd::Service
BuildRequires: yast2 >= 4.1.3
Requires: yast2 >= 4.1.3
# Yast::Execute.stdout
BuildRequires: yast2 >= 4.1.42
Requires: yast2 >= 4.1.42
# Y2Packager::SelfUpdateAddonRepo
BuildRequires: yast2-packager >= 4.1.5
@ -255,5 +255,6 @@ systemctl enable YaST2-Firstboot.service
%license COPYING
%doc %{yast_docdir}/README.md
%doc %{yast_docdir}/CONTRIBUTING.md
%{yast_icondir}
%changelog