Skip to content

Commit

Permalink
Set the filesystem root on zypper when given
Browse files Browse the repository at this point in the history
Also update the changelog to prepare for a new release since this fix
needs to be deployed everywhere.

Fixes bsc#1230229

Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Sep 13, 2024
1 parent 0674edc commit b20e4ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/packaging/suseconnect-ng.changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-------------------------------------------------------------------
Thu Jul 11 12:36:22 UTC 2024 - Miquel Sabate Sola <[email protected]>
Fri Sep 13 14:11:22 UTC 2024 - Miquel Sabate Sola <[email protected]>

- UNDER DEVELOPMENT: version 1.12
- Update version to 1.12:
- Set the filesystem root on zypper when given (bsc#1230229)

-------------------------------------------------------------------
Thu Jul 10 12:03:20 UTC 2024 - Miquel Sabaté <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions cmd/suseconnect/suseconnect.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func main() {
os.Exit(1)
}
connect.CFG.FsRoot = fsRoot
zypper.SetFilesystemRoot(fsRoot)
}
if namespace != "" {
connect.CFG.Namespace = namespace
Expand Down

0 comments on commit b20e4ad

Please sign in to comment.