Hello community,
here is the log from the commit of package azure-cli-hdinsight for
openSUSE:Factory checked in at 2019-06-05 11:43:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-hdinsight (Old)
and /work/SRC/openSUSE:Factory/.azure-cli-hdinsight.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-hdinsight"
Wed Jun 5 11:43:38 2019 rev:2 rq:707559 version:0.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-hdinsight/azure-cli-hdinsight.changes
2019-05-22 11:00:18.854744358 +0200
+++
/work/SRC/openSUSE:Factory/.azure-cli-hdinsight.new.5148/azure-cli-hdinsight.changes
2019-06-05 11:43:40.487033319 +0200
@@ -1,0 +2,5 @@
+Tue Jun 4 09:45:01 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Remove unneccesary %python_expand prefix from %fdupes call
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ azure-cli-hdinsight.spec ++++++
--- /var/tmp/diff_new_pack.2WopYI/_old 2019-06-05 11:43:41.487033068 +0200
+++ /var/tmp/diff_new_pack.2WopYI/_new 2019-06-05 11:43:41.487033068 +0200
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
Name: azure-cli-hdinsight
Version: 0.3.0
Release: 0
@@ -30,12 +31,12 @@
BuildRequires: python3-azure-nspkg >= 3.0.0
BuildRequires: python3-setuptools
Requires: azure-cli-command-modules-nspkg
+Requires: azure-cli-core
Requires: azure-cli-nspkg
-Requires: python3-azure-nspkg >= 3.0.0
Requires: python3-azure-mgmt-hdinsight >= 0.2.0
-Requires: python3-azure-mgmt-storage >= 3.1.1
Requires: python3-azure-mgmt-network >= 2.4.0
-Requires: azure-cli-core
+Requires: python3-azure-mgmt-storage >= 3.1.1
+Requires: python3-azure-nspkg >= 3.0.0
Conflicts: azure-cli < 2.0.0
BuildArch: noarch
@@ -55,7 +56,7 @@
%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
--install-lib=%{python3_sitelib}
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%fdupes %{buildroot}%{python3_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__.*
@@ -69,4 +70,5 @@
%license LICENSE.txt
%{python3_sitelib}/azure/cli/command_modules/hdinsight
%{python3_sitelib}/azure_cli_hdinsight-*.egg-info
+
%changelog