[osinfo-db PATCH] rhel7.5/rhel7.6: Fix typo in recommended CPU for PPC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Recommended CPU has to be a bigger value than the minimum one.

Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx>
---
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

_______________________________________________
Libosinfo mailing list
Libosinfo@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libosinfo




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux