From 98bf3eb554d1d6d7cac59e77bce7b2ab2969b7cf Mon Sep 17 00:00:00 2001 From: Pat Riehecky Date: Dec 13 2021 17:00:12 +0000 Subject: Fix gating permissions --- diff --git a/ocsinventory-agent.spec b/ocsinventory-agent.spec index 601e5b3..34154e7 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: 2.9.0 -Release: 1.1%{?dist} +Release: 2%{?dist} Source0: https://github.com/OCSInventory-NG/UnixAgent/releases/download/v%{official_version}/Ocsinventory-Unix-Agent-%{official_version}.tar.gz @@ -306,6 +306,7 @@ find %{buildroot} -type f -exec chmod 644 {} \; %config(noreplace) %{_sysconfdir}/ocsinventory/%{name}.cfg %config(noreplace) %{_sysconfdir}/ocsinventory/modules.conf %{perl_vendorlib}/Ocsinventory +%attr(0755, root, root) %{perl_vendorlib}/Ocsinventory/Agent.pm %{_mandir}/man3/Ocs* %dir %{_localstatedir}/lib/%{name} %{_localstatedir}/lib/%{name}/download @@ -315,6 +316,9 @@ find %{buildroot} -type f -exec chmod 644 {} \; %changelog +* Mon Dec 13 2021 Pat Riehecky - 2.9.0-2 +- Fix gating permissions + * Mon Dec 13 2021 Pat Riehecky - 2.9.0-1.1 - remove meaningless execute on README