Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
busybox
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dsemakin
busybox
Commits
cb5cc0b5
Commit
cb5cc0b5
authored
Jan 31, 2018
by
Matti Kosola
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jb39733' into 'master'
Move dosfstools links to separate package. See merge request !2
parents
00a336c1
907eba57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
rpm/busybox.spec
rpm/busybox.spec
+18
-2
No files found.
rpm/busybox.spec
View file @
cb5cc0b5
...
...
@@ -12,6 +12,7 @@ URL: https://github.com/mer-packages/busybox
Obsoletes: time <= 1.7
Provides: time > 1.7
# Providing only part of iputils, but should be enough for us.
Obsoletes: iputils <= 20101006
Provides: iputils > 20101006
...
...
@@ -40,6 +41,18 @@ useful for recovering from certain types of system failures,
particularly those involving broken shared libraries. This package provides
a statically linked version of Busybox.
%package symlinks-dosfstools
Requires: %{name}
Group: System/Shells
Summary: Busybox replacements for dosfstools
%description symlinks-dosfstools
Busybox is a single binary which includes versions of a large number
of system commands, including a shell. This package can be very
useful for recovering from certain types of system failures,
particularly those involving broken shared libraries. This
is the symlinks implementing part of dosfstools.
%package symlinks-gzip
Requires: %{name}
Group: System/Shells
...
...
@@ -111,8 +124,6 @@ install -m 755 busybox-static %{buildroot}/bin/busybox-static
/bin/busybox
/bin/ping
/bin/ping6
/sbin/mkdosfs
/sbin/mkfs.vfat
/usr/bin/time
/usr/bin/traceroute
/usr/bin/traceroute6
...
...
@@ -126,6 +137,11 @@ install -m 755 busybox-static %{buildroot}/bin/busybox-static
%defattr(-,root,root,-)
%doc LICENSE docs/busybox.net/*.html
%files symlinks-dosfstools
%defattr(-,root,root,-)
/sbin/mkdosfs
/sbin/mkfs.vfat
%files symlinks-gzip
%defattr(-,root,root,-)
/bin/gunzip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment