From 6ab28e9ea2e01357b6d8943fbf69d26ff11eb98e Mon Sep 17 00:00:00 2001 From: Sergey Kolekonov Date: Thu, 28 May 2015 18:42:06 +0300 Subject: [PATCH] Fix python-oslo-* dependency names - Replace python-oslo- with python-oslo. - Disable unit tests execution during buiding Change-Id: I89a0752dc7b50817e871bd18bc0fcb24be908a11 Related-Bug: #1459494 --- trusty/debian/changelog | 8 ++++++++ trusty/debian/control | 14 +++++++------- trusty/debian/rules | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 24483f1..0556812 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,11 @@ +neutron-lbaas (1:2015.1.0-1~u14.04+mos2) mos7.0; urgency=medium + + * Fix python-oslo-* naming scheme + #LP 1459494 + * Disable unit tests execution during building + + -- Sergey Kolekonov Thu, 28 May 2015 15:05:54 +0300 + neutron-lbaas (1:2015.1.0-1~u14.04+mos1) mos7.0; urgency=medium * Updated specs for stable/kilo diff --git a/trusty/debian/control b/trusty/debian/control index 128d5b9..52c3d80 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -22,13 +22,13 @@ Build-Depends-Indep: python-netaddr (>= 0.7.12), python-novaclient (>= 1:2.22.0), python-openssl (>= 0.11), - python-oslo-config (>= 1:1.9.3), - python-oslo-db (>= 1.7.0), - python-oslo-log (>= 1.0.0), - python-oslo-messaging (>= 1.8.0), - python-oslo-rootwrap (>= 1.6.0), - python-oslo-serialization (>= 1.4.0), - python-oslo-utils (>= 1.4.0), + python-oslo.config (>= 1:1.9.3), + python-oslo.db (>= 1.7.0), + python-oslo.log (>= 1.0.0), + python-oslo.messaging (>= 1.8.0), + python-oslo.rootwrap (>= 1.6.0), + python-oslo.serialization (>= 1.4.0), + python-oslo.utils (>= 1.4.0), python-oslotest (>= 1.5.1), python-pbr (>= 0.10), python-pyasn1, diff --git a/trusty/debian/rules b/trusty/debian/rules index c07f42e..56240be 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -15,8 +15,8 @@ include /usr/share/openstack-pkg-tools/pkgos.make # neutron_lbaas.tests.unit.common.tls_utils.test_cert_parser.TestTLSParseUtils.test_read_private_key # neutron_lbaas.tests.unit.services.loadbalancer.agent.test_agent.TestLbaasService.test_main SKIPTEST := (?!.*TestTLSParseUtils.test_read_private_key.*)(?!.*TestLbaasService.test_main.*) -ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) rm -rf .testrepository testr init && \ set -e && \ -- 2.45.2