Tweak json file that gnome-software uses
It needs to use "Fedora Linux" now since we changed that in various files, and we need to call f36 version '36' and not 'devel'. Also we need to add a 'Fedora' version for f36 too because people could upgrade from f34. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
da09946ffa
commit
47cb281f9b
1 changed files with 13 additions and 2 deletions
|
@ -15,12 +15,23 @@
|
|||
"allow_retire": true,
|
||||
"branchname": "master",
|
||||
"date_created": "2014-05-14 12:36:15",
|
||||
"date_updated": "2020-02-08 17:07:23",
|
||||
"date_updated": "2022-03-10 17:07:23",
|
||||
"dist_tag": ".fc36",
|
||||
"koji_name": "fc36",
|
||||
"name": "Fedora Linux",
|
||||
"status": "Under Development",
|
||||
"version": "36"
|
||||
},
|
||||
{
|
||||
"allow_retire": true,
|
||||
"branchname": "master",
|
||||
"date_created": "2014-05-14 12:36:15",
|
||||
"date_updated": "2022-03-10 17:07:23",
|
||||
"dist_tag": ".fc36",
|
||||
"koji_name": "fc36",
|
||||
"name": "Fedora",
|
||||
"status": "Under Development",
|
||||
"version": "devel"
|
||||
"version": "36"
|
||||
},
|
||||
{
|
||||
"allow_retire": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue