Skip to content

Commit

Permalink
Add missing dsnode package (#3542)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Feb 13, 2025
1 parent 45f3157 commit 3cca849
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packaging/rpm/ice.spec
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,23 @@ with minimal effort. Ice takes care of all interactions with low-level
network programming interfaces and allows you to focus your efforts on
your application logic.

#
# dsnode package
#
%package -n %{?nameprefix}dsnode
Summary: DataStorm node server.
Group: System Environment/Daemons
Requires: lib%{?nameprefix}ice3.8-c++%{?_isa} = %{version}-%{release}
%description -n %{?nameprefix}dsnode
This package contains the DataStorm node server. The DataStorm node server allows
other DataStorm nodes to exchange topic discovery information without relying on
UDP multicast. It also helps create deployments that span multiple IP networks.

Ice is a comprehensive RPC framework that helps you network your software
with minimal effort. Ice takes care of all interactions with low-level
network programming interfaces and allows you to focus your efforts on
your application logic.

#
# glacier2 package
#
Expand Down

0 comments on commit 3cca849

Please sign in to comment.