forked from opensciencegrid/tarball-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give xrootd-for-pelican its own stage1 files lists so I can exclude a…
…dditional packages; start with excluding "expect"
- Loading branch information
1 parent
60a83a8
commit dd742ab
Showing
3 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Stage 1 packages | ||
# These packages will be installed into the tarball staging directory but their | ||
# files will be excluded from the tarball itself. | ||
# Packages may be separated by newline or whitespace. Actual whitespace must | ||
# be quoted. | ||
@core | ||
python36 | ||
setroubleshoot-server | ||
setroubleshoot-plugins | ||
sudo | ||
# X libraries/GUI stuff | ||
abattis-cantarell-fonts | ||
cairo | ||
fontconfig | ||
gsettings-desktop-schemas | ||
libX11 | ||
libXau | ||
libXcursor | ||
libXdmcp | ||
libXext | ||
libXfixes | ||
libXft | ||
libXi | ||
libXinerama | ||
libXrandr | ||
libXrender | ||
libXtst | ||
# xrootd-specific dependencies that we want to exclude | ||
expect | ||
# vim:ft=conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Stage 1 packages | ||
# These packages will be installed into the tarball staging directory but their | ||
# files will be excluded from the tarball itself. | ||
# Packages may be separated by newline or whitespace. Actual whitespace must | ||
# be quoted. | ||
@core | ||
python3 | ||
setroubleshoot-server | ||
setroubleshoot-plugins | ||
sudo | ||
# X libraries/GUI stuff | ||
abattis-cantarell-fonts | ||
cairo | ||
fontconfig | ||
gsettings-desktop-schemas | ||
libX11 | ||
libXau | ||
libXcursor | ||
libXdmcp | ||
libXext | ||
libXfixes | ||
libXft | ||
libXi | ||
libXinerama | ||
libXrandr | ||
libXrender | ||
libXtst | ||
# New in el9 | ||
annobin | ||
gcc | ||
gcc-c++ | ||
kernel-srpm-macros | ||
libstdc++-devel | ||
lua-srpm-macros | ||
llvm-libs | ||
pkgconf | ||
# xrootd-specific dependencies that we want to exclude | ||
expect | ||
|