From dbac4371745b93310218f74bdff832bcbcc902a5320a38886fd27b213fcb7b01 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Mar 2023 14:04:41 +0000 Subject: [PATCH] Accepting request 1056286 from home:david.anes:branches:network - Use valid separator for logrotate config file. [bsc#1192179] OBS-URL: https://build.opensuse.org/request/show/1056286 OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=173 --- vsftpd.changes | 5 +++++ vsftpd.logrotate | 2 +- vsftpd.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/vsftpd.changes b/vsftpd.changes index 4d5e7a1..f0e9899 100644 --- a/vsftpd.changes +++ b/vsftpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 3 16:12:32 UTC 2023 - David Anes + +- Use valid separator for logrotate config file. [bsc#1192179] + ------------------------------------------------------------------- Fri Sep 16 06:18:26 UTC 2022 - Peter Simons diff --git a/vsftpd.logrotate b/vsftpd.logrotate index c8793e3..ebbe46b 100644 --- a/vsftpd.logrotate +++ b/vsftpd.logrotate @@ -3,7 +3,7 @@ dateext maxage 365 rotate 99 - size=+1024k + size +1024k notifempty missingok create 600 root root diff --git a/vsftpd.spec b/vsftpd.spec index e731094..74f404e 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -1,7 +1,7 @@ # # spec file for package vsftpd # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed