From 31f2bff074794a3636bb590272b8e86dd1a1cf31 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Fri, 19 Dec 2014 11:36:21 +0100 Subject: [PATCH] new config tag and use findDependencies.pl from config tag --- scram-project-build.file | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scram-project-build.file b/scram-project-build.file index a950c3df265..041da365b37 100755 --- a/scram-project-build.file +++ b/scram-project-build.file @@ -67,7 +67,7 @@ Requires: file %endif %if "%{?configtag:set}" != "set" -%define configtag V05-03-31 +%define configtag V05-04-00 %endif %if "%{?useCmsTC:set}" != "set" @@ -128,7 +128,6 @@ Source2: %{additionalSrc0}&output=/src1.tar.gz %if "%{?additionalSrc1:set}" == "set" Source3: %{additionalSrc1}&output=/src2.tar.gz %endif -Source4: findDependencies.pl %prep rm -rf config @@ -242,7 +241,7 @@ fi %if "%{?saveDeps:set}" == "set" mkdir -p %i/etc/dependencies -perl %{_sourcedir}/findDependencies.pl -rel %i -arch %cmsplatf -scramroot $SCRAMV1_ROOT +perl %i/config/SCRAM/findDependencies.pl -rel %i -arch %cmsplatf -scramroot $SCRAMV1_ROOT %{?PatchReleaseDependencyInfo:%PatchReleaseDependencyInfo} gzip -f %i/etc/dependencies/*.out %endif