diff --git a/package/yast2.changes b/package/yast2.changes index 67a1cf62a..1d2c47bb8 100644 --- a/package/yast2.changes +++ b/package/yast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 21 11:07:25 UTC 2024 - Michal Filka + +- removed "journalctl --dmesg" from save_y2los +- 4.6.7 + ------------------------------------------------------------------- Wed Feb 21 10:22:26 UTC 2024 - Michal Filka diff --git a/package/yast2.spec b/package/yast2.spec index df36c8561..58da23c3a 100644 --- a/package/yast2.spec +++ b/package/yast2.spec @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.6.6 +Version: 4.6.7 Release: 0 Summary: YaST2 Main Package diff --git a/scripts/save_y2logs b/scripts/save_y2logs index 59ab12769..4d66476e9 100755 --- a/scripts/save_y2logs +++ b/scripts/save_y2logs @@ -81,9 +81,7 @@ if [ "$(type -p dmesg)" ]; then fi if [ "$(type -p journalctl)" ]; then - journalctl --dmesg > $TMPDIR/journalctl-dmesg journalctl -b > $TMPDIR/journalctl-b - LIST_TMP="$LIST_TMP journalctl-dmesg" LIST_TMP="$LIST_TMP journalctl-b" fi