Accepting request 997488 from home:kukuk:container

- Which need one /usr/bin/which, not the package which

OBS-URL: https://build.opensuse.org/request/show/997488
OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=88
This commit is contained in:
Dirk Mueller 2022-08-17 08:23:59 +00:00 committed by Git OBS Bridge
parent 7811399b13
commit e3945c7a1f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 16 15:01:20 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
- Which need one /usr/bin/which, not the package which
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 16 09:58:23 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com> Thu Sep 16 09:58:23 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package less # spec file for package less
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -42,7 +42,7 @@ BuildRequires: ncurses-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
Requires: file Requires: file
# lessopen.sh uses which # lessopen.sh uses which
Requires: which Requires: /usr/bin/which
%description %description
less is a text file browser and pager similar to more. It allows less is a text file browser and pager similar to more. It allows