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
6bbd0afa
Commit
6bbd0afa
authored
Apr 26, 2021
by
Steven Murray
Browse files
Relaxed dependency on radosVersion. Instead of = we now use >=
parent
8fb1bf85
Changes
1
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
6bbd0afa
...
...
@@ -46,7 +46,7 @@ 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: 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
BuildRequires: sqlite-devel >= 3.6
...
...
@@ -229,7 +229,7 @@ Shared libraries required to access the CTA catalogue
%package -n cta-lib
Summary: CERN Tape Archive libraries
Group: Application/CTA
Requires: librados2 = %{radosVersion}
Requires: librados2
>
= %{radosVersion}
Requires: xrootd-client-libs >= %{xrootdVersion}
# Explicity require protobuf3 to avoid clash with eos-protobuf3
Requires: protobuf3
...
...
Tigran Mkrtchyan
☕
@tigran
mentioned in commit
680f2a96
·
Jun 08, 2021
mentioned in commit
680f2a96
mentioned in commit 680f2a96c527e48dddd428a5071254f88bfd3ea3
Toggle commit list
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