Cannot install spotify via lpf (F41)

sudo dnf install lpf-spotify-client


Updating and loading repositories:
 Fedora 41 - x86_64 - Updates           100% |  13.8 KiB/s |   7.3 KiB |  00m01s
Repositories loaded.
Failed to resolve the transaction:
No match for argument: lpf-spotify-client
You can try to add to command line:
  --skip-unavailable to skip unavailable packages

Tried with --refresh too, rpmfusion nonfree repos are enabled. What to do next if I don’t want to install it as flatpak/snap?

$ sudo dnf list *spotify*
Updating and loading repositories:
Repositories loaded.
Available packages
lpf-spotify-client.x86_64 1.2.52.442-1.fc41 rpmfusion-nonfree-updates

Are you sure you have the rpmfusion-nonfree repos enabled?

That package is not in fedora but is in rpmfusion.
Does dnf repolist show this

$ dnf repolist
repo id                                                    repo name                                                                           
rpmfusion-free                                             RPM Fusion for Fedora 41 - Free                                                     
rpmfusion-free-updates                                     RPM Fusion for Fedora 41 - Free - Updates                                           
rpmfusion-nonfree                                          RPM Fusion for Fedora 41 - Nonfree                                                  
rpmfusion-nonfree-nvidia-driver                            RPM Fusion for Fedora 41 - Nonfree - NVIDIA Driver                                  
rpmfusion-nonfree-updates                                  RPM Fusion for Fedora 41 - Nonfree - Updates                                        

It’s definitely there - double check you have the rpmfusion-nonfree-updates repo enabled.

sudo dnf info lpf-spotify-client
Updating and loading repositories:
Repositories loaded.
Available packages
Name           : lpf-spotify-client
Epoch          : 0
Version        : 1.2.52.442
Release        : 1.fc41
Architecture   : x86_64
Download size  : 26.0 KiB
Installed size : 23.7 KiB
Source         : lpf-spotify-client-1.2.52.442-1.fc41.src.rpm
Repository     : rpmfusion-nonfree-updates
Summary        : Spotify music player native client package bootstrap
URL            : https://github.com/leamas/spotify-make
License        : MIT
Description    : Bootstrap package allowing the lpf system to build the non-redistributable
               : spotify-client package.
               : 
               : The package is only available on ix86 and x86_64 hosts.
               : 
               : See:  http://www.spotify.com/se/blog/archives/2010/07/12/linux/
Vendor         : RPM Fusion

Thank you!
Apparently, I had only rpmfusion-nonfree enabled for steam and nvidia.
I feel so stupid right now. But when I run lpf update after that, this is the output:

Your user is added to pkg-build group but haven’t yet take effect. It only takes effect when the user logs in again please logout and login or do exec su - wareed you can read more details on I added a user to a group, but group permissions on files still have no effect - Unix & Linux Stack Exchange

I tried logging out and logging in but it’s not helping. How do I go about this?

Check the groups your user belongs to with groups and verify that you are a member of the proper group.