Hello community,

here is the log from the commit of package python-cluster-preflight-check for 
openSUSE:Factory checked in at 2019-09-25 08:11:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cluster-preflight-check (Old)
 and      /work/SRC/openSUSE:Factory/.python-cluster-preflight-check.new.7948 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cluster-preflight-check"

Wed Sep 25 08:11:36 2019 rev:3 rq:732626 version:0.0.33

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-cluster-preflight-check/python-cluster-preflight-check.changes
    2019-09-13 15:03:08.137284577 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cluster-preflight-check.new.7948/python-cluster-preflight-check.changes
  2019-09-25 08:11:38.962523606 +0200
@@ -1,0 +2,7 @@
+Mon Sep 23 07:13:55 UTC 2019 - Thomas Schraitle <[email protected]>
+
+- version 0.0.33
+  - Use setup.py to create ha-cluster-preflight-check automatically (#10)
+  - Use underscores in source tarball as provided by GitHub
+
+-------------------------------------------------------------------

Old:
----
  cluster-preflight-check-0.0.29.tar.gz

New:
----
  cluster_preflight_check-0.0.33.tar.gz

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

Other differences:
------------------
++++++ python-cluster-preflight-check.spec ++++++
--- /var/tmp/diff_new_pack.Lld4Od/_old  2019-09-25 08:11:39.602523516 +0200
+++ /var/tmp/diff_new_pack.Lld4Od/_new  2019-09-25 08:11:39.602523516 +0200
@@ -12,19 +12,19 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-cluster-preflight-check
-Version:        0.0.29
+Version:        0.0.33
 Release:        0
-Summary:        Tool for Standardized Testing of Basic Cluster Functionality
+Summary:        Standardized Testing of Basic Cluster Functionality
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/liangxin1300/cluster_preflight_check.git
-Source:         cluster-preflight-check-%{version}.tar.gz
+Source:         cluster_preflight_check-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -40,30 +40,31 @@
 %python_subpackages
 
 %description
-Tool for Standardized Testing of Basic Cluster Functionality
+Tool for Standardized Testing of Basic Cluster Functionality.
+It checks the environment, the current cluster state, and more.
+The script creates a JSON output for each test case.
 
 %prep
-%setup -q -n cluster-preflight-check-%{version}
+%setup -q -n cluster_preflight_check-%{version}
 
 %build
 %python_build
 
 %install
 %python_install
-%python_clone -a %{buildroot}%{_bindir}/cluster-preflight-check
-
+%python_clone -a %{buildroot}%{_bindir}/ha-cluster-preflight-check
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %post
-%python_install_alternative cluster-preflight-check
+%python_install_alternative ha-cluster-preflight-check
 
 %postun
-%python_uninstall_alternative cluster-preflight-check
+%python_uninstall_alternative ha-cluster-preflight-check
 
 %files %{python_files}
 %doc AUTHORS README.md COPYING
 %{python_sitelib}/cluster_preflight_check
 %{python_sitelib}/cluster_preflight_check-%{version}*.egg-info
-%python_alternative %{_bindir}/cluster-preflight-check
+%python_alternative %{_bindir}/ha-cluster-preflight-check
 
 %changelog


Reply via email to