Bug 2081898
| Summary: | Slurm version 20.11.9 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Tru Huynh <pasteur> |
| Component: | slurm | Assignee: | Carl George 🤠<carl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel8 | CC: | carl, pkfed, smooge |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | slurm-20.11.9-1.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-16 00:52:58 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tru Huynh
2022-05-04 23:57:19 UTC
A fix should be easy with:
```
diff --git a/slurm.spec b/slurm.spec
index 676d6ed..2b1b6b7 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -15,8 +15,8 @@
%endif
Name: slurm
-Version: 20.11.8
-Release: 2%{?dist}
+Version: 20.11.9
+Release: 1%{?dist}
Summary: Simple Linux Utility for Resource Management
License: GPLv2 and BSD
URL: https://slurm.schedmd.com/
```
This will fix CVE-2022-29500. (Did not see this listed in ticket but may have missed it). https://lists.schedmd.com/pipermail/slurm-announce/2022/000072.html FEDORA-EPEL-2022-670a0795bf has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-670a0795bf FEDORA-EPEL-2022-670a0795bf has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-670a0795bf See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2022-670a0795bf has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report. |