Bug 1874226

Summary: Please branch and build libgnome-keyring for EPEL8
Product: [Fedora] Fedora Reporter: Michel Lind <michel>
Component: libgnome-keyringAssignee: Matthias Clasen <mclasen>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: debarshir, gnome-sig, mclasen, stefw
Target Milestone: ---   
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: 2020-08-31 21:53:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1792987    

Description Michel Lind 2020-08-31 18:14:42 UTC
Description of problem:
While libgnome-keyring is deprecated upstream, qtkeychain < 0.10.0 does not use the replacement libsecret, so for using apps that use qtkeychain like nextcloud-client on Fedora <= 32 and EPEL8 (0.9.1) libgnome-keyring is still needed.

The rawhide spec rebuilds fine on EPEL8 and it works fine with the nextcloud-client in epel-testing

Version-Release number of selected component (if applicable):
❯ rpm -q libgnome-keyring nextcloud-client qtkeychain-qt5
libgnome-keyring-3.12.0-20.el8.x86_64
nextcloud-client-2.6.5-8.el8.x86_64
qtkeychain-qt5-0.9.1-4.el8.1.x86_64

How reproducible:
Always

Steps to Reproduce:
1. fedpkg clone -a libgnome-keyring && cd libgnome-keyring
2. fedpkg --release epel8 mockbuild
3. sudo dnf --enablerepo=epel-testing install nextcloud-client ./results_libgnome-keyring/3.12.0/20.el8/libgnome-keyring-3.12.0-20.el8.x86_64.rpm
4. log in to nextcloud
5. check gnome-keyring

Actual results:
- Nextcloud secrets show up in gnome-keyring
- Nextcloud is still logged in after rebooting

Expected results:
Ditto. libgnome-keyring should be built for EPEL8

Additional info:
Happy to comaintain / be the primary assignee for EPEL (FAS: salimma). We can retire this if/when qtkeychain is updated to 0.10.0 - so this is likely not needed in EPEL9.

Comment 1 Michel Lind 2020-08-31 18:33:56 UTC
note: might not be needed if qtkeychain on epel8 is upgraded to 0.10.0: https://bugzilla.redhat.com/show_bug.cgi?id=1874235

Comment 2 Michel Lind 2020-08-31 21:53:09 UTC
qtkeychain will get updated, so this is no longer needed.