Hello community,
here is the log from the commit of package python-azure-mgmt-servicefabric for
openSUSE:Factory checked in at 2018-02-14 09:23:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-servicefabric (Old)
and /work/SRC/openSUSE:Factory/.python-azure-mgmt-servicefabric.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-mgmt-servicefabric"
Wed Feb 14 09:23:53 2018 rev:2 rq:571049 version:0.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-mgmt-servicefabric/python-azure-mgmt-servicefabric.changes
2017-11-01 11:09:54.941165364 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-mgmt-servicefabric.new/python-azure-mgmt-servicefabric.changes
2018-02-14 09:23:59.236080433 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 12:09:51 UTC 2018 - [email protected]
+
+- Install HISTORY.rst into doc directory
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-mgmt-servicefabric.spec ++++++
--- /var/tmp/diff_new_pack.gRytKL/_old 2018-02-14 09:24:00.040051295 +0100
+++ /var/tmp/diff_new_pack.gRytKL/_new 2018-02-14 09:24:00.044051150 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-servicefabric
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-mgmt-servicefabric
Version: 0.1.0
@@ -26,18 +27,18 @@
Source:
https://files.pythonhosted.org/packages/source/a/azure-mgmt-servicefabric/azure-mgmt-servicefabric-%{version}.zip
Source1: LICENSE.txt
Patch1: ams_drop-compatible-releases-operator.patch
+BuildRequires: %{python_module azure-mgmt-nspkg}
+BuildRequires: %{python_module azure-nspkg}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRequires: unzip
-BuildRequires: %{python_module azure-mgmt-nspkg}
-BuildRequires: %{python_module azure-nspkg}
+Requires: python-azure-common < 2.0.0
+Requires: python-azure-common >= 1.1
Requires: python-azure-mgmt-nspkg
Requires: python-azure-nspkg
-Requires: python-msrestazure >= 0.4.11
Requires: python-msrestazure < 1.0.0
-Requires: python-azure-common >= 1.1
-Requires: python-azure-common < 2.0.0
+Requires: python-msrestazure >= 0.4.11
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -71,7 +72,8 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
%{python_sitelib}/azure/mgmt/servicefabric
%{python_sitelib}/azure_mgmt_servicefabric-*.egg-info
+
%changelog