Before filing
- I searched existing issues for a duplicate.
- I can reproduce this.
OpenMeters version
1.11.0
Environment
- Fedora 44
- wayland
- pipewire 1.6.8
- installed with dnf install https://...
Steps to reproduce
- run sudo dnf install --skip-broken https://github.com/httpsworldview/openmeters/releases/download/v1.11.0/openmeters-1.11.0-1.x86_64.rpm
- see complain about wayland-libs
Expected behavior
Install just fine.
Actual behavior
Becaus of conflict with wayland-libs is not possible to install openmerts.
Logs or crash output
Additional context
When I compile openmeters with cargo build --release and check afterwards the binary with ldd, it prints me this shared dependencies:
linux-vdso.so.1 (0x00007f4bc7829000)
libpipewire-0.3.so.0 => /lib64/libpipewire-0.3.so.0 (0x00007f4bc692e000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f4bc77c8000)
libm.so.6 => /lib64/libm.so.6 (0x00007f4bc6817000)
libc.so.6 => /lib64/libc.so.6 (0x00007f4bc661e000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4bc782b000)
So maybe rpm don't needs hard dependencies to wayland lib.
Reactions are currently unavailable
Before filing
OpenMeters version
1.11.0
Environment
Steps to reproduce
Expected behavior
Install just fine.
Actual behavior
Becaus of conflict with wayland-libs is not possible to install openmerts.
Logs or crash output
Additional context
When I compile openmeters with cargo build --release and check afterwards the binary with ldd, it prints me this shared dependencies:
So maybe rpm don't needs hard dependencies to wayland lib.