Hello community,
here is the log from the commit of package azure-cli-kusto for openSUSE:Factory
checked in at 2019-06-05 11:43:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-kusto (Old)
and /work/SRC/openSUSE:Factory/.azure-cli-kusto.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-kusto"
Wed Jun 5 11:43:56 2019 rev:2 rq:707564 version:0.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-kusto/azure-cli-kusto.changes
2019-05-22 11:00:41.638719086 +0200
+++
/work/SRC/openSUSE:Factory/.azure-cli-kusto.new.5148/azure-cli-kusto.changes
2019-06-05 11:43:58.763028729 +0200
@@ -1,0 +2,5 @@
+Tue Jun 4 09:47:42 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Remove unneccesary %python_expand prefix from %fdupes call
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ azure-cli-kusto.spec ++++++
--- /var/tmp/diff_new_pack.BmsNF8/_old 2019-06-05 11:44:00.031028410 +0200
+++ /var/tmp/diff_new_pack.BmsNF8/_new 2019-06-05 11:44:00.031028410 +0200
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
Name: azure-cli-kusto
Version: 0.1.0
Release: 0
@@ -30,10 +31,10 @@
BuildRequires: python3-azure-nspkg >= 3.0.0
BuildRequires: python3-setuptools
Requires: azure-cli-command-modules-nspkg
-Requires: azure-cli-nspkg
-Requires: python3-azure-nspkg >= 3.0.0
Requires: azure-cli-core
+Requires: azure-cli-nspkg
Requires: python3-azure-mgmt-kusto >= 0.2.0
+Requires: python3-azure-nspkg >= 3.0.0
Requires: python3-six
Conflicts: azure-cli < 2.0.0
@@ -53,7 +54,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__.*
@@ -67,4 +68,5 @@
%license LICENSE.txt
%{python3_sitelib}/azure/cli/command_modules/kusto
%{python3_sitelib}/azure_cli_kusto-*.egg-info
+
%changelog