Skip to content

Commit

Permalink
Merge pull request #979 from yast/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jreidinger committed Nov 15, 2019
2 parents 90d7757 + 407644e commit 43753ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/system/src/lib/yast2/fs_snapshot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class FsSnapshot

LIST_SNAPSHOTS_CMD =
"/usr/bin/snapper --no-dbus --root=%{root} --utc --csvout list --disable-used-space " \
"--columns number,type,pre_number,date,user,cleanup,description".freeze
"--columns number,type,pre-number,date,user,cleanup,description".freeze

# Predefined snapshot cleanup strategies (the user can define custom ones, too)
CLEANUP_STRATEGY = { number: "number", timeline: "timeline" }.freeze
Expand Down
7 changes: 7 additions & 0 deletions package/yast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 15 09:30:20 UTC 2019 - Josef Reidinger <jreidinger@suse.com>

- Fix crash in upgrade caused by wrong parameter to snapper
(bsc#1156819)
- 4.2.34

-------------------------------------------------------------------
Tue Nov 05 14:15:16 UTC 2019 - José Iván López González <jlopez@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.2.33
Version: 4.2.34
Release: 0
Summary: YaST2 Main Package
License: GPL-2.0-only
Expand Down

0 comments on commit 43753ef

Please sign in to comment.