Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb26141_obsolete_coreutils' into 'master'
Obsolete coreutils <= 6.9-15.

See merge request mer-core/busybox!18
  • Loading branch information
Tomin1 committed Feb 13, 2020
2 parents 62acbd5 + 4e05410 commit 20e9db1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion rpm/busybox.spec
Expand Up @@ -50,8 +50,10 @@ a statically linked version of Busybox.
%package symlinks-coreutils
Requires: %{name} = %{version}-%{release}
Summary: Busybox replacements for coreutils
Provides: 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 @@ -183,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 @@ -258,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 @@ -282,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 20e9db1

Please sign in to comment.