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