[cpp-linbuild] branch main updated: Discard unneeded chrpath build dependency

John W. O'Brien john at saltant.com
Thu Jul 20 23:03:51 UTC 2023


This is an automated email from the git hooks/post-receive script.

obrienjw pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=98cd3c26cac11e481768d280e78ff7541e91bc9c

The following commit(s) were added to refs/heads/main by this push:
     new 98cd3c2  Discard unneeded chrpath build dependency
98cd3c2 is described below

commit 98cd3c26cac11e481768d280e78ff7541e91bc9c
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Thu Jul 20 22:59:39 2023 +0000

    Discard unneeded chrpath build dependency
    
    chrpath is conditionally required to build shibboleth (SP) on
    rhel{6,7} and amzn{1,2}, and can be excluded on other platforms
---
 os/amazonlinux2023/image/Dockerfile | 2 +-
 os/centos8/image/Dockerfile         | 2 +-
 os/rockylinux8/image/Dockerfile     | 2 +-
 os/rockylinux9/image/Dockerfile     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/os/amazonlinux2023/image/Dockerfile b/os/amazonlinux2023/image/Dockerfile
index e9a2f26..ea82c32 100644
--- a/os/amazonlinux2023/image/Dockerfile
+++ b/os/amazonlinux2023/image/Dockerfile
@@ -4,7 +4,7 @@ COPY *.repo /etc/yum.repos.d/
 
 RUN dnf -y update \
     && dnf -y install \
-        autoconf automake boost-devel chrpath curl-devel doxygen \
+        autoconf automake boost-devel curl-devel doxygen \
         gcc-c++ gdb git groff httpd-devel \
         libtool make openldap-devel openssl-devel \
         pkgconfig rpm-build stunnel systemd-devel unixODBC-devel \
diff --git a/os/centos8/image/Dockerfile b/os/centos8/image/Dockerfile
index 0c38a5c..da576c4 100644
--- a/os/centos8/image/Dockerfile
+++ b/os/centos8/image/Dockerfile
@@ -9,7 +9,7 @@ RUN sed -i "s/enabled=0/enabled=1/" /etc/yum.repos.d/CentOS-Linux-PowerTools.rep
         /etc/yum.repos.d/CentOS-Linux-*.repo \
     && yum -y update \
     && yum -y install \
-        autoconf automake boost-devel chrpath curl-devel doxygen \
+        autoconf automake boost-devel curl-devel doxygen \
         gcc-c++ gdb git groff httpd-devel \
         libmemcached-devel libtool make openldap-devel openssl-devel \
         pkgconfig rpm-build stunnel systemd-devel unixODBC-devel \
diff --git a/os/rockylinux8/image/Dockerfile b/os/rockylinux8/image/Dockerfile
index 32fc7e0..b01bdf8 100644
--- a/os/rockylinux8/image/Dockerfile
+++ b/os/rockylinux8/image/Dockerfile
@@ -5,7 +5,7 @@ COPY *.repo /etc/yum.repos.d/
 RUN sed -i "s/enabled=0/enabled=1/" /etc/yum.repos.d/Rocky-PowerTools.repo \
     && yum -y update \
     && yum -y install \
-        autoconf automake boost-devel chrpath curl-devel doxygen \
+        autoconf automake boost-devel curl-devel doxygen \
         gcc-c++ gdb git groff httpd-devel \
         libmemcached-devel libtool make openldap-devel openssl-devel \
         pkgconfig rpm-build stunnel systemd-devel unixODBC-devel \
diff --git a/os/rockylinux9/image/Dockerfile b/os/rockylinux9/image/Dockerfile
index 893bf0a..d2ec3d8 100644
--- a/os/rockylinux9/image/Dockerfile
+++ b/os/rockylinux9/image/Dockerfile
@@ -4,7 +4,7 @@ COPY *.repo /etc/yum.repos.d/
 
 RUN yum -y update \
     && yum -y install --enablerepo crb \
-        autoconf automake boost-devel chrpath curl-devel doxygen \
+        autoconf automake boost-devel curl-devel doxygen \
         gcc-c++ gdb git groff httpd-devel \
         libmemcached-devel libtool make openldap-devel openssl-devel \
         pkgconfig rpm-build stunnel systemd-devel unixODBC-devel \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list