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

Fix libstorage-ng probing #10

Merged
merged 2 commits into from
Jul 28, 2022
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
7 changes: 7 additions & 0 deletions package/yast-in-container.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 25 15:31:45 UTC 2022 - Ancor Gonzalez Sosa <[email protected]>

- Set `LIBSTORAGE_ROOTPREFIX` to improve libstorage-ng probing
(bsc#1199840).
- 4.5.8

-------------------------------------------------------------------
Wed Jul 20 10:02:16 UTC 2022 - Ladislav Slezák <[email protected]>

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


Name: yast-in-container
Version: 4.5.7
Version: 4.5.8
Release: 0
Summary: Experimental package for running YaST in a container
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/yast2_container
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ $TOOL run -it --privileged --pid=host --ipc=host --net=host \
-v /dev:/dev "${EXTRA_OPTIONS[@]}" \
--mount type=bind,source=/,target=$CHROOT_DIR,bind-propagation=rshared \
-e ZYPP_LOCKFILE_ROOT=$CHROOT_DIR -e YAST_SCR_TARGET=$CHROOT_DIR \
-e LIBSTORAGE_LOCKFILE_ROOT=$CHROOT_DIR \
-e LIBSTORAGE_LOCKFILE_ROOT=$CHROOT_DIR -e LIBSTORAGE_ROOTPREFIX=$CHROOT_DIR \
--rm $IMAGE_NAME "$CMD" "$@" "${EXTRA_ARGS[@]}"