Fix rpminspect permissions and capabilities issue
Resolves: RHEL-70711 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
50a075e08c
commit
245ca4457d
15
torque.spec
15
torque.spec
@ -74,7 +74,7 @@
|
||||
|
||||
Name: torque
|
||||
Version: 6.1.3
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Summary: Tera-scale Open-source Resource and QUEue manager
|
||||
# Source0: http://www.adaptivecomputing.com/download/%%{name}/%%{name}-%%{version}.tar.gz
|
||||
# git clone https://github.com/adaptivecomputing/torque.git
|
||||
@ -687,12 +687,9 @@ fi
|
||||
%doc CHANGELOG PBS_License.txt README.Fedora contrib/PBS_License_2.3.txt
|
||||
%dir %{torquehomedir}
|
||||
%dir %{torquehomedir}/aux
|
||||
%attr (1777,root,root) %{torquehomedir}/spool
|
||||
%attr (1777,root,root) %{torquehomedir}/undelivered
|
||||
%attr (1777,root,root) %{torquehomedir}/checkpoint
|
||||
%dir %{torquehomedir}/spool
|
||||
%dir %{torquehomedir}/undelivered
|
||||
%{torquehomedir}/checkpoint
|
||||
%attr (1755,root,root) %{torquehomedir}/spool
|
||||
%attr (1755,root,root) %{torquehomedir}/undelivered
|
||||
%attr (1755,root,root) %{torquehomedir}/checkpoint
|
||||
%{torquehomedir}/pbs_environment
|
||||
%{torquehomedir}/server_name
|
||||
%config(noreplace) %{_sysconfdir}/torque/pbs_environment
|
||||
@ -921,6 +918,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 27 2024 Kamal Heib <kheib@redhat.com> - 6.1.3-15
|
||||
- Fix rpminspect permissions and capabilities issue
|
||||
Resolves: RHEL-70711
|
||||
|
||||
* Thu Dec 26 2024 Kamal Heib <kheib@redhat.com> - 6.1.3-14
|
||||
- torque: add basic sanity test for CI gating
|
||||
Resolves: RHEL-70711
|
||||
|
Loading…
Reference in New Issue
Block a user