]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
[MOS 10.0] Update neutron packages 14/30114/2
authorIvan Udovichenko <iudovichenko@mirantis.com>
Tue, 24 Jan 2017 23:27:02 +0000 (01:27 +0200)
committerIvan Udovichenko <iudovichenko@mirantis.com>
Tue, 24 Jan 2017 23:33:20 +0000 (01:33 +0200)
Version: 9.1.1

* Sync changes.

Change-Id: I6469822240a9f6efe705d4e35fd7a0b915468ad1
Related-Bug: #1659003

centos7/rpm/SPECS/openstack-neutron.spec
xenial/debian/changelog
xenial/debian/control

index c1aef446dfbc2b47c3055fae9931494494c3b720..31a501e03d004916d87644483f1457b56ab1ece5 100644 (file)
@@ -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 <iudovichenko@mirantis.com> - 1:9.1.1-1
+* Tue Jan 24 2017 Ivan Udovichenko <iudovichenko@mirantis.com> - 1:9.1.1-2.el7~mos0
+- Sync changes. (LP#1659003).
+* Mon Dec 05 2016 Ivan Udovichenko <iudovichenko@mirantis.com> - 1:9.1.1-2
 - Rebuild with latest changes.
 * Mon Nov 07 2016 Andrii Kroshchenko <akroshchenko@mirantis.com> - 1:9.0.0-1.el7
 - Fix (build-)dependencies.
index eb5b427145df74abe7cffd1e8fbb4abe4f835a2c..1815b65eb9981fc5e07d04d902095a9dd402f52f 100644 (file)
@@ -1,3 +1,9 @@
+neutron (2:9.1.1-2~u16.04+mos0) mos10.0; urgency=medium
+
+  * Sync changes. (LP#1659003)
+
+ -- Ivan Udovichenko <iudovichenko@mirantis.com>  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.
index e22afb288be1d5f9b5734974bb66b8da8549806b..45b0c041c9e95ff84ec845c7e6a1eb6c400f3ea9 100644 (file)
@@ -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),