Description:
This update for agama, rubygem-agama-yast fixes the following issues:
Changes in agama:
- Automatically try loading the autoinstallation profile from the
root of the installation medium (jsc#PED-16010)
- Run scripts from /var/lib/agama/scripts (bsc#1261787).
- Add the zFCP controller internal id to the device when some
update is notified (bsc#1247445).
- When obtaining the controllers through the HTTP API, do not
retrieve the controllers LUNs in case of inactive.
- Return error code when using "agama config generate",
"agama config load" or "agama config validate" does not validate
the given profile (bsc#1256951, gh#agama-project/agama#3304).
Changes in rubygem-agama-yast:
- Use /var/lib/agama/scripts to save the scripts in the target
system (bsc#1261787).
- Increase the Net::HTTP read_timeout to 300 seconds to mitigates
timeouts during installation tasks (e.g., running scripts or
writing files) (bsc#1259745) (gh#agama-project/agama#3296).
- Cherry pick test fix for the AutoYaST legacy proposal
(original PR gh#agama-project/agama#2640).
- Add errors to the output of agama-autoyast (related to bsc#1259434).
- Properly handle nil user passwords when importing users from AutoYaST
(related to bsc#1259434).
- Do not report AutoYaST elements as unsupported if the value is empty
(bsc#1259458).