Skip to content

Commit

Permalink
Merge pull request #1304 from mchf/SLE-15-SP6
Browse files Browse the repository at this point in the history
Sle 15 sp6
  • Loading branch information
mchf committed Feb 21, 2024
2 parents aa302a8 + a5319ca commit 5290e3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 21 10:22:26 UTC 2024 - Michal Filka <mfilka@suse.com>

- replaced "journalctl --dmesg" with "journalctl -b"
- 4.6.6

-------------------------------------------------------------------
Thu Feb 15 11:55:58 UTC 2024 - Stefan Hundhammer <shundhammer@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2
Version: 4.6.5
Version: 4.6.6

Release: 0
Summary: YaST2 Main Package
Expand Down
3 changes: 3 additions & 0 deletions scripts/save_y2logs
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

0 comments on commit 5290e3d

Please sign in to comment.