Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
f3f2f732
Commit
f3f2f732
authored
Sep 14, 2020
by
Steven Murray
Browse files
Upgrading xrootd from 4.12.3-1 to 4.12.4-1
parent
eaa4df9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
continuousintegration/docker/ctafrontend/cc7/etc/yum/pluginconf.d/versionlock.list
View file @
f3f2f732
...
...
@@ -15,23 +15,23 @@
0:eos-testkeytab-4.8.10-1.el7.cern.x86_64
0:eos-xrootd-4.12.3-1.el7.cern.*
0:eos-xrootd-debuginfo-4.12.3-1.el7.cern.*
1:python2-xrootd-4.12.
3
-1.el7.*
1:python3-xrootd-4.12.
3
-1.el7.*
1:xrootd-4.12.
3
-1.el7.*
1:xrootd-client-4.12.
3
-1.el7.*
1:xrootd-client-devel-4.12.
3
-1.el7.*
1:xrootd-client-libs-4.12.
3
-1.el7.*
1:xrootd-debuginfo-4.12.
3
-1.el7.*
1:xrootd-devel-4.12.
3
-1.el7.*
1:xrootd-doc-4.12.
3
-1.el7.*
1:xrootd-fuse-4.12.
3
-1.el7.*
1:xrootd-libs-4.12.
3
-1.el7.*
1:xrootd-private-devel-4.12.
3
-1.el7.*
1:xrootd-selinux-4.12.
3
-1.el7.*
1:xrootd-server-4.12.
3
-1.el7.*
1:xrootd-server-devel-4.12.
3
-1.el7.*
1:xrootd-server-libs-4.12.
3
-1.el7.*
1:xrootd-tests-4.12.
3
-1.el7.*
1:python2-xrootd-4.12.
4
-1.el7.*
1:python3-xrootd-4.12.
4
-1.el7.*
1:xrootd-4.12.
4
-1.el7.*
1:xrootd-client-4.12.
4
-1.el7.*
1:xrootd-client-devel-4.12.
4
-1.el7.*
1:xrootd-client-libs-4.12.
4
-1.el7.*
1:xrootd-debuginfo-4.12.
4
-1.el7.*
1:xrootd-devel-4.12.
4
-1.el7.*
1:xrootd-doc-4.12.
4
-1.el7.*
1:xrootd-fuse-4.12.
4
-1.el7.*
1:xrootd-libs-4.12.
4
-1.el7.*
1:xrootd-private-devel-4.12.
4
-1.el7.*
1:xrootd-selinux-4.12.
4
-1.el7.*
1:xrootd-server-4.12.
4
-1.el7.*
1:xrootd-server-devel-4.12.
4
-1.el7.*
1:xrootd-server-libs-4.12.
4
-1.el7.*
1:xrootd-tests-4.12.
4
-1.el7.*
2:ceph-14.2.8-0.el7.x86_64
2:ceph-base-14.2.8-0.el7.x86_64
2:ceph-common-14.2.8-0.el7.x86_64
...
...
cta.spec.in
View file @
f3f2f732
...
...
@@ -41,10 +41,11 @@ BuildRequires: cmake >= 2.6 redhat-rpm-config
# The CTA client is the only component of CTA that can be compiled on both SLC6
# and C77, therefore only the packages it depends on are required for SLC6
%define radosVersion 2:14.2.8
BuildRequires: xrootd-client-devel >= 1:4.10.0
BuildRequires: xrootd-devel >= 1:4.10.0
BuildRequires: xrootd-server-devel >= 1:4.10.0
BuildRequires: xrootd-private-devel >= 1:4.10.0
%define xrootdVersion 1:4.12.4-1
BuildRequires: xrootd-client-devel >= %{xrootdVersion}
BuildRequires: xrootd-devel >= %{xrootdVersion}
BuildRequires: xrootd-server-devel >= %{xrootdVersion}
BuildRequires: xrootd-private-devel >= %{xrootdVersion}
BuildRequires: librados-devel = %{radosVersion}, libradosstriper-devel = %{radosVersion},
BuildRequires: protobuf3-compiler >= 3.3.1 protobuf3-devel >= 3.3.1
BuildRequires: gmock-devel >= 1.5.0 gtest-devel >= 1.5.0
...
...
@@ -147,7 +148,7 @@ Requires: logrotate
Requires: cta-common = %{version}-%{release}
Requires: cta-lib = %{version}-%{release}
Requires: cta-lib-catalogue = %{version}-%{release}
Requires: xrootd-server
Requires: xrootd-server
>= %{xrootdVersion}
%description -n cta-frontend
CERN Tape Archive:
The xroot plugin
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment