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
9b028adc
Commit
9b028adc
authored
Jan 16, 2019
by
Maria Arsuaga Rios
Browse files
Update fts-rest.spec
parent
88bb0606
Pipeline
#662162
passed with stage
in 2 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/rpm/fts-rest.spec
View file @
9b028adc
...
...
@@ -135,11 +135,6 @@ Requires: python-sqlalchemy0.8
This package provides an object model of the FTS3
database, using sqlalchemy ORM.
%if %{?rhel}%{!?rhel:0} >= 7
%files
%{_prefix}/lib/firewalld/services
%config(noreplace) %{_sysconfdir}/fts3/fts3rest.xml
%endif
%post
/sbin/service httpd condrestart >/dev/null 2>&1 || :
...
...
@@ -284,6 +279,11 @@ EOF
%doc docs/install.md
%doc docs/api.md
%if %{?rhel}%{!?rhel:0} >= 7
%{_prefix}/lib/firewalld/services
%config(noreplace) %{_sysconfdir}/fts3/fts3rest.xml
%endif
%files cloud-storage
%{python_sitelib}/fts3rest/config/routing/cstorage.py*
%{python_sitelib}/fts3rest/controllers/cloudStorage.py*
...
...
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