Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210360228
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210360228
Commits
7f9967b2
Commit
7f9967b2
authored
5 years ago
by
Xinglu Yee
Committed by
dutor
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Rename base rpm package (#928)
parent
8ab51432
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/nebula.spec
+9
-5
9 additions, 5 deletions
package/nebula.spec
with
9 additions
and
5 deletions
package/nebula.spec
+
9
−
5
View file @
7f9967b2
...
...
@@ -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
...
...
@@ -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
...
...
@@ -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
...
...
@@ -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
...
...
@@ -131,4 +136,3 @@ fi
%undefine _missing_build_ids_terminate_build
%changelog
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment