Skip to content

Commit

Permalink
Merge pull request #1367 from yast/huha-enum-bcachefs
Browse files Browse the repository at this point in the history
Fix Build Failure: New libstorage-ng enum
  • Loading branch information
shundhammer committed Feb 12, 2024
2 parents 50263a9 + 6794fab commit b700ab0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-storage-ng.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 12 15:18:51 UTC 2024 - Stefan Hundhammer <shundhammer@suse.com>

- Added new libstorage enum value UF_BCACHEFS to fix build failure
(bsc#1219804)
- 5.0.5

-------------------------------------------------------------------
Thu Nov 2 13:52:11 UTC 2023 - Ancor Gonzalez Sosa <ancor@suse.com>

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

Name: yast2-storage-ng
Version: 5.0.4
Version: 5.0.5
Release: 0
Summary: YaST2 - Storage Configuration
License: GPL-2.0-only OR GPL-3.0-only
Expand Down
1 change: 1 addition & 0 deletions src/lib/y2storage/storage_feature.rb
Expand Up @@ -98,6 +98,7 @@ class StorageFeature < Feature
# Other
UF_QUOTA: "quota",
UF_BCACHE: "bcache-tools",
UF_BCACHEFS: [], # When implemented: "bcachefs-tools"
UF_SNAPSHOTS: "snapper"
}

Expand Down

0 comments on commit b700ab0

Please sign in to comment.