diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-11-01 10:15:00 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-11-01 21:47:21 +0100 |
commit | c9ea83dffe28a67c5f162f9a7b75e3b4ced71522 (patch) | |
tree | ad7c7d78bf19c3f67f2e9738bd9ea30381aff966 /redhat/docker/el7/Dockerfile.x86_64 | |
parent | 0d023ac2af69714bf99c9521747c405fe6c1c055 (diff) | |
download | tde-packaging-c9ea83dffe28a67c5f162f9a7b75e3b4ced71522.tar.gz tde-packaging-c9ea83dffe28a67c5f162f9a7b75e3b4ced71522.zip |
RPM: update TDE to version 14.0.11
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/docker/el7/Dockerfile.x86_64')
-rw-r--r-- | redhat/docker/el7/Dockerfile.x86_64 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/docker/el7/Dockerfile.x86_64 b/redhat/docker/el7/Dockerfile.x86_64 index 3dfcdda6d..ba13e2e2c 100644 --- a/redhat/docker/el7/Dockerfile.x86_64 +++ b/redhat/docker/el7/Dockerfile.x86_64 @@ -1,6 +1,6 @@ FROM centos:7 -ARG TDE_VERSION=14.0.10 +ARG TDE_VERSION=14.0.11 ARG ARCH=x86_64 # Enable proxy @@ -41,8 +41,8 @@ RUN rpmbuild --rebuild https://archives.fedoraproject.org/pub/archive/fedora/lin RUN rpmbuild --rebuild https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/30/Everything/source/tree/Packages/y/yaz-5.14.11-17.fc30.src.rpm --define "_pkgdocdir /usr/share/doc/yaz" \ && sudo rpm -Uvh ${HOME}/rpmbuild/RPMS/*/libyaz{,-devel}-5*.rpm -RUN rpmbuild --rebuild https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/32/Everything/source/tree/Packages/r/rdesktop-1.9.0-2.fc32.src.rpm \ +RUN rpmbuild --rebuild http://ftp.lip6.fr/ftp/pub/linux/distributions/fedora/releases/32/Everything/source/tree/Packages/r/rdesktop-1.9.0-2.fc32.src.rpm \ && sudo rpm -Uvh ${HOME}/rpmbuild/RPMS/*/rdesktop-1*.rpm -RUN rpmbuild --rebuild https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/32/Everything/source/tree/Packages/p/pilot-link-0.12.5-44.fc32.src.rpm \ +RUN rpmbuild --rebuild http://ftp.lip6.fr/ftp/pub/linux/distributions/fedora/releases/32/Everything/source/tree/Packages/p/pilot-link-0.12.5-44.fc32.src.rpm \ && sudo rpm -Uvh ${HOME}/rpmbuild/RPMS/*/pilot-link{,-devel,-libs}-0*.rpm |