Skip to content

Commit

Permalink
Rename base rpm package (vesoft-inc#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored and dutor committed Sep 16, 2019
1 parent 8ab5143 commit 7f9967b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package/nebula.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ make -j2
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%package base
Summary: nebula base package
Group: Applications/Databases
%description base

%package metad
Summary: nebula meta server daemon
Group: Applications/Databases
Expand All @@ -58,10 +63,10 @@ Group: Applications/Databases
%description storaged
storaged is a daemon for storage all data

%package nebula
%package console
Summary: nebula console client
Group: Applications/Databases
%description nebula
%description console

%package storage_perf
Summary: tool for storage
Expand All @@ -71,7 +76,7 @@ Group: Applications/Databases

# the files include exe, config file, scripts
# base rpm include files
%files
%files base
%attr(0755,root,root) %{_datadir}/nebula.service
%attr(0755,root,root) %{_datadir}/utils.sh
%attr(0755,root,root) %{_datadir}/services.sh
Expand Down Expand Up @@ -116,7 +121,7 @@ if [[ ! -f %{_install_dir}/etc/nebula-storaged.conf ]]; then
fi


%files nebula
%files console
%attr(0755,root,root) %{_bindir}/nebula
%attr(0644,root,root) %{_resourcesdir}/completion.json

Expand All @@ -131,4 +136,3 @@ fi
%undefine _missing_build_ids_terminate_build

%changelog

0 comments on commit 7f9967b

Please sign in to comment.