Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged SLE-15-SP6 #1305

Merged
merged 4 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions package/yast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 21 10:22:26 UTC 2024 - Michal Filka <[email protected]>

- replaced "journalctl --dmesg" with "journalctl -b"
- 5.0.7

-------------------------------------------------------------------
Thu Feb 15 11:55:58 UTC 2024 - Stefan Hundhammer <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2
Version: 5.0.6
Version: 5.0.7

Release: 0
Summary: YaST2 Main Package
Expand Down
3 changes: 3 additions & 0 deletions scripts/save_y2logs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ 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

# strip sensitive information
Expand Down Expand Up @@ -139,6 +141,7 @@ done


echo "Saving YaST logs to $TARGET" >&2
echo "The archive is root readable only" >&2

[ -n "$COMPRESSION" ] && COMPRESSION="--$COMPRESSION"

Expand Down
Loading