Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Upgrade Frontier client to version 2.8.14 and pacparser to 1.3.5." #1978

Merged
merged 1 commit into from
Nov 22, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions frontier_client.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
### RPM external frontier_client 2.8.14
### RPM external frontier_client 2.8.11
## INITENV +PATH PYTHONPATH %{i}/python/lib

Source: http://frontier.cern.ch/dist/%{n}__%{realversion}__src.tar.gz
%define online %(case %cmsplatf in (*onl_*_*) echo true;; (*) echo false;; esac)

Requires: expat openssl pacparser python

Requires: expat
Requires: openssl
Requires: pacparser
Requires: python
%if "%online" != "true"
Requires: zlib
%else
Expand Down
4 changes: 2 additions & 2 deletions pacparser.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### RPM external pacparser 1.3.5
Source: https://github.com/%{n}/%{n}/releases/download/%{realversion}/%{n}-%{realversion}.tar.gz
### RPM external pacparser 1.3.1
Source: http://%{n}.googlecode.com/files/%{n}-%{realversion}.tar.gz

%prep
%setup -n %{n}-%{realversion}
Expand Down