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
2a336e98
Commit
2a336e98
authored
Jan 16, 2019
by
Maria Arsuaga Rios
Browse files
Update fts-rest.spec
parent
9045bedc
Pipeline
#662126
passed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/rpm/fts-rest.spec
View file @
2a336e98
...
...
@@ -134,7 +134,14 @@ Requires: python-sqlalchemy0.8
%description -n python-fts
This package provides an object model of the FTS3
database, using sqlalchemy ORM.
%if %{?rhel}%{!?rhel:0} >= 7
%files firewalld
%{_prefix}/lib/firewalld/services
%config(noreplace) %{_sysconfdir}/fts3/fts3rest.xml
%post
%firewalld_reload
%endif
%post
/sbin/service httpd condrestart >/dev/null 2>&1 || :
if [ "$1" -eq "2" ]; then # Upgrade
...
...
@@ -213,7 +220,7 @@ Author-email: fts-devel@cern.ch
License: Apache2
EOF
%files
%files
%dir %{python_sitelib}/fts3rest/
...
...
@@ -308,13 +315,7 @@ 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
...
...
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