SHA256
1
0
forked from pool/quassel
quassel/logrotate.quasselcore
Luca Beltrame 8978e06b18 Accepting request 987951 from home:cronfox:branches:openSUSE:Factory
- Update to 0.14.0
  * Database schema format change, no downgrade possible!
  * Don't silently fall back to unencrypted client/core communication if certificate cannot be loaded
  * Properly escape LDAP usernames to prevent injection or bypassing authentication
  * Strip format codes in ignore list rules (this might affect pre-existing rules)
  * Support many more features of IRCv3
  * Improve window handling under Wayland
  * Support the HAProxy protocol
  * Provide a daemon providing Prometheus metrics
  * Deprecate local highlight settings (prefer synced ones instead)
  * Improve configuration of SASL PLAIN and EXTERNAL
  * Add button for strike-through format
  * Allow choosing the account to connect to via command-line option
  * Make database schema migration more robust
  * Make backlog fetch more efficient, allow for fetch-on-demand
  * Make syncing and other aspects of the core/client protocol more efficient
  * Many smaller fixes
  * Improve log output, documentation and UI help
  * Update translations, bundled iconsets and application icons
- Added new BuildRequires boost-devel: New build dependency.
- Added new Require update-alternatives: Fixing missing in post/pre.
- Change logrotate config: Fix permission problem.
- Dropped patches:
  * 0001-common-Disable-enum-type-stream-operators-for-Qt-5.1.patch: Upstream support Qt 5.15.
  * quassel-set-required-libs-and-flags.patch: Remove Qt4 support.

OBS-URL: https://build.opensuse.org/request/show/987951
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=93
2022-07-22 18:12:12 +00:00

14 lines
209 B
Plaintext

/var/log/quassel/quasselcore {
compress
dateext
maxage 365
rotate 99
size=+1024k
notifempty
missingok
copytruncate
postrotate
su quasselcore quasselcore
endscript
}