Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af4bfd6cbe | ||
|
|
86a2e6ed30 | ||
|
|
95770722b5 | ||
|
|
30d498d35c | ||
|
|
24dd6a1a92 | ||
|
|
6019d7c0b6 | ||
|
|
b85efae686 | ||
|
|
9b5a43287f | ||
|
|
6478987c33 | ||
|
|
32f6925842 | ||
|
|
7227cd8f91 | ||
|
|
a4bdfb4575 | ||
|
|
d98b269492 | ||
|
|
d78aa883e7 | ||
|
|
4f13475030 | ||
|
|
d8df1c6f48 | ||
|
|
e827526754 |
3 changed files with 13 additions and 5 deletions
14
slurm.spec
14
slurm.spec
|
|
@ -15,7 +15,7 @@
|
|||
%endif
|
||||
|
||||
Name: slurm
|
||||
Version: 20.11.8
|
||||
Version: 20.11.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple Linux Utility for Resource Management
|
||||
License: GPLv2 and BSD
|
||||
|
|
@ -333,7 +333,7 @@ EOF
|
|||
install -d -m 0755 %{buildroot}%{_var}/log/%{name}
|
||||
install -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d
|
||||
cat >%{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
|
||||
%{_var}/log/%{name}/* {
|
||||
%{_var}/log/%{name}/*.log {
|
||||
missingok
|
||||
notifempty
|
||||
copytruncate
|
||||
|
|
@ -423,6 +423,7 @@ rm -f %{buildroot}%{_unitdir}/slurmrestd.service
|
|||
%dir %{_var}/spool/%{name}/d
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/cgroup.conf
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/slurm.conf
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||
%{_bindir}/sacct
|
||||
%{_bindir}/sacctmgr
|
||||
%{_bindir}/salloc
|
||||
|
|
@ -509,7 +510,6 @@ rm -f %{buildroot}%{_unitdir}/slurmrestd.service
|
|||
%{_mandir}/man5/topology.conf.5*
|
||||
%{_mandir}/man8/slurmrestd.8*
|
||||
%{_mandir}/man8/spank.8*
|
||||
%{_sysconfdir}/logrotate.d/%{name}
|
||||
%{_sysconfdir}/%{name}/cgroup*.conf.example
|
||||
%{_sysconfdir}/%{name}/slurm.conf.example
|
||||
%{_tmpfilesdir}/slurm.conf
|
||||
|
|
@ -769,6 +769,14 @@ fi
|
|||
%systemd_postun_with_restart slurmdbd.service
|
||||
|
||||
%changelog
|
||||
* Thu May 05 2022 Carl George <carl@george.computer> - 20.11.9-1
|
||||
- Update to 20.11.9, resolves: rhbz#2081896
|
||||
- Fix CVE-2022-29500, resolves: rhbz#2082285
|
||||
- Fix CVE-2022-29501, resolves: rhbz#2082288
|
||||
|
||||
* Sun Oct 31 2021 Philip Kovacs <pkfed@fedoraproject.org> - 20.11.8-2
|
||||
- Correct log rotation problems (#2016683, #2018508)
|
||||
|
||||
* Sat Jul 3 2021 Philip Kovacs <pkfed@fedoraproject.org> - 20.11.8-1
|
||||
- Update to 20.11.8
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ index c187bb83bd..aabd7f3fe8 100644
|
|||
+++ b/src/plugins/burst_buffer/Makefile.am
|
||||
@@ -2,6 +2,3 @@
|
||||
|
||||
SUBDIRS = generic
|
||||
SUBDIRS = common generic
|
||||
|
||||
-if WITH_JSON_PARSER
|
||||
-SUBDIRS += datawarp
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (slurm-20.11.8.tar.bz2) = f67e6ebafef07eda9776a4545f0bf28a926f3c2e1269ce22a422a708d6d743df93e5fd87fa454f652f1e933ff9e233a49b8c27afa04d5717266d690098d88a06
|
||||
SHA512 (slurm-20.11.9.tar.bz2) = 5f54f61eebcf8acad073d6d46b019db00c431f35a5f945bbb35ee593fa90348af06383370c17fc3b9cf4c1bf838502abe9910fca05f508100e14703af7f36e21
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue