Hello community,

here is the log from the commit of package python-manilaclient for 
openSUSE:Factory checked in at 2016-11-17 12:43:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-manilaclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-manilaclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-manilaclient"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-manilaclient/python-manilaclient.changes  
2016-10-13 11:31:33.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-manilaclient.new/python-manilaclient.changes 
    2016-11-17 12:43:24.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Nov 16 08:43:52 UTC 2016 - tbecht...@suse.com
+
+- Fix test package handling
+
+-------------------------------------------------------------------
+Tue Oct 25 08:35:54 UTC 2016 - tbecht...@suse.com
+
+- Add -test package
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-manilaclient.spec ++++++
--- /var/tmp/diff_new_pack.j6TLvE/_old  2016-11-17 12:43:25.000000000 +0100
+++ /var/tmp/diff_new_pack.j6TLvE/_new  2016-11-17 12:43:25.000000000 +0100
@@ -62,6 +62,24 @@
 Share API.
 This package contains auto-generated documentation.
 
+%package test
+Summary:        Testsuite for OpenStack Share API Client
+Group:          Development/Languages/Python
+Requires:       %{name} = %{version}
+Requires:       openstack-tempest
+Requires:       python-ddt >= 1.0.1
+Requires:       python-fixtures >= 3.0.0
+Requires:       python-mock >= 2.0
+Requires:       python-openstackclient >= 2.1.0
+Requires:       python-oslotest >= 1.10.0
+Requires:       python-testrepository >= 0.0.18
+Requires:       python-testtools >= 1.4.0
+
+%description    test
+Client library and command line utility for interacting with Openstack
+Share API.
+This package contains the testsuite.
+
 %prep
 %setup -q -n %{sname}-%{version}
 
@@ -78,6 +96,8 @@
 install -p -D -m 644 doc/build/man/python-manilaclient.1 
%{buildroot}%{_mandir}/man1/python-manilaclient.1
 # bash completion
 install -p -D -m 644 tools/manila.bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
+# handle the test subpackage
+%openstack_test_package_install manilaclient
 
 %check
 %{__python2} setup.py testr
@@ -95,4 +115,8 @@
 %license LICENSE
 %doc doc/build/html
 
+%files test
+%license LICENSE
+%openstack_test_package_dir
+
 %changelog


Reply via email to