From f1a67d582787adcbb1912f860f73ae6d591a0306 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 28 Sep 2016 10:36:00 +0200 Subject: [PATCH] Fixed oslotest EPOCH. Change-Id: I6a2cbcca09d3d191eb3a2d6ba0f601070fa8d3a6 --- debian/changelog | 4 ++++ debian/control | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d048c22..ce59c28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ python-senlinclient (1.0.0-2) UNRELEASED; urgency=medium + [ Ondřej Nový ] * d/s/options: extend-diff-ignore of .gitreview * d/control: Use correct branch in Vcs-* fields + [ Thomas Goirand ] + * Fixed oslotest EPOCH. + -- Ondřej Nový Mon, 26 Sep 2016 19:15:18 +0200 python-senlinclient (1.0.0-1) experimental; urgency=medium diff --git a/debian/control b/debian/control index 20217a9..fb10dcd 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Build-Depends-Indep: git, python-oslo.serialization (>= 1.10.0), python-oslo.utils (>= 3.16.0), python-oslosphinx (>= 2.5.0), - python-oslotest (>= 1.10.0), + python-oslotest (>= 1:1.10.0), python-prettytable, python-requests (>= 2.10.0), python-requests-mock (>= 1.0.0), @@ -47,7 +47,7 @@ Build-Depends-Indep: git, python3-oslo.i18n (>= 2.1.0), python3-oslo.serialization (>= 1.10.0), python3-oslo.utils (>= 3.16.0), - python3-oslotest (>= 1.10.0), + python3-oslotest (>= 1:1.10.0), python3-prettytable, python3-requests (>= 2.10.0), python3-requests-mock (>= 1.0.0),