https://bugzilla.novell.com/show_bug.cgi?id=890094 https://bugzilla.novell.com/show_bug.cgi?id=890094#c0 Summary: home:szotsaki/Radicale: Enhancement Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: 3rd party software AssignedTo: szotsaki@gmail.com ReportedBy: M.Kraft@gmx.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: --- Blocker: --- So it's me again, this time with a few things to think about adding to the RPM: 1) You changed the default authentication method to htpasswd, which I think is sensible, but consider adding a dependency to apache2-utils (which contains the htpasswd2-tool), too. 2) The default config has /etc/radicale/logging as configuration for logging. Consider providing this file. The example from http://radicale.org/user_documentation/#idlogging-configuration-file works, if the file /var/log/radicale has been created and made writable. 3) If you provide logging, don't forget to provide logrotation as well. I am using the following right now, but have yet to see if it does the job: /etc/logrotate.d/radicale: /var/log/radicale { compress dateext maxage 365 rotate 99 size=+4096k notifempty missingok create 640 postrotate systemctl restart radicale endscript } -- makr -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.