-
Notifications
You must be signed in to change notification settings - Fork 780
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
[skip-ci] Makefile: update rpm target #5388
Conversation
09af01f
to
1a519ac
Compare
1a519ac
to
279b1a1
Compare
@containers/buildah-maintainers PTAL |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rpkg is now deprecated. This commit makes the rpm target consistent with the one in Podman. Using skip-ci as we don't need to run cirrus tests for this change. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
279b1a1
to
e53e50f
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, lsm5, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
rpkg is now deprecated. This commit makes the rpm target consistent with the one in Podman.
Using skip-ci as we don't need to run cirrus tests for this change.
What type of PR is this?
/kind other
What this PR does / why we need it:
updates Makefile's rpm target
How to verify it
run
make rpm
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
This could be useful in reverse dependency tests in c/common
See: containers/common#1892
Does this PR introduce a user-facing change?