Skip to content

Commit

Permalink
fix: use perl-base for debian and perl-interpreter for alma (#1219) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
a-eljazouly committed Mar 28, 2024
1 parent 2377f51 commit 78824af
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.centreon-collect-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dnf install -y cmake \
rrdtool-devel \
selinux-policy-devel \
yum-utils \
perl \
perl-interpreter \
rpm-build \
zstd

Expand Down
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.centreon-collect-alma9
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dnf --best install -y cmake \
rrdtool-devel \
selinux-policy-devel \
yum-utils \
perl \
perl-interpreter \
rpm-build \
procps-ng \
zstd \
Expand Down
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.centreon-collect-alma9-test
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dnf --best install -y \
python3-pip \
perl-Thread-Queue \
rrdtool \
perl \
perl-interpreter \
procps-ng \
zstd \
psmisc \
Expand Down
3 changes: 2 additions & 1 deletion .github/docker/Dockerfile.centreon-collect-debian-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ apt-get -y install cmake \
fakeroot \
strace \
locales \
zstd
zstd \
perl-base

apt-get clean

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ apt-get -y install curl \
rrdcached \
zstd \
psmisc \
sudo
sudo \
perl-base

localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8

Expand Down
3 changes: 2 additions & 1 deletion packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Build-Depends: debhelper-compat (=12),
python3,
python3-pip,
libperl-dev,
libgcrypt20-dev
libgcrypt20-dev,
perl-base
Standards-Version: 4.5.0
Homepage: https://wwww.centreon.com

Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/centreon-collect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BuildRequires: gnutls-devel >= 3.3.29
BuildRequires: libgcrypt-devel
BuildRequires: lua-devel
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-interpreter
BuildRequires: perl-ExtUtils-Embed
BuildRequires: perl-devel
BuildRequires: rrdtool-devel
Expand Down

0 comments on commit 78824af

Please sign in to comment.