Require logrotate during build to allow su usage with newer versions
Following this commit
4970c459ee
logrotate needs to be available during build for the correct
configuration to be installed.
This commit is contained in:
parent
8b9bfe3a1b
commit
93269541a8
|
@ -169,6 +169,7 @@ Group: System/Monitoring
|
|||
Requires(pre): shadow-utils
|
||||
Requires(post): shadow-utils
|
||||
%endif
|
||||
BuildRequires: logrotate
|
||||
%if "%{_vendor}" == "suse"
|
||||
Requires(pre): shadow
|
||||
Requires(post): shadow
|
||||
|
|
Loading…
Reference in New Issue