diff --git a/azure-cli-nspkg-3.0.2.tar.gz b/azure-cli-nspkg-3.0.2.tar.gz deleted file mode 100644 index a02a47e..0000000 --- a/azure-cli-nspkg-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9129ef25718b582d086a63bc69095bbe25eaebd1c45415d55105dbad21f8c73 -size 1856 diff --git a/azure-cli-nspkg-3.0.3.tar.gz b/azure-cli-nspkg-3.0.3.tar.gz new file mode 100644 index 0000000..fb8cafc --- /dev/null +++ b/azure-cli-nspkg-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1733d195b5b9c79a2d9d02cb1e3e2698103548aac31547961134313bd7af2239 +size 1859 diff --git a/azure-cli-nspkg.changes b/azure-cli-nspkg.changes index a3e8722..945df60 100644 --- a/azure-cli-nspkg.changes +++ b/azure-cli-nspkg.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Apr 16 15:53:15 UTC 2019 - John Paul Adrian Glaubitz + +- New upstream release + + Version 3.0.3 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Bump minimum version for Python Azure SDK namespace + packages to 3.0.0 in BuildRequires and Requires +- 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 + ------------------------------------------------------------------- Fri Apr 20 13:05:27 UTC 2018 - adrian.glaubitz@suse.com diff --git a/azure-cli-nspkg.spec b/azure-cli-nspkg.spec index 8a5481e..7eb6d4e 100644 --- a/azure-cli-nspkg.spec +++ b/azure-cli-nspkg.spec @@ -1,7 +1,7 @@ # # spec file for package azure-cli-nspkg # -# Copyright (c) 2018 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,12 +12,12 @@ # 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-nspkg -Version: 3.0.2 +Version: 3.0.3 Release: 0 Summary: Microsoft Azure CLI Namespace Package License: MIT @@ -25,11 +25,10 @@ Group: System/Management Url: https://github.com/Azure/azure-cli Source: https://files.pythonhosted.org/packages/source/a/azure-cli-nspkg/azure-cli-nspkg-%{version}.tar.gz Source1: LICENSE.txt -BuildRequires: python3-azure-nspkg -BuildRequires: python3-devel +BuildRequires: fdupes +BuildRequires: python3-azure-nspkg >= 3.0.0 BuildRequires: python3-setuptools -BuildRequires: unzip -Requires: python3-azure-nspkg +Requires: python3-azure-nspkg >= 3.0.0 Conflicts: azure-cli < 2.0.0 BuildArch: noarch @@ -52,6 +51,7 @@ python3 setup.py build %install python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%{python3_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %defattr(-,root,root,-)