[Libosinfo] [osinfo-db PATCH] rhel7.5/rhel7.6: Fix typo in recommended CPU for PPC
Fabiano Fidêncio
fidencio at redhat.com
Tue Nov 13 11:20:29 UTC 2018
Recommended CPU has to be a bigger value than the minimum one.
Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
Issues were caught after having test-os-resources fixed*
*: https://www.redhat.com/archives/libosinfo/2018-November/msg00104.html
A problem for another day is to actually check the minimum/recommended
resources and be sure they are matching with the vendors' webiste ...
but that's a problem for another day.
---
data/os/redhat.com/rhel-7.5.xml.in | 2 +-
data/os/redhat.com/rhel-7.6.xml.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/os/redhat.com/rhel-7.5.xml.in b/data/os/redhat.com/rhel-7.5.xml.in
index dd465b1..ef22dfd 100644
--- a/data/os/redhat.com/rhel-7.5.xml.in
+++ b/data/os/redhat.com/rhel-7.5.xml.in
@@ -60,7 +60,7 @@
</minimum>
<recommended>
- <cpu>400000000</cpu>
+ <cpu>4000000000</cpu>
<ram>2147483648</ram>
<storage>21474836480</storage>
</recommended>
diff --git a/data/os/redhat.com/rhel-7.6.xml.in b/data/os/redhat.com/rhel-7.6.xml.in
index ec245c6..934705d 100644
--- a/data/os/redhat.com/rhel-7.6.xml.in
+++ b/data/os/redhat.com/rhel-7.6.xml.in
@@ -60,7 +60,7 @@
</minimum>
<recommended>
- <cpu>400000000</cpu>
+ <cpu>4000000000</cpu>
<ram>2147483648</ram>
<storage>21474836480</storage>
</recommended>
--
2.19.1
More information about the Libosinfo
mailing list