diff --git a/cmake/packaging/debian.cmake b/cmake/packaging/debian.cmake index c5684c0df00..baf82cdeb10 100644 --- a/cmake/packaging/debian.cmake +++ b/cmake/packaging/debian.cmake @@ -87,7 +87,7 @@ macro(ov_cpack_settings) # - 2022.1.1, 2022.2 do not have debian packages enabled, distributed only as archives # - 2022.3 is the first release where Debian updated packages are introduced, others 2022.3.X are LTS 2022.3.0 2022.3.1 2022.3.2 2022.3.3 2022.3.4 2022.3.5 - 2023.0.0 + 2023.0.0 2023.0.1 ) # diff --git a/cmake/packaging/rpm.cmake b/cmake/packaging/rpm.cmake index 8155aac88b1..83dfb397c5d 100644 --- a/cmake/packaging/rpm.cmake +++ b/cmake/packaging/rpm.cmake @@ -73,7 +73,7 @@ macro(ov_cpack_settings) # - 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, others 2022.3.X are LTS 2022.3.0 2022.3.1 2022.3.2 2022.3.3 2022.3.4 2022.3.5 - 2023.0.0 + 2023.0.0 2023.0.1 ) find_host_program(rpmlint_PROGRAM NAMES rpmlint DOC "Path to rpmlint")