public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Pat Riehecky <riehecky@fnal.gov>
To: git-commits@fedoraproject.org
Subject: [rpms/ocsinventory-agent] epel10: Fix invalid mode on ocsinventory-agent.cron
Date: Fri, 05 Jun 2026 18:25:50 GMT [thread overview]
Message-ID: <178068395066.1.7878480397044627402.rpms-ocsinventory-agent-ac56d01f06aa@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ocsinventory-agent
Branch : epel10
Commit : ac56d01f06aaf0d110212b288915fe45479e4541
Author : Pat Riehecky <riehecky@fnal.gov>
Date : 2026-06-05T13:24:55-05:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ocsinventory-agent/c/ac56d01f06aaf0d110212b288915fe45479e4541?branch=epel10
Log:
Fix invalid mode on ocsinventory-agent.cron
---
diff --git a/ocsinventory-agent.spec b/ocsinventory-agent.spec
index 0c812a3..786e5af 100644
--- a/ocsinventory-agent.spec
+++ b/ocsinventory-agent.spec
@@ -22,7 +22,7 @@ Name: ocsinventory-agent
Summary: Open Computer and Software Inventory Next Generation client
Version: %{official_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
Source0: https://github.com/OCSInventory-NG/UnixAgent/releases/download/v%{official_version}/Ocsinventory-Unix-Agent-%{official_version}.tar.gz
@@ -287,6 +287,7 @@ chmod 755 %{buildroot}%{perl_vendorlib}/Ocsinventory/Agent.pm
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_libexecdir}/%{name}/
+%attr(0755, root, root) %{_libexecdir}/%{name}/ocsinventory-agent.cron
%dir %{_localstatedir}/log/%{name}
%{_mandir}/man1/%{name}*
%{_unitdir}/*
@@ -308,6 +309,9 @@ chmod 755 %{buildroot}%{perl_vendorlib}/Ocsinventory/Agent.pm
%changelog
+* Fri Jun 5 2026 Pat Riehecky <riehecky@fnal.gov> - 2.10.5-2
+- Fix incorrect permissions on %{_libexecdir}/%{name}/ocsinventory-agent.cron
+
* Thu Apr 23 2026 Pat Riehecky <riehecky@fnal.gov> - 2.10.5-1
- Update to 2.10.5
reply other threads:[~2026-06-05 18:25 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=178068395066.1.7878480397044627402.rpms-ocsinventory-agent-ac56d01f06aa@fedoraproject.org \
--to=riehecky@fnal.gov \
--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