[#409] Fix neofs-locode-db dependency

And update CHANGELOG.md =)

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
remotes/fyrchik/fix-storage-errors
Stanislav Bogatyrev 2022-10-26 13:26:41 +03:00 committed by Stanislav Bogatyrev
parent e1a085ffd5
commit bbfc1d9263
3 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Changelog for NeoFS Node
- All trees synchronization on bootstrap (#1902)
- `--force` flag to `neofs-cli control set-status` command (#1916)
- Logging `SessionService.Create` RPC on the server for debug (#1930)
- Debian packages can now be built with `make debpackage` (#1802)
### Changed
- Path to a metabase can now be reloaded with a SIGHUP.

2
debian/control vendored
View File

@ -19,7 +19,7 @@ Description: NeoFS Storage node
Package: neofs-ir
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, neofs-locode-db
Description: NeoFS InnerRing node
NeoFS is a decentralized distributed object storage integrated with the NEO Blockchain.
NeoFS Nodes are organized in a peer-to-peer network that takes care of storing and distributing user's data.

Binary file not shown.