Skip to content

Commit

Permalink
Merge pull request #1306 from mchf/SLE-15-SP6
Browse files Browse the repository at this point in the history
journalctl --dmesg not needed anymore
  • Loading branch information
mchf committed Feb 21, 2024
2 parents 5290e3d + 15d96e2 commit 05aae46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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 11:07:25 UTC 2024 - Michal Filka <mfilka@suse.com>

- removed "journalctl --dmesg" from save_y2los
- 4.6.7

-------------------------------------------------------------------
Wed Feb 21 10:22:26 UTC 2024 - Michal Filka <mfilka@suse.com>

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: 4.6.6
Version: 4.6.7

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

Expand Down

0 comments on commit 05aae46

Please sign in to comment.