From 00e9386447e43445f9e259d217dacdd79494c409 Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Fri, 6 Oct 2017 11:57:52 +0200 Subject: Fixed dependencies for deb and rpm packages Change-Id: Ibe65dfb73295964342ed2256f6da7701047470a9 Signed-off-by: Alberto Compagno --- cicn-plugin/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicn-plugin/CMakeLists.txt b/cicn-plugin/CMakeLists.txt index 7a7e8f4b..e1a2d38a 100755 --- a/cicn-plugin/CMakeLists.txt +++ b/cicn-plugin/CMakeLists.txt @@ -156,13 +156,13 @@ if (DEB_PACKAGE) SET(TYPE "DEBIAN") SET(GENERATOR "DEB") SET(CPACK_PACKAGE_FILE_NAME "${PACKAGE_NAME}_${PACKAGE_VERSION}_${ARCHITECTURE}") - SET(CPACK_${TYPE}_PACKAGE_DEPENDS "vpp (>= 17.04), vpp (< 17.07), vpp-lib (>= 17.04), vpp-lib (< 17.07), vpp-plugins (>= 17.04), vpp-plugins (< 17.07)") + SET(CPACK_${TYPE}_PACKAGE_DEPENDS "vpp (>= 17.04), vpp (< 17.10), vpp-lib (>= 17.04), vpp-lib (< 17.10), vpp-plugins (>= 17.04), vpp-plugins (< 17.10)") elseif (RPM_PACKAGE) SET(TYPE "RPM") SET(GENERATOR "RPM") SET(CPACK_PACKAGE_FILE_NAME "${PACKAGE_NAME}-${PACKAGE_VERSION}.${ARCHITECTURE}") SET(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "/usr/etc" "/usr/lib/python2.7" "/usr/lib/python2.7/site-packages") - SET(CPACK_${TYPE}_PACKAGE_REQUIRES "vpp >= 17.04, vpp < 17.07, vpp-lib >= 17.04, vpp-lib < 17.07, vpp-plugins >= 17.04, vpp-plugins < 17.07") + SET(CPACK_${TYPE}_PACKAGE_REQUIRES "vpp >= 17.04, vpp < 17.10, vpp-lib >= 17.04, vpp-lib < 17.10, vpp-plugins >= 17.04, vpp-plugins < 17.10") else () RETURN() endif () -- cgit 1.2.3-korg