pkgdb for gnome software: add duplicate enties for Fedora Linux in f35+
In F35, https://fedoraproject.org/wiki/Changes/Fedora_Linux_in_os-release changes the name of Fedora installs from Fedora to Fedora Linux. gnome-software uses this key to read this faugh pkgdb file to tell when to offer dist upgrades. We need to handle older versions that see "Fedora" as well as new ones that see "Fedora Linux". See https://pagure.io/fedora-infrastructure/issue/10154 for more info Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
dbdc60c34e
commit
12c416c9ac
1 changed files with 22 additions and 0 deletions
|
@ -1,5 +1,16 @@
|
|||
{
|
||||
"collections": [
|
||||
{
|
||||
"allow_retire": true,
|
||||
"branchname": "master",
|
||||
"date_created": "2014-05-14 12:36:15",
|
||||
"date_updated": "2020-08-10 17:07:23",
|
||||
"dist_tag": ".fc36",
|
||||
"koji_name": "rawhide",
|
||||
"name": "Fedora Linux",
|
||||
"status": "Under Development",
|
||||
"version": "devel"
|
||||
},
|
||||
{
|
||||
"allow_retire": true,
|
||||
"branchname": "master",
|
||||
|
@ -11,6 +22,17 @@
|
|||
"status": "Under Development",
|
||||
"version": "devel"
|
||||
},
|
||||
{
|
||||
"allow_retire": false,
|
||||
"branchname": "f35",
|
||||
"date_created": "2014-08-11 12:36:15",
|
||||
"date_updated": "2020-08-10 17:07:23",
|
||||
"dist_tag": ".fc35",
|
||||
"koji_name": "f35",
|
||||
"name": "Fedora Linux",
|
||||
"status": "Under Development",
|
||||
"version": "35"
|
||||
},
|
||||
{
|
||||
"allow_retire": false,
|
||||
"branchname": "f35",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue