Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scstadmin.spec: Fix RPM build errors #153

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Conversation

lnocturno
Copy link
Contributor

This patch fixes RPM build errors caused by incorrect file paths:

RPM build errors:
File must begin with "/": %{perl_vendorlib}/SCST
File must begin with "/": %{perl_vendorarch}/auto/SCST_SCST

For some reasons, the perl_vendorlib and perl_vendorarch variables may not be defined by default on newer RHEL systems.

Therefore, assign variables explicitly to avoid these errors.

This patch fixes RPM build errors caused by incorrect file paths:

  RPM build errors:
    File must begin with "/": %{perl_vendorlib}/SCST
    File must begin with "/": %{perl_vendorarch}/auto/SCST_SCST

For some reasons, the perl_vendorlib and perl_vendorarch variables may
not be defined by default on newer RHEL systems.

Therefore, assign the variables explicitly to avoid these errors.
@lnocturno lnocturno merged commit bef30fd into master Apr 24, 2023
5 checks passed
@lnocturno lnocturno deleted the 3.8/gleb/scstadmin branch April 24, 2023 14:53
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.

None yet

1 participant