Add support to use urpmi as an alternative to zypper if using another rpm based distro
I have built spotify-easyrpm, but as soon as I run it it checks for zypper which is not installed in Mageia by default (it can be installed with urpmi though). Now after I manually installed zypper I noticed how the script looks for squashfs when our package is named squashfs-tools
So therefor I see this:
Failed to install build dependencies (squashfs). Aborting Please submit bug report to https://github.com/megamaced/spotify-easyrpm/issues
does Mageia have another way to install Spotify other then Flatpak / Snap?
I did consider adding support for other rpm distros but many like fedora already have an easy way to get an rpm
dnf, but that still needs a repo with a working spotify-easyrpm fit for Mageia. /Kristoffer
26 apr. 2022 23:47 av @.***:
does Mageia have another way to install Spotify other then Flatpak / Snap?
I did consider adding support for other rpm distros but many like fedora already have an easy way to get an rpm
— Reply to this email directly, > view it on GitHub https://github.com/megamaced/spotify-easyrpm/issues/52#issuecomment-1110281055> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/AAFON2NUDFZYKZLMYF7FZDTVHBP5RANCNFSM5UKEOOYQ> . You are receiving this because you authored the thread.> Message ID: > <megamaced/spotify-easyrpm/issues/52/1110281055> @> github> .> com>
No chance to add an alternative name for the squashfs package since Mageia has named it squashfs-tools?
if ! rpm -q squashfs-tools > /dev/null 2>&1; then
could be added on line 297 or 298.
I've ported it to Mageia, just running a few tests before I push it to the develop branch
