From 59aa9d4b15e2c231e7d277c317b236dd3cd00339 Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar <shahzad.malik.muzaffar@cern.ch> Date: Tue, 17 Dec 2024 16:12:19 +0100 Subject: [PATCH] [BuildRules] patch release build fix: use realpath for import python module As https://github.com/cms-sw/cmssw/pull/46955 has been merged , so we can enable the usage of realpth for cmssw python package imports --- scram-project-build.file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scram-project-build.file b/scram-project-build.file index e0ef6053a0d..7b52637e6a5 100644 --- a/scram-project-build.file +++ b/scram-project-build.file @@ -52,7 +52,7 @@ BuildRequires: dwz %endif %if "%{?configtag:set}" != "set" -%define configtag V09-06-09 +%define configtag V09-06-10 %endif %if "%{?buildarch:set}" != "set"