Compare commits

..

No commits in common. "rawhide" and "f22" have entirely different histories.

4 changed files with 76 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/webfts-2.2.5.tar.gz

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
34d34ccc89546901ca8d6b6acdfdc0d8 webfts-2.2.5.tar.gz

74
webfts.spec Normal file
View file

@ -0,0 +1,74 @@
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