Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing Provides.
Our coreutils provides mktemp and has some paths in /bin that this
packaging didn't include. Add those to make sure dependencies keep
working.

Signed-off-by: Tomi Leppänen <tomi.leppanen@jolla.com>
  • Loading branch information
Tomin1 committed Feb 13, 2020
1 parent 5df874e commit 4e05410
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rpm/busybox.spec
Expand Up @@ -53,6 +53,7 @@ Summary: Busybox replacements for coreutils
Conflicts: gnu-coreutils
Provides: coreutils = 1:6.9+git1
Obsoletes: coreutils < 1:6.9+git1
Provides: mktemp

%description symlinks-coreutils
%{summary} as symlinks.
Expand Down Expand Up @@ -184,7 +185,10 @@ cat >> busybox.links << EOF
%{_bindir}/cpio
%{_bindir}/tar
%{_bindir}/vi
/bin/basename
/bin/cut
/bin/env
/bin/sort
%{_bindir}/base64
%{_bindir}/cat
%{_bindir}/chgrp
Expand Down Expand Up @@ -259,11 +263,13 @@ install -m 644 -t %{buildroot}/%{_docdir}/%{name}-%{version} \

%files symlinks-coreutils
%defattr(-,root,root,-)
/bin/basename
/bin/cat
/bin/chgrp
/bin/chmod
/bin/chown
/bin/cp
/bin/cut
/bin/date
/bin/dd
/bin/df
Expand All @@ -283,6 +289,7 @@ install -m 644 -t %{buildroot}/%{_docdir}/%{name}-%{version} \
/bin/rm
/bin/rmdir
/bin/sleep
/bin/sort
/bin/stat
/bin/stty
/bin/sync
Expand Down

0 comments on commit 4e05410

Please sign in to comment.