Bug 2183821

Summary: rebase flatpak request / raising bar of version needed by some flathub apps
Product: Red Hat Enterprise Linux 8 Reporter: Leon Fauster <leonfauster>
Component: flatpakAssignee: Debarshi Ray <debarshir>
Status: NEW --- QA Contact: Petr Schindler <pschindl>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.7CC: eng-i18n-bugs, jkoten, mclasen, tpelka
Target Milestone: rcKeywords: Rebase
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Component Upgrade
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Leon Fauster 2023-04-02 13:56:43 UTC
Description of problem:

Current version of flatpak is 1.10.7-1.

Some apps of the repo flathub are starting to complain like:

  $ flatpak update -v
  ...
  1.	   	org.telegram.desktop	stable	u	flathub	< 77,7 MB
  Proceed with these changes to the user installation? [Y/n]: y
  Error: org.telegram.desktop needs a later flatpak version                                              
  Updates complete.                                                                                      
  Error: There were one or more errors



Version-Release number of selected component (if applicable):

$ rpm -qa|grep flatpak*
flatpak-session-helper-1.10.7-1.el8.x86_64
flatpak-libs-1.10.7-1.el8.x86_64
flatpak-selinux-1.10.7-1.el8.noarch
flatpak-1.10.7-1.el8.x86_64


How reproducible:
1. Install flathub
2. Install apps: telegram
(current setup installs everything into users scope (--user))



Actual results:
Compat issues are starting.


Expected results:
It would be great if the flatpak environment could be rebased
to be on the save side when the full support phase ends.

Additional info:
Thanks

Comment 1 Matthias Clasen 2023-04-06 17:24:58 UTC
This is the telegram change:

https://github.com/flathub/org.telegram.desktop/commit/705778b49183b2033b22de16a29aa283dcb2c38c

So we should look at rebasing flatpak at some point.