Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
8a555c54
Commit
8a555c54
authored
Jan 16, 2019
by
Maria Arsuaga Rios
Browse files
Remove fts3rest.xml if slc6
parent
b3032b85
Pipeline
#662905
passed with stage
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/rpm/fts-rest.spec
View file @
8a555c54
...
...
@@ -69,15 +69,17 @@ Requires: gfal2-python%{?_isa}
Requires: python-requests
%description
This package provides the FTS3 REST interface
%if %{?rhel}%{!?rhel:0} >= 7
%package firewalld
Summary: FTS3 Rest Firewalld
Group: Applications/Internet
%if %{?rhel}%{!?rhel:0} >= 7
Requires: firewalld-filesystem
%endif
%description firewalld
FTS3 Rest firewalld.
%endif
%package cloud-storage
Summary: FTS3 Rest Cloud Storage extensions
...
...
@@ -214,6 +216,10 @@ make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}/%{_var}/cache/fts3rest/
mkdir -p %{buildroot}/%{_var}/log/fts3rest/
%if %{?rhel}%{!?rhel:0} == 6
rm -rf %{_prefix}/lib/firewalld/services/fts3rest.xml
%endif
cp --preserve=timestamps -r src/fts3 %{buildroot}/%{python_sitelib}
cat > %{buildroot}/%{python_sitelib}/fts3.egg-info <<EOF
Metadata-Version: 1.0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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