]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Fix python-oslo-* dependency names 99/7199/1
authorSergey Kolekonov <skolekonov@mirantis.com>
Thu, 28 May 2015 15:42:06 +0000 (18:42 +0300)
committerSergey Kolekonov <skolekonov@mirantis.com>
Sat, 30 May 2015 18:28:48 +0000 (21:28 +0300)
Replace python-oslo-<lib> with python-oslo.<lib>

Change-Id: I89a0752dc7b50817e871bd18bc0fcb24be908a11
Related-Bug: #1459494

trusty/debian/changelog
trusty/debian/control

index 24483f1c0b4fa1323cc543d903047c3b4003ebb8..8e43ca5cc60fa7d6e2a737ba627ba6e07c3f7c08 100644 (file)
@@ -1,3 +1,10 @@
+neutron-lbaas (1:2015.1.0-1~u14.04+mos2) mos7.0; urgency=medium
+
+  * Fix python-oslo-* naming scheme
+    #LP 1459494
+
+ -- Sergey Kolekonov <skolekonov@mirantis.com>  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
index 128d5b9e633709739d7d9542def66fc06d69c304..52c3d80858f926071c96e92af468d3a25559119e 100644 (file)
@@ -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,