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
9045bedc
Commit
9045bedc
authored
Jan 16, 2019
by
Maria Arsuaga Rios
Browse files
Adding automatic firewalld
parent
d1e5a0b7
Pipeline
#662102
passed with stage
in 3 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/rpm/fts-rest.spec
View file @
9045bedc
...
...
@@ -29,6 +29,9 @@ BuildRequires: python-nose1.1
%if %{?rhel}%{!?rhel:0} >= 7
BuildRequires: python-nose
%endif
%if %{?rhel}%{!?rhel:0} >= 7
BuildRequires: firewalld-filesystem
%endif
BuildRequires: python-dateutil
BuildRequires: python-pylons
BuildRequires: scipy
...
...
@@ -48,6 +51,9 @@ BuildRequires: pandoc
BuildRequires: python-dirq
BuildRequires: MySQL-python
%if %{?rhel}%{!?rhel:0} >= 7
Requires(post): firewalld-filesystem
%endif
Requires: gridsite%{?_isa} >= 1.7
%if %{?rhel}%{!?rhel:0} == 6
Requires: httpd%{?_isa} >= 2.2.15-60
...
...
@@ -208,6 +214,7 @@ License: Apache2
EOF
%files
%dir %{python_sitelib}/fts3rest/
%{python_sitelib}/fts3rest.egg-info/*
...
...
@@ -301,6 +308,14 @@ EOF
%{python_sitelib}/fts3.egg-info
%doc LICENSE
%if %{?rhel}%{!?rhel:0} >= 7
%{_prefix}/lib/firewalld/services
%config(noreplace) %{_sysconfdir}/fts3/fts3rest.xml
%post
%firewalld_reload
%endif
%changelog
* Tue Apr 19 2016 Alejandro Alvarez Ayllon <aalvarez@cern.ch> - 3.4.0-1
- Update for new upstream release
...
...
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