public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ganglia] rawhide: Use sysusers on RHEL 11
@ 2026-08-06 16:49 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-06 16:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ganglia
Branch : rawhide
Commit : e0333753ded68da594c60b48e8550aa5ca39febb
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-07-27T20:05:05-04:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ganglia/c/e0333753ded68da594c60b48e8550aa5ca39febb?branch=rawhide
Log:
Use sysusers on RHEL 11
RHEL 11 inherits the Fedora 42 change:
https://fedoraproject.org/wiki/Changes/RPMSuportForSystemdSysusers
---
diff --git a/ganglia.spec b/ganglia.spec
index 95c4f92..329c903 100644
--- a/ganglia.spec
+++ b/ganglia.spec
@@ -21,7 +21,7 @@
%global php_xml 1
%endif
-%if 0%{?fedora} > 42
+%if 0%{?fedora} > 42 || 0%{?rhel} > 10
%global sysusers 1
%else
%global legacy_users 1
@@ -34,7 +34,7 @@
Summary: Distributed Monitoring System
Name: ganglia
Version: %{gangver}
-Release: 66%{?dist}
+Release: 67%{?dist}
# Automatically converted from old format: BSD - review is highly recommended.
License: LicenseRef-Callaway-BSD
URL: https://github.com/ganglia
@@ -501,6 +501,9 @@ end
%dir %attr(0755,apache,apache) %{_localstatedir}/lib/%{name}-web/dwoo/compiled
%changelog
+* Mon Jul 27 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 3.7.2-67
+- Use sysusers on RHEL 11
+
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 3.7.2-66
- Rebuilt for Python 3.15.0b4 ABI change
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-06 16:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 16:49 [rpms/ganglia] rawhide: Use sysusers on RHEL 11 Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox