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