Commit Graph

803 Commits

Author SHA256 Message Date
YaST Team Bot
1a6e05cc90 - Fix scope resolution for ::Users::UsersDatabase
(related to fate#319624)
- 4.4.13

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1120
2021-06-16 12:35:25 +00:00
YaST Team Bot
b088ef9181 - Export also the https_proxy environment variable when a proxy
config is given through linuxrc (bsc#1185016)
- 4.4.12

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1119
2021-06-10 15:18:48 +00:00
YaST Team Bot
7ee9509d2b - Better evaluate the old and new repositories during upgrade,
do not preselect new repositories for removal if they
  accidentally use the same repository as already present in
  the system (bsc#1185822)
- 4.4.11

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1118
2021-06-07 20:52:35 +00:00
YaST Team Bot
aca2d34f9d - Modify IP forwarding network configuration using the defaults
defined in the control file when selecting the role (bsc#1186280)
- 4.4.10

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1116
2021-05-31 13:53:19 +00:00
YaST Team Bot
40fd928f76 - The InstallationData class has been moved to yast2-packager
(related to the previous fix, e.g. bsc#1180888)
- 4.4.9

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1115
2021-05-24 14:08:26 +00:00
YaST Team Bot
6326f7d294 - Logging all available product information into directory
/var/log/YaST2/installation_info. This should help for evaluating
  the cause of e.g. bsc#1180888, bsc#1180908, bsc#1178688.
- 4.4.8

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1114
2021-05-21 14:20:00 +00:00
YaST Team Bot
702d60edaf - Fallback to ncurses when a X display is not opened after 15
seconds (bsc#1185095)
- 4.4.7

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1113
2021-05-18 15:02:10 +00:00
YaST Team Bot
97306649ab - Allow memory profiling of the main installer process, via
boot parameters: (bsc#1182649)
  - MASSIF=1 enables Valgrind/Massif (C/C++ level)
  - MEMORY_PROFILER=1 enables Ruby level
- 4.4.6

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1112
2021-05-09 19:56:15 +00:00
YaST Team Bot
be5d8af2ca - Remove Yast::LanItems dependency (bsc#1185338)
- 4.4.5

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1111
2021-04-27 13:11:03 +00:00
YaST Team Bot
ba6433a99f - spec-cleaner part five out of five: sort and deduplicate requires
- 4.4.4

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1110
2021-04-16 10:35:35 +00:00
YaST Team Bot
ae42810a06 - spec-cleaner part two out of five: move conditionalized sections at the end
- spec-cleaner part three out of five: move weak requires (recommends) below requires
- spec-cleaner part four out of five: sort and deduplicate BuildRequires

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1109
2021-04-16 10:17:07 +00:00
YaST Team Bot
7de12281d0 - remove check for non-systemd distros
- first out of 5 splits of "spec-cleaner -m -i *ec" run (for easier review)

- Do not own system directories (like /usr/bin) (bsc#1184787):

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1108
2021-04-16 09:43:13 +00:00
YaST Team Bot
9959219703 - Show 'Default' in the proposal summary as the PolicyKit Default
Privileges to be used when it is not specified or specified as
  empty in the control file (bsc#1184277)
- 4.4.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1107
2021-04-14 15:24:59 +00:00
YaST Team Bot
71e36ce971 - Check for usr/lib/modules to handle usrmerge (bsc#1029961)
- 4.4.2

- Do not own system directories (like /usr/bin):
  + filesystem is responsible to bring those directories with the
    correct permission flags. Owning them here only introduces
    races/conflicts.
  + As a result: expand the files section for bindir and unitdir to
    be exact on the files.

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1106
2021-04-14 10:04:54 +00:00
YaST Team Bot
0c7316c03e - Start the "memsample" tool in a subshell to avoid "Terminated"
message displayed at the end (bsc#1184491)
- 4.4.1

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1105
2021-04-12 07:13:18 +00:00
YaST Team Bot
f349fb95de - 4.3.36
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1104
2021-04-07 15:14:29 +00:00
YaST Team Bot
931f62ab27 - Hide the abort button when the network client is called
(bsc#1183586).
- 4.4.0

- 4.4.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1103
2021-04-07 15:02:40 +00:00
YaST Team Bot
5bfe18b664 - Expert console: fixed "shell" command
- Run X terminal in GUI instead of "dash" (related to the previous
    fix for job control error messages bsc#1183648)
  - Override TERM to "vt100" when running in fbiterm,
    a workaround for frozen vim (bsc#1183652)
- 4.3.36

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1102
2021-03-30 06:20:46 +00:00
YaST Team Bot
cb13c1f178 - Expert console: use "dash" if available instead of "bash" shell
to avoid job control error messages (bsc#1183648)
- 4.3.35

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1101
2021-03-18 07:20:27 +00:00
YaST Team Bot
6cba12524f - Remove the libzypp cache symlink (related to bsc#1182928)
- Improved "memsample" script handling
   - Do not start it again if it is already running
     (might happen if YaST is started again after crash)
   - Stop it when YaST finishes
- 4.3.34

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1100
2021-03-11 16:11:45 +00:00
YaST Team Bot
76cb3dc8a8 - Do not trigger any kernel event with udevadm from the
kernel_finish client (bsc#1180535)
- 4.3.33

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1099
2021-03-11 08:57:51 +00:00
YaST Team Bot
6056318a59 - Reduce self-update mechanism memory consumption (bsc#1182928):
- Make sure to download the package only once.
  - Use a single squash file system for each update repository.
  - Ignore unchanged files and directories like /usr/share/man,
    /usr/share/info, etc.
- 4.3.32

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1098
2021-03-10 15:03:12 +00:00
YaST Team Bot
24ac620f31 - Added special installer configuration dialog
(jsc#PM-1895, jsc#SLE-16263)

  - Can be started from the initial language selection dialog
    using an "hambuger" button  (openSUSE Tumbleweed only)
  - Or in any dialog using a keyboard shortcut:
    - Ctrl+Alt+Shift+C in graphical (Qt) UI
    - Ctrl+D Shift+C in text mode (ncurses)

- 4.3.31

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1097
2021-03-05 13:35:48 +00:00
YaST Team Bot
6bbfa2a1c1 - Do not write selinux and polkit default rules during upgrade
(bsc#1182894)
- 4.3.30

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1096
2021-03-02 15:16:04 +00:00
YaST Team Bot
30e68a6fb6 - move properly security finish client (bsc#1182821)
- 4.3.29

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1095
2021-03-01 11:35:38 +00:00
YaST Team Bot
ce3a14cf19 - Fix previous change to include in proposal summary selinux
(jsc#SLE-17307)
- 4.3.28

- Add new security proposal and finish clients to replace firewall
  one as the new clients contain also configuration for cpu
  mitigation, policy kit default privileges (jsc#SLE-15840)
  and selinux mode (jsc#SLE-17307)
- 4.3.27

- Do not change polkit default privileges during upgrade

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1094
2021-02-26 08:16:15 +00:00
YaST Team Bot
52259c0baa - Adapted unit test to recent changes in Yast::Report (related to
bsc#1179893).
- 4.3.26

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1093
2021-02-18 21:47:06 +00:00
YaST Team Bot
db9fc514de - Do not crash when it is not possible to create a snapshot after
installing or upgrading the system (bsc#1180142).
- 4.3.25

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1092
2021-02-10 15:44:13 +00:00
YaST Team Bot
8464f94048 - Do not cleanup the libzypp cache when the system has low memory,
incomplete cache confuses libzypp later (bsc#1179415)
- 4.3.24

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1090
2020-12-07 09:57:01 +00:00
YaST Team Bot
bee9d385b0 - Starting YAST2 Control Center if it has been set while an
yast2-firstboot installation workflow (bsc#1178834).
- 4.3.23

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1089
2020-12-07 09:03:35 +00:00
YaST Team Bot
5315722447 - correct add-on spelling (jsc#SLE-14772)
- 4.3.22

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1087
2020-11-27 08:39:32 +00:00
YaST Team Bot
e22571e130 - fix full media product selection (bsc#1179094, bsc#1176424)
- 4.3.21

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1086
2020-11-26 15:01:26 +00:00
YaST Team Bot
5ccafb163e - Write hostname and proxy configuration to the inst-sys when
configured through linuxrc not only during an installation but
  also when running an autoinstallation (bsc#1177768)
- 4.3.20

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1085
2020-10-30 09:35:04 +00:00
YaST Team Bot
b1ea4bc47e - yupdate - also make /usr/share/icons writable by default
(needed for updating yast2-theme)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1084
2020-10-29 16:08:15 +00:00
YaST Team Bot
d2aab09626 - Run configuration_management_finish client after *.repo files
are available in the installed system (bsc#1177522).
- 4.3.19

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1083
2020-10-16 07:15:27 +00:00
YaST Team Bot
788b98335a - Control.xml docu: Added "product_upgrades" tag in software/upgrade
(jsc#SLE-14807).
- 4.3.18

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1082
2020-10-12 15:45:29 +00:00
YaST Team Bot
ee3d613b09 - Using ":" in the autoyast(...) supplements (bsc#1146494).
- 4.3.17

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1079
2020-09-10 12:22:48 +00:00
YaST Team Bot
fd864e0b28 - Self-update improvement: write the list of updated packages to
the /.packages.self_update file in the inst-sys (bsc#1175614)
- 4.3.16

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1078
2020-09-01 15:30:48 +00:00
YaST Team Bot
6f331aa3f6 - save random pool to /var/lib/systemd/random-seed (bsc#1174964)
- 4.3.15

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1077
2020-08-24 09:51:07 +00:00
YaST Team Bot
1a306cce6f - AutoYaST: Added supplements: autoyast(deploy_image,ssh_import)
into the spec file in order to install this packages if the
  section has been defined in the AY configuration file (bsc#1146494).
- 4.3.14

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1076
2020-08-12 11:46:55 +00:00
YaST Team Bot
b17ad849b1 - AY: Removed "image" section from "software" section
(bsc#1140711).
- 4.3.13

- Handle exceptions when parsing xml file (related to bsc#1170886)
- 4.3.12

- handle device autoconfig setting in summary screen (bsc#1168036)
- 4.3.11

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1074
2020-07-29 12:12:40 +00:00
YaST Team Bot
fb0da63fb0 - Configure the wizard layout according to the product features.
- Related to jsc#PM-1998.
- 4.3.10

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1073
2020-07-24 10:31:00 +00:00
YaST Team Bot
f0d90eb526 - Moving <files> section handling from second installation stage
to first installation stage. (bsc#1174194)
- 4.3.9

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1072
2020-07-20 07:58:23 +00:00
YaST Team Bot
ad37cf5b31 - Do not use Profile.current unless necessary (bsc#1174173)
- 4.3.8

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1071
2020-07-16 09:34:23 +00:00
YaST Team Bot
0b1c3def9c - Fix "Cmdline: parameter not set" for virt-install (bsc#1172139)
- 4.3.7

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1070
2020-06-25 14:09:48 +00:00
YaST Team Bot
8f1e0bf669 - copy NVMe hostnqn and hostid from installation system to target
system during installation (bsc#1172853)
- 4.3.6

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1069
2020-06-25 11:00:13 +00:00
YaST Team Bot
833fb3d3ad - memsample: at install time sample memory consumption each 5s,
enabling CSV and PNG reports (bsc#1172139)
- startup/common/network.sh: remove bashisms to enable
  switching inst_setup to dash
- 4.3.5

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1068
2020-06-24 13:26:14 +00:00
YaST Team Bot
dc3d96248b - Do not export to autoyast profile image deployment unless
requested (bsc#1172552)
- 4.3.4

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1067
2020-06-23 12:45:19 +00:00
YaST Team Bot
d7f74a481f Fri Jun 12 16:09:32 UTC 2020 - David Diaz <dgonzalez@suse.com>
- Improve the UX of the Previously Used Repositories dialog by
  using more accurate labels.

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1066
2020-06-12 16:24:36 +00:00
YaST Team Bot
f771158335 - Remove ssh_import section from AY when cloning (bsc#1172749)
- 4.3.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1065
2020-06-12 15:19:24 +00:00