forked from TrueCloudLab/frostfs-node
[#409] Fix neofs-locode-db dependency
And update CHANGELOG.md =) Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
e1a085ffd5
commit
bbfc1d9263
3 changed files with 2 additions and 1 deletions
|
@ -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
2
debian/control
vendored
|
@ -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.
|
||||
|
|
BIN
locode_db.tar.gz
BIN
locode_db.tar.gz
Binary file not shown.
Loading…
Reference in a new issue