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

Allow replacing an existing RPM package #851

Closed

Conversation

marckhouzam
Copy link
Contributor

What this PR does / why we need it

It has happened that an RPM package was not signed correctly but we still built and pushed the repo with this package.

This commit allows to replace a published RPM package within the repo.

Which issue(s) this PR fixes

Fixes # N/A

Describe testing done for PR

Release note

Allow replacing a wrongly signed RPM package

Additional information

Special notes for your reviewer

@marckhouzam marckhouzam requested a review from a team as a code owner January 30, 2025 17:55
It has happened that an RPM package was not signed correctly but we
still built and pushed the repo with this package.

This commit allows to replace a published RPM package within the repo.

Signed-off-by: Marc Khouzam <[email protected]>
@marckhouzam marckhouzam force-pushed the marck/changeRPMPackage branch from 3c6c5a8 to 5bc1060 Compare January 30, 2025 19:42
@marckhouzam marckhouzam marked this pull request as draft January 30, 2025 20:08
@marckhouzam
Copy link
Contributor Author

This PR was meant to rebuild an RPM package, sign it and rebuild the repo replacing the rebuilt package.
The idea was to fix a situation where a package had not been signed.

A better approach is not to rebuild the RPM package, but simply to download the existing package, and to sign it and then rebuild the repo. Therefore we won't need this PR.

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