[gnome-boxes/recommended-downloads-always-look-for-latest-version-in-osinfo-db: 3/5] recommended-downloads: Strip os_id version suffix




commit 2fd52426604a3b64ee019c5379178e0817241360
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Mar 2 11:36:08 2022 +0100

    recommended-downloads: Strip os_id version suffix
    
    This way Boxes will search for the latest version of the given OS.

 data/recommended-downloads.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/recommended-downloads.xml b/data/recommended-downloads.xml
index aca6aa3c..178a4ae9 100644
--- a/data/recommended-downloads.xml
+++ b/data/recommended-downloads.xml
@@ -9,14 +9,14 @@
   available.
  -->
 <list>
-  <os_id>http://redhat.com/rhel/8.5</os_id>
-  <os_id>http://rockylinux.org/rocky/8.5</os_id>
-  <os_id>http://fedoraproject.org/fedora/35</os_id>
-  <os_id>http://fedoraproject.org/silverblue/35</os_id>
-  <os_id>http://ubuntu.com/ubuntu/21.10</os_id>
-  <os_id>http://opensuse.org/opensuse/15.3</os_id>
+  <os_id>http://redhat.com/rhel/</os_id>
+  <os_id>http://rockylinux.org/rocky/</os_id>
+  <os_id>http://fedoraproject.org/fedora/</os_id>
+  <os_id>http://fedoraproject.org/silverblue/</os_id>
+  <os_id>http://ubuntu.com/ubuntu/</os_id>
+  <os_id>http://opensuse.org/opensuse/</os_id>
   <os_id>http://opensuse.org/opensuse/tumbleweed</os_id>
-  <os_id>http://debian.org/debian/11</os_id>
-  <os_id>http://endlessos.com/eos/4.0</os_id>
+  <os_id>http://debian.org/debian/</os_id>
+  <os_id>http://endlessos.com/eos/</os_id>
   <os_id>http://gnome.org/gnome/nightly</os_id>
 </list>


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