logrotate has been dropped
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
%{MACRO_INSTALL_SYSTEMD_FILES}
%{MACRO_INSTALL_SYSTEMD_TMPFILES}
%{MACRO_INSTALL_PAM_FILES}
- %{MACRO_INSTALL_LOGROTATE_FILES}
end
# XXX to be removed soon
unset file
end
-def MACRO_INSTALL_LOGROTATE_FILES
- for file in %{DIR_SOURCE}/{*.logrotate,logrotate/*}; do
- [ -e "${file}" ] || continue
- mkdir -p %{BUILDROOT}/etc/logrotate.d
- cp -vf ${file} %{BUILDROOT}/etc/logrotate.d/$(basename ${file%*.logrotate})
- done
- unset file
-end
-
def MACRO_PYTHON_COMPILE
__python_compile() {
if [ -x "%{python3}" ]; then