Skip to content

Conversation

@matyasselmeci
Copy link
Contributor

Dependencies are based on the dependencies listed in the .goreleaser.yml for pelican-server and the Requires lines in osdf-server.spec.

There are separate bundles for el8 vs el9 because xrootd-s3-http is not available in el8.

A few other changes were necessary -- picking the version number used in the version of the tarball was broken because it was looking at the version of the oldest RPM in the repo, not the newest. Also, conditionalized the check for /usr/bin/perl based on whether or not fetch-crl was installed.

…695)

Dependencies are based on the dependencies listed in the .goreleaser.yml
for pelican-server and the Requires lines in osdf-server.spec.

There are separate bundles for el8 vs el9 because xrootd-s3-http is not
available in el8.
The version is being obtained by repoquery before we install, so we have to
predict what we'll get, we can't query what we've already installed.
repoquery returns multiple lines if there are multiple versions, but we can
tell it to only print the latest one.
…s present

Other things we ship don't need it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant