Release Notes for RPM Package: ============================== WARNING: This package was just converted from the Debian package using fakeroot -- /usr/bin/alien --to-rpm logdata-anomaly-miner_[version]_all.deb without applying any RPM-system specific patches. It will install with warnings, e.g. using rpm --install --force logdata-anomaly-miner-[version]-2.noarch.alien.rpm Warnings in install scripts about "deb-systemd-helper" not being found are the result. Thus systemd integration will be partially broken on RPM systems. You will have to: * Create the aminer user and group manually groupadd -K GID_MIN=100 -K GID_MAX=1000 aminer useradd -M --shell /usr/sbin/nologin --gid aminer -K PASS_MAX_DAYS=-1 -K UID_MIN=100 -K UID_MAX=999 --home /nonexistent aminer usermod --del-subuids 1-4294967295 --del-subgids 1-4294967295 aminer * Restart the service manually after upgrades * Remove systemd activated unit manually before deinstallation systemctl stop aminer.service systemctl purge aminer.service Alien would be capable applying patches during conversion to fix also those problems using the "--patch" command line parameter. Help from anyone with experience in RPM packaging to create such a patch is highly appreciated!