Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename base rpm package #928

Merged
merged 2 commits into from
Sep 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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