Set conflicting versions for RPM / DEB (#14862)

This commit is contained in:
Ilya Lavrenov 2022-12-30 18:01:46 +04:00 committed by GitHub
parent 0e544e44a1
commit 9193d40b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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")