Skip to content

Commit

Permalink
Make Alma9 RPM spec platform agnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed May 6, 2024
1 parent dae5e5c commit 96eb6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpms/o2-prereq-el9.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ mkdir -p $RPM_BUILD_ROOT%_root_sysconfdir/yum.repos.d
cat > $RPM_BUILD_ROOT%_root_sysconfdir/yum.repos.d/alisw.repo <<EOF
[alisw]
name=ALICE Software - EL9
baseurl=https://s3.cern.ch/swift/v1/alibuild-repo/RPMS/el9.x86_64/
baseurl=https://s3.cern.ch/swift/v1/alibuild-repo/RPMS/el9.$(uname -m)/
enabled=0
gpgcheck=0
EOF

cat > $RPM_BUILD_ROOT%_root_sysconfdir/yum.repos.d/alisw-upd.repo <<EOF
[alisw-upd]
name=ALICE Software - EL9
baseurl=https://s3.cern.ch/swift/v1/alibuild-repo/UpdRPMS/el9.x86_64/
baseurl=https://s3.cern.ch/swift/v1/alibuild-repo/UpdRPMS/el9.$(uname -m)/
enabled=0
gpgcheck=0
EOF
Expand Down

0 comments on commit 96eb6a2

Please sign in to comment.