Hello community, here is the log from the commit of package o2locktop for openSUSE:Factory checked in at 2020-02-05 19:42:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/o2locktop (Old) and /work/SRC/openSUSE:Factory/.o2locktop.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "o2locktop" Wed Feb 5 19:42:32 2020 rev:3 rq:770118 version:1.0.10+git.1564463799.6f331ba Changes: -------- --- /work/SRC/openSUSE:Factory/o2locktop/o2locktop.changes 2019-07-30 12:39:27.658933023 +0200 +++ /work/SRC/openSUSE:Factory/.o2locktop.new.26092/o2locktop.changes 2020-02-05 19:43:34.563321244 +0100 @@ -1,0 +2,7 @@ +Mon Aug 26 05:31:57 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use better RPM category group. +- Replace old $RPM_* shell vars by macros. +- Avoid name repetition in summary. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ o2locktop.spec ++++++ --- /var/tmp/diff_new_pack.dm353K/_old 2020-02-05 19:43:35.935321897 +0100 +++ /var/tmp/diff_new_pack.dm353K/_new 2020-02-05 19:43:35.935321897 +0100 @@ -25,17 +25,17 @@ %define pyname python %endif -Summary: o2locktop is a top-like OCFS2 DLM lock monitor -License: GPL-2.0-or-later -Group: Development/Libraries Name: %{name} Version: 1.0.10+git.1564463799.6f331ba Release: 0%{release} +Summary: A top-like OCFS2 DLM lock monitor +License: GPL-2.0-or-later +Group: System/Monitoring Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} BuildArch: noarch -Url: https://github.com/ganghe/o2locktop +URL: https://github.com/ganghe/o2locktop BuildRequires: %{pyname} BuildRequires: %{pyname}-setuptools @@ -46,9 +46,17 @@ #%endif %description -o2locktop is a top-like OCFS2 DLM lock monitor, it displays DLM lock usages via querying OCFS2 file system statistics from the specified nodes. -You can utilize o2locktop to detect the hot files/directories, whose DLM locks are frequently referenced among the cluster. -You can get the maximal wait time per DLM lock, this helps you identify which hot files/directories should be decoupled for improving file access performance. +o2locktop is a top-like OCFS2 DLM lock monitor, it displays DLM lock +usages via querying OCFS2 file system statistics from the specified +nodes. + +You can utilize o2locktop to detect the hot files/directories, whose +DLM locks are frequently referenced among the cluster. + +You can get the maximal wait time per DLM lock, this helps you +identify which hot files/directories should be decoupled for +improving file access performance. + %prep %setup -n %{name}-%{version} @@ -56,10 +64,7 @@ %{pyname} setup.py build %install -%{pyname} setup.py install -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES - -%clean -rm -rf $RPM_BUILD_ROOT +%{pyname} setup.py install -O1 --root="%{buildroot}" --record=INSTALLED_FILES %files -f INSTALLED_FILES %defattr(-,root,root)
