Hi,
==== logrotate ====
- Move logrotate.status to /var/lib/misc following FHS/LSB and making implementing read-only root filesystem much easier. [FATE#322036] - Add patch: * logrotate-var-lib-misc.patch
during upgrade I noticed this output: ( 8/24) Installing: logrotate-3.10.0-2.1.x86_64 .................................................................................................[done] Additional rpm output: /var/tmp/rpm-tmp.7fEozm: line 24: [: too many arguments The faulty section is this: # Move /var/lib/logrotate.status if [ -f /var/lib/logrotate.status -a !-f /var/lib/misc/logrotate.status ]; then mv /var/lib/logrotate.status /var/lib/misc/logrotate.status ||: fi missing blank between '!-f', it should be '! -f' worthy a bugzilla? Regards, Dieter -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org