From 88fa4b040e0d3fa0f590b27044d4f75be760faa8 Mon Sep 17 00:00:00 2001 From: Artyom Anokhov Date: Wed, 28 Jun 2023 22:29:43 +0200 Subject: [PATCH] Update apt/yum conflict version (#18280) --- cmake/packaging/debian.cmake | 2 +- cmake/packaging/rpm.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")