public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ganglia] rawhide: Use sysusers on RHEL 11
Date: Thu, 06 Aug 2026 16:49:00 GMT [thread overview]
Message-ID: <178603494074.1.2186841377595092153.rpms-ganglia-e0333753ded6@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-06 16:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178603494074.1.2186841377595092153.rpms-ganglia-e0333753ded6@fedoraproject.org \
--to=yselkowi@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox