public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocsinventory-agent] f44: Fix invalid mode on ocsinventory-agent.cron
@ 2026-06-05 19:06 Pat Riehecky
0 siblings, 0 replies; only message in thread
From: Pat Riehecky @ 2026-06-05 19:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ocsinventory-agent
Branch : f44
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=f44
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-05 19:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 19:06 [rpms/ocsinventory-agent] f44: Fix invalid mode on ocsinventory-agent.cron Pat Riehecky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox