Hello community, here is the log from the commit of package robinhood for openSUSE:Factory checked in at 2020-10-22 14:25:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/robinhood (Old) and /work/SRC/openSUSE:Factory/.robinhood.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "robinhood" Thu Oct 22 14:25:17 2020 rev:8 rq:843225 version:3.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/robinhood/robinhood.changes 2019-12-16 15:20:44.111130003 +0100 +++ /work/SRC/openSUSE:Factory/.robinhood.new.3463/robinhood.changes 2020-10-22 14:26:45.286991184 +0200 @@ -1,0 +2,14 @@ +Tue Oct 20 13:53:22 UTC 2020 - Christian Goll <cg...@suse.com> + +- update to version 3.1.6 with following changes: + * fix build on Lustre 2.12.4 + * check the filesystem returns consistent statfs values + * chglog_reader: reopen changelog in case of unexpected error + * chglog_reader: de-duplicate HSM STATE events (keep the latest) + * policy run time stat now includes initial DB request time + * fix the use of archive_id parameter in lhsm +- fixed build on newer autoconf versions + * added file make-test_confparam-depend-on-lustre.patch + + +------------------------------------------------------------------- Old: ---- robinhood-3.1.5.tar.gz New: ---- make-test_confparam-depend-on-lustre.patch robinhood-3.1.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ robinhood.spec ++++++ --- /var/tmp/diff_new_pack.T8ZUlK/_old 2020-10-22 14:26:45.930991762 +0200 +++ /var/tmp/diff_new_pack.T8ZUlK/_new 2020-10-22 14:26:45.934991766 +0200 @@ -1,7 +1,7 @@ # # spec file for package robinhood # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,18 +23,20 @@ %endif %define installdir_www %{_localstatedir}/lib/ +%define githash 1ca39f131bb35f120f458faf4e70779d5621e8cd Name: robinhood -Version: 3.1.5 +Version: 3.1.6 Release: 0 Summary: Policy engine and reporting tool for large filesystems License: CECILL-C Group: System/Monitoring URL: https://github.com/cea-hpc/robinhood -Source0: https://github.com/cea-hpc/robinhood/archive/%{version}.tar.gz#$/%{name}-%{version}.tar.gz +Source0: https://github.com/cea-hpc/robinhood/archive/%{githash}.tar.gz#/%{name}-%{version}.tar.gz Patch1: web-gui.patch Patch2: rbh-config.patch Patch3: avoid-version.patch +Patch4: make-test_confparam-depend-on-lustre.patch BuildRequires: automake BuildRequires: fdupes BuildRequires: glib2-devel @@ -99,11 +101,13 @@ %prep -%setup -q +%setup -q -n %{name}-%{githash} %patch1 +# the macro {installdir_www} is not known in the patch sed -i 's,WWWROOT,%{installdir_www}robinhood,g' web_gui/robinhood.conf %patch2 %patch3 +%patch4 -p1 # remove spurious executeable bits find ./doc/templates -type f -executable -exec chmod 644 {} + @@ -111,7 +115,11 @@ autoreconf -fi %build -%configure +%configure \ + --enable-lustre \ + --disable-static \ + --enable-dependency-tracking \ + %{nil} make %{?_smp_mflags} %install ++++++ make-test_confparam-depend-on-lustre.patch ++++++ >From 8458a500acf2c91550c75a842fa629870e329ac0 Mon Sep 17 00:00:00 2001 From: Christian Goll <christian.g...@gmail.com> Date: Wed, 21 Oct 2020 11:49:56 +0200 Subject: [PATCH] make test_confparam depend on lustre Change-Id: If8e1524b3bfcb692b6be2e6dd604072139d99019 --- src/tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 4602d785..1b7b62ee 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -7,9 +7,9 @@ AM_LDFLAGS= -lpthread #EXTRA_DIST = my-project.supp check_PROGRAMS=test_uidgidcache test_params \ - test_confparam test_parse + test_parse if LUSTRE -check_PROGRAMS+=create_nostripe test_forcestripe +check_PROGRAMS+=create_nostripe test_forcestripe test_confparam endif TESTS=test_parsing.sh test_uidgidcache test_params test_confparam -- 2.26.2 ++++++ robinhood-3.1.5.tar.gz -> robinhood-3.1.6.tar.gz ++++++ ++++ 1633 lines of diff (skipped)