Accepting request 1030691 from home:luc14n0:branches:shells

Make dash-sh subpackage architecture independent.

OBS-URL: https://build.opensuse.org/request/show/1030691
OBS-URL: https://build.opensuse.org/package/show/shells/dash?expand=0&rev=42
This commit is contained in:
Dirk Mueller 2022-10-24 11:39:31 +00:00 committed by Git OBS Bridge
parent c123f7b918
commit 327a8c1220
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 22 02:02:00 UTC 2022 - Luciano Santos <luc14n0@opensuse.org>
- Make dash-sh subpackage architecture independent since it only
contains a symbolic link.
-------------------------------------------------------------------
Thu Jan 27 17:38:59 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -24,7 +24,7 @@ Summary: POSIX-compliant Implementation of /bin/sh
License: BSD-3-Clause
Group: System/Shells
URL: http://gondor.apana.org.au/~herbert/dash/
Source: http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz
Source0: http://gondor.apana.org.au/~herbert/dash/files/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM: https://git.kernel.org/pub/scm/utils/dash/dash.git/commit/?id=29d6f2148f10213de4e904d515e792d2cf8c968e
Patch1: check-nflag-in-evaltree.patch
BuildRequires: libedit-devel
@ -39,6 +39,7 @@ Group: System/Shells
Requires: dash = %{version}
Conflicts: alternative(sh)
Provides: alternative(sh)
BuildArch: noarch
%description sh
Use dash as /bin/sh implementation.