Amule package fixed for Lx 4.2, Rolling, Cooker

Hello,

  • OpenMandriva Lx version:

ALL

  • Desktop environment (KDE, LXQT…):

ALL

  • Relevant informations (hardware involved, software version, logs or output…):

amule-2.4.0-1 upgraded to amule-2.4.0-2.git.20210426 to fix a dependency issue.

Error: 
 Problem: conflicting requests
  nothing provides libupnp.so.16()(64bit) needed by amule-2.4.0-1.x86_64

@AngryPenguin did the hard work of fixing the package in Cooker and I backported it to Rolling and OM Lx 4.2. Packages built for aarch64, x86_64, and znver1 arches.

Install instructions for OM Lx 4.2:

$ sudo dnf clean all 
$ sudo dnf upgrade
$ sudo dnf install amule

Install instructions for Rolling:

$ sudo dnf clean all
$ sudo dnf distro-sync
$ sudo dnf install amule

User tip: You can run those commands in a command string using semi-colon:

Lx 4.2:

$ sudo dnf clean all ; sudo dnf upgrade ; sudo dnf install amule

Rolling:

$ sudo dnf clean all ; sudo dnf distro-sync ; sudo dnf install amule

This bug should be fixed also.