ninja rpm-package doesn't work in wiresharkv4
Hey, In previous versions after compiling with
cmake3 -G Ninja -DBUILD_wireshark=OFF -DCMAKE_INSTALL_PREFIX=/usr ..
I could run
ninja rpm-package
which will create an rpm installation.
But while trying to run ninja rpm-package on version 4 I get:
ninja: error: unknown target 'rpm-package'
Does anyone knows how can it be solved?
Thanks!