Skip to content

Commit 6dbcdd3

Browse files
committed
update suse15 to use el8 instead of el7
1 parent 7261012 commit 6dbcdd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
- Go back to selecting the cvmfs version from the egi and osg distribution.
22
- Properly sort the cvmfs version number from the downloaded list of packages.
33
- For osg use 24-main instead of 23-main.
4+
- For suse15 switch to getting some packages from el8 instead of el7.
45

56
cvmfsexec-4.45 - 5 March 2025
67
- Change to try downloading cvmfs packages from cvmrepo.s3.cern.ch and

makedist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ fi
167167
EL=$VERS
168168
MACH=el$EL
169169
if [ "$DISTRO" = "suse" ]; then
170-
EL=7 # we get some suse stuff from rhel7
170+
EL=8 # we get some suse stuff from rhel8
171171
MACH=sle$VERS
172172
fi
173173

0 commit comments

Comments
 (0)