Skip to content

Commit 62aeeb4

Browse files
author
Elliot Boschwitz
authored
Added requirement for Less on Linux (#433)
1 parent f456c1f commit 62aeeb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_scripts/debian/dir_creator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Homepage: https://github.com/dbcli/mssql-cli
5454
5555
Package: mssql-cli
5656
Architecture: all
57-
Depends: libunwind8, libicu52 | libicu55 | libicu57 | libicu60, libffi-dev
57+
Depends: libunwind8, libicu52 | libicu55 | libicu57 | libicu60, libffi-dev, less
5858
Description: mssql-cli
5959
We’re excited to introduce mssql-cli, a new and interactive command line query tool for SQL Server.
6060
This open source tool works cross-platform and proud to be a part of the dbcli.org community.

build_scripts/rpm/mssql-cli.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ BuildRequires: libffi-devel
3939
BuildRequires: openssl-devel
4040
BuildRequires: /usr/bin/pathfix.py
4141

42-
Requires: libunwind, libicu
42+
Requires: libunwind, libicu, less
4343

4444
%description
4545
We’re excited to introduce mssql-cli, a new and interactive command line query tool for SQL Server.

0 commit comments

Comments
 (0)