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

[Packaging][RPM] arrow-libs can depend on lz4-libs instead of lz4 on AlmaLinux 8 or later #34700

Closed
kou opened this issue Mar 23, 2023 · 0 comments · Fixed by #34716
Closed

Comments

@kou
Copy link
Member

kou commented Mar 23, 2023

Describe the enhancement requested

lz4 on CetnOS 7 includes liblz4.so.* and bin/lz4.

lz4 on AlmaLinux 8 includes bin/lz4 and lz4-libs includes liblz4.so.*.

Component(s)

Packaging

kou added a commit to kou/arrow that referenced this issue Mar 24, 2023
@kou kou added this to the 12.0.0 milestone Mar 24, 2023
kou added a commit that referenced this issue Mar 24, 2023
#34716)

### Rationale for this change

`liblz4.so.*` are included in `lz4-libs` on AlmaLinux 8+.

### What changes are included in this PR?

Use `lz4-libs` not `lz4` on AlmaLinux 8+.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: #34700

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
rtpsw pushed a commit to rtpsw/arrow that referenced this issue Mar 27, 2023
…inux 8+ (apache#34716)

### Rationale for this change

`liblz4.so.*` are included in `lz4-libs` on AlmaLinux 8+.

### What changes are included in this PR?

Use `lz4-libs` not `lz4` on AlmaLinux 8+.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#34700

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this issue May 15, 2023
…inux 8+ (apache#34716)

### Rationale for this change

`liblz4.so.*` are included in `lz4-libs` on AlmaLinux 8+.

### What changes are included in this PR?

Use `lz4-libs` not `lz4` on AlmaLinux 8+.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: apache#34700

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant