Hello community,

here is the log from the commit of package azure-cli-taskhelp for 
openSUSE:Factory checked in at 2019-05-22 11:02:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-taskhelp (Old)
 and      /work/SRC/openSUSE:Factory/.azure-cli-taskhelp.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "azure-cli-taskhelp"

Wed May 22 11:02:59 2019 rev:2 rq:696866 version:0.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-taskhelp/azure-cli-taskhelp.changes    
2017-11-10 14:55:24.212405135 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-taskhelp.new.5148/azure-cli-taskhelp.changes
  2019-05-22 11:03:04.318634468 +0200
@@ -1,0 +2,12 @@
+Tue Apr 16 18:56:37 UTC 2019 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Bump minimum version for Python Azure SDK namespace
+  packages to 3.0.0 in BuildRequires and Requires
+- Move LICENSE.txt from %doc to %license section
+- Remove python3-devel package from BuildRequires
+- Remove unzip package from BuildRequires
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ azure-cli-taskhelp.spec ++++++
--- /var/tmp/diff_new_pack.zZ5l6l/_old  2019-05-22 11:03:05.034634128 +0200
+++ /var/tmp/diff_new_pack.zZ5l6l/_new  2019-05-22 11:03:05.038634126 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-taskhelp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,9 +12,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           azure-cli-taskhelp
 Version:        0.1.7
 Release:        0
@@ -24,16 +25,15 @@
 Url:            https://github.com/Azure/azure-cli
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-cli-taskhelp/azure-cli-taskhelp-%{version}.tar.gz
 Source1:        LICENSE.txt
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
-BuildRequires:  python3-azure-nspkg
+BuildRequires:  fdupes
+BuildRequires:  python3-azure-nspkg >= 3.0.0
+BuildRequires:  python3-setuptools
 Requires:       azure-cli-command-modules-nspkg
-Requires:       azure-cli-nspkg
-Requires:       python3-azure-nspkg
 Requires:       azure-cli-core
+Requires:       azure-cli-nspkg
+Requires:       python3-azure-nspkg >= 3.0.0
 Conflicts:      azure-cli < 2.0.0
 
 BuildArch:      noarch
@@ -53,6 +53,7 @@
 
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
@@ -62,7 +63,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/taskhelp
 %{python3_sitelib}/azure_cli_taskhelp-*.egg-info
+
 %changelog


Reply via email to