Hide Forgot
We've identified your package for having `Requires(pre)` RPM flag without `Requires` [1]. `Requires(pre)` rpm tag could be interpreted wrongly, so to prevent any harm to Fedora users I am notifying you about this fact. Any package that is specified in `Requires(pre)` could be freely removed. Citing from RPM pages: ``` If there are no other dependencies on the package providing /usr/sbin/useradd, that package is permitted to be removed from the system after installation(!) ``` [2] If you really rely on dependency just during the installation process and your package don't necessary require the dependency for the proper run of your application then ignore this bug report and close it as NOTABUG. Otherwise add to your spec file additional `Requires` for the dependency, please. [1] paste.fedoraproject.org/341611/82208431 [2] http://www.rpm.org/wiki/PackagerDocs/MoreOnDependencies
From paste.fedoraproject.org/341611/82208431: SRPM: oddjob-0.34.3-2.fc24.src.rpm RPM: oddjob.x86_64 Require(pre): psmisc SRPM: oddjob-0.34.3-2.fc24.src.rpm RPM: oddjob-mkhomedir.x86_64 Require(pre): grep SRPM: oddjob-0.34.3-2.fc24.src.rpm RPM: oddjob-mkhomedir.x86_64 Require(pre): sed SRPM: oddjob-0.34.3-2.fc24.src.rpm RPM: oddjob-mkhomedir.x86_64 Require(pre): /usr/bin/dbus-send SRPM: oddjob-0.34.3-2.fc24.src.rpm RPM: oddjob-mkhomedir.x86_64 Require(pre): psmisc We run these commands only in the package's scriptlets, so I think we're okay. Closing as suggested, please reopen if I'm misunderstanding.