Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2019-12-14 12:02:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Sat Dec 14 12:02:44 2019 rev:467 rq:754274 version:4.2.47 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2019-11-20 10:27:15.750562584 +0100 +++ /work/SRC/openSUSE:Factory/.yast2.new.4691/yast2.changes 2019-12-14 12:03:08.867405708 +0100 @@ -1,0 +2,93 @@ +Wed Dec 4 14:26:35 UTC 2019 - Josef Reidinger <[email protected]> + +- Add backward compatible hash accessors to Resolvable which solve + several crashes (related to bsc#1132650 and bsc#1140037) +- 4.2.47 + +------------------------------------------------------------------- +Mon Dec 2 16:27:25 UTC 2019 - Imobach Gonzalez Sosa <[email protected]> + +- Use 70-yast.conf instead of 30-yast.conf to write YaST settings + under /etc/sysctl.d (related to jsc#SLE-9077). +- 4.2.46 + +------------------------------------------------------------------- +Fri Nov 29 13:42:50 CET 2019 - [email protected] + +- Do not crash while reading the product info (related to + bsc#1132650 and bsc#1140037). +- 4.2.45 + +------------------------------------------------------------------- +Thu Nov 28 17:16:51 UTC 2019 - Imobach Gonzalez Sosa <[email protected]> + +- Do not crash when no base product is found (related to + bsc#1132650 and bsc#1140037). +- 4.2.44 + +------------------------------------------------------------------- +Thu Nov 28 11:21:31 UTC 2019 - [email protected] + +- Using Y2Packager::Resolvable.any? and Y2Packager::Resolvable.find + in order to decrease the required memory (bsc#1132650, + bsc#1140037). +- 4.2.43 + +------------------------------------------------------------------- +Thu Nov 28 10:21:31 UTC 2019 - Knut Anderssen <[email protected]> + +- Network: drop support for obsolete network device types + (jsc#SLE-7753) +- 4.2.42 + +------------------------------------------------------------------- +Wed Nov 27 10:24:28 UTC 2019 - Imobach Gonzalez Sosa <[email protected]> + +- Use /etc/login.defs.d/70-yast.defs to write login.defs + values that are overridden by YaST (related to bsc#1155735). +- 4.2.41 + +------------------------------------------------------------------- +Tue Nov 26 12:02:18 UTC 2019 - Ludwig Nussel <[email protected]> + +- add is_wsl function to detect wsl (boo#1154962) +- 4.2.40 + +------------------------------------------------------------------- +Mon Nov 25 11:07:11 UTC 2019 - Imobach Gonzalez Sosa <[email protected]> + +- bsc#1155735, bsc#1157541: + - Read /usr/etc/login.defs. + - Write login.defs configuration to /etc/login.defs.d/. +- 4.2.39 + +------------------------------------------------------------------- +Fri Nov 22 09:19:32 UTC 2019 - Michal Filka <[email protected]> + +- bnc#1157532 + - do not modify /etc/sysctl.conf in inst-sys as it is on r/o + filesystem +- 4.2.38 + +------------------------------------------------------------------- +Thu Nov 21 21:28:58 UTC 2019 - Knut Anderssen <[email protected]> + +- Linuxrc: Ensure the new opened SCR instace is closed when reading + the /etc/install.inf file (bsc#1122493, bsc#1157476) +- 4.2.37 + +------------------------------------------------------------------- +Thu Nov 21 14:04:28 UTC 2019 - Knut Anderssen <[email protected]> + +- Ensure /etc/install.inf is not read from the target system but + from the local one. (bsc#1122493, bsc#1157476) +- 4.2.36 + +------------------------------------------------------------------- +Wed Nov 20 08:32:01 UTC 2019 - David Diaz <[email protected]> + +- Do not try to find licenses in the installation medium when they + have been already downloaded from SCC (bsc#1153326). +- 4.2.35 + +------------------------------------------------------------------- Old: ---- yast2-4.2.34.tar.bz2 New: ---- yast2-4.2.47.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.hTnPBs/_old 2019-12-14 12:03:11.615405298 +0100 +++ /var/tmp/diff_new_pack.hTnPBs/_new 2019-12-14 12:03:11.647405293 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.2.34 +Version: 4.2.47 Release: 0 Summary: YaST2 Main Package License: GPL-2.0-only @@ -177,6 +177,14 @@ %post %{fillup_only -n yast2} +if [ -f "/etc/sysctl.d/30-yast.conf" ]; then + if [ -f "/etc/sysctl.d/70-yast.conf" ]; then + rm /etc/sysctl.d/30-yast.conf + else + mv /etc/sysctl.d/30-yast.conf /etc/sysctl.d/70-yast.conf + fi +fi + %files # basic directory structure ++++++ yast2-4.2.34.tar.bz2 -> yast2-4.2.47.tar.bz2 ++++++ ++++ 3888 lines of diff (skipped)
