Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/el6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

# Install base build dependencies
yum install -y \
gcc make autoconf automake libtool pkgconfig \
gcc make autoconf automake libtool pkgconfig perl \
libX11-devel libXtst-devel texinfo rpm-build git

# 32-bit (i686) extras and compiler wrapper
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
setup_centos6_vault_repos

yum install -y \
gcc make autoconf automake libtool pkgconfig \
gcc make autoconf automake libtool pkgconfig perl \
libX11-devel libXtst-devel texinfo rpm-build

if [ "$TARGET_ARCH" = "i686" ]; then
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/el8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
automake \
libtool \
pkgconfig \
perl \
libX11-devel \
libXtst-devel \
texinfo \
Expand Down
1 change: 1 addition & 0 deletions build/SPECS/cnee-el6.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ BuildRequires: pkgconfig
BuildRequires: libX11-devel%{?_isa}
BuildRequires: libXtst-devel%{?_isa}
BuildRequires: texinfo
BuildRequires: perl

Requires: libX11%{?_isa}
Requires: libXtst%{?_isa}
Expand Down
1 change: 1 addition & 0 deletions build/SPECS/cnee-el8.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ BuildRequires: pkgconfig
BuildRequires: libX11-devel%{?_isa}
BuildRequires: libXtst-devel%{?_isa}
BuildRequires: texinfo
BuildRequires: perl

Requires: libX11%{?_isa}
Requires: libXtst%{?_isa}
Expand Down