From 4e0541080dfef6b9417598d41d5a8f9588c2b8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Lepp=C3=A4nen?= Date: Thu, 13 Feb 2020 13:47:15 +0200 Subject: [PATCH] Add missing Provides. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- rpm/busybox.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rpm/busybox.spec b/rpm/busybox.spec index e1d575c..e73887b 100644 --- a/rpm/busybox.spec +++ b/rpm/busybox.spec @@ -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. @@ -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 @@ -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 @@ -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