Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13e54ec0db | ||
|
|
ba96f2c5e7 | ||
|
|
e4aa239546 | ||
|
|
bd480ebf5c | ||
|
|
8c72803b24 | ||
|
|
9ae0dd6b2b | ||
|
|
3a6a64e5c8 | ||
|
|
a5f3d74927 | ||
|
|
313670ef8f | ||
|
|
d60c4f859c | ||
| 4526dcc174 | |||
|
|
765fbca6b4 | ||
|
560ccebd25 |
|||
| 415bfb5f92 | |||
|
|
d3897ae2c6 | ||
|
|
034446a4d8 | ||
|
|
3707a8027b | ||
|
|
1f70f85d8d | ||
|
|
9a45c5ab36 | ||
|
|
1d17f023a7 | ||
|
|
cbac330a1a |
4 changed files with 1 additions and 76 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/webfts-2.2.5.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
34d34ccc89546901ca8d6b6acdfdc0d8 webfts-2.2.5.tar.gz
|
||||
74
webfts.spec
74
webfts.spec
|
|
@ -1,74 +0,0 @@
|
|||
Name: webfts
|
||||
Version: 2.2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Web Interface for FTS
|
||||
Group: Applications/Internet
|
||||
License: ASL 2.0
|
||||
URL: https://gitlab.cern.ch/fts/webfts
|
||||
# The source for this package was pulled from upstream's vcs. Use the
|
||||
# following commands to generate the tarball:
|
||||
# git clone https://gitlab.cern.ch/fts/webfts.git webfts-2.2.5
|
||||
# tar --exclude-vcs -zcvf webfts-2.2.5.tar.gz webfts-2.2.5
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArchitectures: noarch
|
||||
|
||||
Requires: httpd
|
||||
Requires: php
|
||||
|
||||
|
||||
%description
|
||||
The package provides the WEB Interface for the FTS3 service
|
||||
|
||||
%prep
|
||||
%setup -c -n %{name}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p -m0755 %{buildroot}/var
|
||||
mkdir -p -m0755 %{buildroot}/var/www
|
||||
mkdir -p -m0755 %{buildroot}/var/www/%{name}
|
||||
|
||||
cp -rp %{name}-%{version}/* %{buildroot}/var/www/%{name}
|
||||
|
||||
mkdir -p -m0755 %{buildroot}/etc
|
||||
mkdir -p -m0755 %{buildroot}/etc/httpd
|
||||
mkdir -p -m0755 %{buildroot}/etc/httpd/conf.d
|
||||
|
||||
cp -rp %{name}-%{version}/conf/%{name}.conf %{buildroot}/etc/httpd/conf.d/
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post
|
||||
service httpd restart
|
||||
|
||||
%files
|
||||
%config(noreplace) /etc/httpd/conf.d/%{name}.conf
|
||||
%config(noreplace) /var/www/%{name}/config.xml
|
||||
%defattr(-,root,root,-)
|
||||
/var/www/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Nov 6 2015 Andrea Manzi <amanzi@cern.ch> - 2.2.5-1
|
||||
- correct escaping url when list endpoints
|
||||
- fix reload of SE endpoints
|
||||
* Fri Jun 27 2015 Andrea Manzi <amanzi@cern.ch> - 2.2.4-1
|
||||
- fix for FINISHEDDIRTY jobs not displayed
|
||||
* Wed Jun 25 2015 Andrea Manzi <amanzi@cern.ch> - 2.2.3-1
|
||||
- fix for file Attributes columns wrongly ordered
|
||||
* Fri Feb 27 2015 Andrea Manzi <amanzi@cern.ch> - 2.2.2-1
|
||||
- fix for XSS vulnerability
|
||||
* Fri Feb 13 2015 Andrea Manzi <amanzi@cern.ch> - 2.2.1-1
|
||||
- moved to sha512
|
||||
- added dropbox revoke tokens button
|
||||
* Thu Nov 27 2014 Andrea Manzi <amanzi@cern.ch> - 2.2.0-1
|
||||
- data management support
|
||||
* Thu Nov 13 2014 Andrea Manzi <amanzi@cern.ch> - 2.1.0-1
|
||||
- cernbox support
|
||||
- added voname to proxy
|
||||
* Tue Aug 27 2014 Andrea Manzi <amanzi@cern.ch> - 2.0.0-1
|
||||
- dropbox support
|
||||
* Tue Jul 22 2014 Andrea Manzi <amanzi@cern.ch> - 1.4.0-1
|
||||
- added support for LFC registration, overwrite and checksums
|
||||
- added resubmission of failed files only
|
||||
Loading…
Add table
Add a link
Reference in a new issue