import gnome-software-3.36.1-5.el8
This commit is contained in:
parent
bd2aa47b94
commit
2c17bd9e99
26
SOURCES/gnome-software-3.36.1-unrelated-refs.patch
Normal file
26
SOURCES/gnome-software-3.36.1-unrelated-refs.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
diff -up gnome-software-3.36.1/plugins/flatpak/gs-plugin-flatpak.c.unrelated-refs gnome-software-3.36.1/plugins/flatpak/gs-plugin-flatpak.c
|
||||||
|
--- gnome-software-3.36.1/plugins/flatpak/gs-plugin-flatpak.c.unrelated-refs 2020-10-09 14:07:16.407235531 -0400
|
||||||
|
+++ gnome-software-3.36.1/plugins/flatpak/gs-plugin-flatpak.c 2020-10-09 14:08:48.775544689 -0400
|
||||||
|
@@ -696,6 +696,11 @@ gs_plugin_app_remove (GsPlugin *plugin,
|
||||||
|
gs_flatpak_error_convert (error);
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
+
|
||||||
|
+ /* add to the transaction cache for quick look up -- other unrelated
|
||||||
|
+ * refs will be matched using gs_plugin_flatpak_find_app_by_ref() */
|
||||||
|
+ gs_flatpak_transaction_add_app (transaction, app);
|
||||||
|
+
|
||||||
|
ref = gs_flatpak_app_get_ref_display (app);
|
||||||
|
if (!flatpak_transaction_add_uninstall (transaction, ref, error)) {
|
||||||
|
gs_flatpak_error_convert (error);
|
||||||
|
@@ -899,6 +904,10 @@ gs_plugin_flatpak_update (GsPlugin *plug
|
||||||
|
gs_flatpak_error_convert (error);
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
+
|
||||||
|
+ /* add to the transaction cache for quick look up -- other unrelated
|
||||||
|
+ * refs will be matched using gs_plugin_flatpak_find_app_by_ref() */
|
||||||
|
+ gs_flatpak_transaction_add_app (transaction, app);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* run transaction */
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.36.1
|
Version: 3.36.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A software center for GNOME
|
Summary: A software center for GNOME
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -32,6 +32,8 @@ Patch2: add-back-shell-extensions-support.patch
|
|||||||
Patch3: 0001-Fix-hardcoded-desktop-and-appdata-names-to-match-wha.patch
|
Patch3: 0001-Fix-hardcoded-desktop-and-appdata-names-to-match-wha.patch
|
||||||
# Fix 'Show Details' to correctly work for rpm-installed firefox
|
# Fix 'Show Details' to correctly work for rpm-installed firefox
|
||||||
Patch4: 0001-Improve-the-heuristic-for-detecting-old-style-AppStr.patch
|
Patch4: 0001-Improve-the-heuristic-for-detecting-old-style-AppStr.patch
|
||||||
|
# Fix flatpak updates and removals when same ref occurs in multiple remotes
|
||||||
|
Patch5: gnome-software-3.36.1-unrelated-refs.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -219,6 +221,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%{_datadir}/gtk-doc/html/gnome-software
|
%{_datadir}/gtk-doc/html/gnome-software
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 17 2021 Milan Crha <mcrha@redhat.com> - 3.36.1-5
|
||||||
|
- Fix flatpak updates and removals when same ref occurs in multiple remotes
|
||||||
|
- Resolves: #1888407
|
||||||
|
|
||||||
* Thu Jun 11 2020 Kalev Lember <klember@redhat.com> - 3.36.1-4
|
* Thu Jun 11 2020 Kalev Lember <klember@redhat.com> - 3.36.1-4
|
||||||
- Fix 'Show Details' to correctly work for rpm-installed firefox
|
- Fix 'Show Details' to correctly work for rpm-installed firefox
|
||||||
- Resolves: #1845714
|
- Resolves: #1845714
|
||||||
|
Loading…
Reference in New Issue
Block a user