Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

shinyaaa
Copy link
Contributor

@shinyaaa shinyaaa commented Jul 2, 2025

Fix a rpmbuild error by ignoring RPATH (QA_RPATHS=0x0002).

Fix Dockerfile warnings by using ENV=VALUE style insead of ENV VALUE style and set default value in RHEL_VERSION.

Fix a Rocky Linux repository.

Fix not to use mirror repository in Rocky Linux for stability.

RUN dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-${RHEL_VERSION}-x86_64/pgdg-redhat-repo-latest.noarch.rpm
RUN dnf -qy module disable postgresql
RUN if [ "${RHEL_VERSION}" = "8" ] || ["${RHEL_VERSION}" = "9" ]; then \
dnf -qy module disable postgresql; \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This command is not need anymore from RHEL10?

ossc-db/pg_rman#289 (comment)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

@shinyaaa shinyaaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a space

@shinyaaa shinyaaa merged commit 70ea011 into ossc-db:master Jul 7, 2025
10 checks passed
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.

2 participants