diff --git a/cmake/packaging/debian.cmake b/cmake/packaging/debian.cmake index 80d64c294b7..ba2ecc59dfe 100644 --- a/cmake/packaging/debian.cmake +++ b/cmake/packaging/debian.cmake @@ -92,8 +92,8 @@ macro(ov_cpack_settings) # 2022 release series # - 2022.1.0 is the last public release with debian packages from Intel install team # - 2022.1.1, 2022.2 do not have debian packages enabled, distributed only as archives - # - 2022.3 is the first release where RPM updated packages are introduced - 2022.1.0) + # - 2022.3 is the first release where Debian updated packages are introduced + 2022.3.0) # # core: base dependency for each component diff --git a/cmake/packaging/rpm.cmake b/cmake/packaging/rpm.cmake index 9e1f7090d60..f1ab8e92c2e 100644 --- a/cmake/packaging/rpm.cmake +++ b/cmake/packaging/rpm.cmake @@ -79,7 +79,7 @@ macro(ov_cpack_settings) # - 2022.1.0 is the last public release with rpm packages from Intel install team # - 2022.1.1, 2022.2 do not have rpm packages enabled, distributed only as archives # - 2022.3 is the first release where RPM updated packages are introduced - # 2022.1.0 + 2022.3.0 ) find_host_program(rpmlint_PROGRAM NAMES rpmlint DOC "Path to rpmlint")