From 70e30a2bead81b7c2f98a189a34aff2ad01d22cb Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 14 Jul 2023 09:53:19 -0400 Subject: [PATCH] [CI:DOCS] Update RELEASE_NOTES.md with Makefile change `package` and `package-install` targets have been renamed to `rpm` and `rpm-install` respectively. Ref: https://github.com/containers/podman/pull/19226 Signed-off-by: Lokesh Mandvekar --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b4ef0e1a9f..91fa17d338 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -37,6 +37,7 @@ - Containers created with `--pid=host` will no longer print errors on podman stop ([#18460](https://github.com/containers/podman/issues/18460)). - The `podman manifest push` command no longer requires a destination to be specified. If a destination is not provided, the source is used as the destination ([#18360](https://github.com/containers/podman/issues/18360)). - The `podman system reset` command now warns the user that the graphroot and runroot directories will be deleted ([#18349](https://github.com/containers/podman/issues/18349)), ([#18295](https://github.com/containers/podman/issues/18295)). +- The `package` and `package-install` targets in Makefile have now been fixed and also renamed to `rpm` and `rpm-install` respectively for clarity ([#18817](https://github.com/containers/podman/issues/18817)). ### Quadlet - Quadlet now exits with a non-zero exit code when errors are found ([#18778](https://github.com/containers/podman/issues/18778)).