File project.diff of Package robinhood
--- robinhood.changes.orig
+++ robinhood.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Wed Feb 18 08:37:44 UTC 2026 - Petr Gajdos <pgajdos@suse.com>
+
+- added patches [bsc#1256983]
+ https://github.com/cea-hpc/robinhood/issues/149
+ * robinhood-gcc16.patch
+
+-------------------------------------------------------------------
Thu Jan 22 08:35:31 UTC 2026 - Christian Goll <cgoll@suse.com>
- update to version 3.2.0 with following changes:
--- robinhood.spec.orig
+++ robinhood.spec
@@ -40,6 +40,8 @@ Patch3: avoid-version.patch
Patch4: make-test_confparam-depend-on-lustre.patch
Patch5: harden_robinhood.service.patch
Patch6: harden_robinhood@.service.patch
+# https://github.com/cea-hpc/robinhood/issues/149
+Patch7: robinhood-gcc16.patch
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: glib2-devel
@@ -112,6 +114,7 @@ sed -i 's,WWWROOT,%{installdir_www}robin
%patch -P 4 -p1
%patch -P 5 -p1
%patch -P 6 -p1
+%patch -P 7 -p1
# remove spurious executeable bits
find ./doc/templates -type f -executable -exec chmod 644 {} +