From eef6b35befc37b25addcea42068488c559314960 Mon Sep 17 00:00:00 2001 From: Artyom Anokhov Date: Thu, 24 Aug 2023 19:42:15 +0200 Subject: [PATCH] [packaging] APT/YUM: Added conflicts for 2023.0.2 (#19398) --- 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 76620997734..48adc7acf39 100644 --- a/cmake/packaging/debian.cmake +++ b/cmake/packaging/debian.cmake @@ -90,7 +90,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.1 + 2023.0.0 2023.0.1 2023.0.2 2023.0.3 ) # diff --git a/cmake/packaging/rpm.cmake b/cmake/packaging/rpm.cmake index d3dd22bcdbd..ad1172b6c83 100644 --- a/cmake/packaging/rpm.cmake +++ b/cmake/packaging/rpm.cmake @@ -76,7 +76,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.1 + 2023.0.0 2023.0.1 2023.0.2 2023.0.3 ) find_host_program(rpmlint_PROGRAM NAMES rpmlint DOC "Path to rpmlint")