Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge IB/CMSSW_14_0_X/master into IB/CMSSW_14_0_X/root628.
Browse files Browse the repository at this point in the history
cmsbuild committed Jan 30, 2024
2 parents 2355098 + eae20cc commit ad9a6fd
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crab-build.file
Original file line number Diff line number Diff line change
@@ -56,6 +56,6 @@ fi
%post
cd ${RPM_INSTALL_PREFIX}
mkdir -p share/%{pkgdir}
for dir in bin lib etc examples; do
for dir in bin lib etc; do
rsync -a %{pkgrel}/${dir}/ share/%{pkgdir}/${dir}/
done
2 changes: 1 addition & 1 deletion crab-dev.spec
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
#For new crabclient_version, set the version_suffix to 00
#For any other change, increment version_suffix
##########################################
%define version_suffix 00
%define version_suffix 01
%define crabclient_version v3.240110
### RPM cms crab-dev %{crabclient_version}.%{version_suffix}
%define crabserver_version v3.231215
2 changes: 1 addition & 1 deletion crab-pre.spec
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
#For new crabclient_version, set the version_suffix to 00
#For any other change, increment version_suffix
##########################################
%define version_suffix 00
%define version_suffix 01
%define crabclient_version v3.231010
### RPM cms crab-pre %{crabclient_version}.%{version_suffix}
%define crabserver_version v3.231006
2 changes: 1 addition & 1 deletion crab-prod.spec
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
#For new crabclient_version, set the version_suffix to 00
#For any other change, increment version_suffix
##########################################
%define version_suffix 00
%define version_suffix 01
%define crabclient_version v3.240110
### RPM cms crab-prod %{crabclient_version}.%{version_suffix}
%define crabserver_version v3.231215

0 comments on commit ad9a6fd

Please sign in to comment.