From: Ivan Udovichenko Date: Tue, 24 Jan 2017 23:27:02 +0000 (+0200) Subject: [MOS 10.0] Update neutron packages X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=035caed76795c4e88bab8c034b79fc6f51a2ef82;p=openstack-build%2Fneutron-build.git [MOS 10.0] Update neutron packages Version: 9.1.1 * Sync changes. Change-Id: I6469822240a9f6efe705d4e35fd7a0b915468ad1 Related-Bug: #1659003 --- diff --git a/centos7/rpm/SPECS/openstack-neutron.spec b/centos7/rpm/SPECS/openstack-neutron.spec index c1aef446d..31a501e03 100644 --- a/centos7/rpm/SPECS/openstack-neutron.spec +++ b/centos7/rpm/SPECS/openstack-neutron.spec @@ -2,7 +2,7 @@ Name: openstack-%{service} Version: 9.1.1 -Release: 1%{?dist} +Release: 2%{?dist}~mos0 Epoch: 1 Summary: OpenStack Networking Service @@ -656,6 +656,7 @@ fi %{_datarootdir}/%{service}/rootwrap/ipset-firewall.filters %{_datarootdir}/%{service}/rootwrap/iptables-firewall.filters %{_datarootdir}/%{service}/rootwrap/l3.filters +%{_datarootdir}/%{service}/rootwrap/netns-cleanup.filters %files linuxbridge @@ -723,7 +724,9 @@ fi %changelog -* Mon Dec 05 2016 Ivan Udovichenko - 1:9.1.1-1 +* Tue Jan 24 2017 Ivan Udovichenko - 1:9.1.1-2.el7~mos0 +- Sync changes. (LP#1659003). +* Mon Dec 05 2016 Ivan Udovichenko - 1:9.1.1-2 - Rebuild with latest changes. * Mon Nov 07 2016 Andrii Kroshchenko - 1:9.0.0-1.el7 - Fix (build-)dependencies. diff --git a/xenial/debian/changelog b/xenial/debian/changelog index eb5b42714..1815b65eb 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +neutron (2:9.1.1-2~u16.04+mos0) mos10.0; urgency=medium + + * Sync changes. (LP#1659003) + + -- Ivan Udovichenko Wed, 25 Jan 2017 01:19:07 +0200 + neutron (2:9.1.1-1~u16.04+mos0) mos10.0; urgency=medium * Rebuild with latest changes. diff --git a/xenial/debian/control b/xenial/debian/control index e22afb288..45b0c041c 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -27,7 +27,7 @@ Build-Depends-Indep: alembic (>= 0.8.4), python-flake8, python-gflags, python-greenlet (>= 0.3.2), - python-hacking (>= 0.10.0), + python-hacking, python-httplib2 (>= 0.7.5), python-jinja2 (>= 2.8), python-keystoneauth1 (>= 2.10.0), @@ -65,6 +65,7 @@ Build-Depends-Indep: alembic (>= 0.8.4), python-pep8, python-pymysql (>= 0.6.2), python-pyudev, + python-reno, python-requests (>= 2.10.0), python-requests-mock (>= 1.0), python-retrying (>= 1.2.3),