Skip to content

Commit

Permalink
Merge pull request #57 from mwestphall/SOFTWARE-4923-el9-tarball-size
Browse files Browse the repository at this point in the history
SOFTWARE-4923: EL9 Tarball Size
  • Loading branch information
mwestphall authored Aug 9, 2023
2 parents 3705746 + a21659d commit c37b4c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion osg-stage1-el9.lst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@ libXinerama
libXrandr
libXrender
libXtst
# vim:ft=conf
# New in el9
gcc
gcc-c++
kernel-srpm-macros
libstdc++-devel
lua-srpm-macros
llvm-libs
pkgconf
2 changes: 1 addition & 1 deletion stage1.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def yumforceerase(packages):
yuminstall(stage1_packages)

# Hack: we don't want libpsl in stage 1, we need it in the tarball
if dver == 'el8':
if dver in ['el8', 'el9']:
yumforceerase(["libpsl"])


Expand Down

0 comments on commit c37b4c9

Please sign in to comment.