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

update SCRAM and build rules #3935

Merged
merged 3 commits into from Apr 20, 2018
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion SCRAMV1.spec
@@ -1,4 +1,4 @@
### RPM lcg SCRAMV1 V2_2_7
### RPM lcg SCRAMV1 V2_2_8_pre2
## NOCOMPILER

BuildRequires: gmake
Expand Down
3 changes: 2 additions & 1 deletion scram-project-build.file
Expand Up @@ -64,7 +64,7 @@ Requires: glibc
%endif

%if "%{?configtag:set}" != "set"
%define configtag V05-07-00
%define configtag V05-07-07
%endif

%if "%{?cvssrc:set}" != "set"
Expand Down Expand Up @@ -310,6 +310,7 @@ for L in `find external/%cmsplatf -type l`; do
done
find external/%cmsplatf -type l | xargs ls -l
%{?PatchReleaseSymlinkRelocate:%PatchReleaseSymlinkRelocate}
echo "%{cmsroot}" > %{i}/config/scram_basedir

%post
export SCRAM_ARCH=%cmsplatf
Expand Down