diff --git a/salt-common.logrotate b/salt-common.logrotate index 3cd0023..a0306ff 100644 --- a/salt-common.logrotate +++ b/salt-common.logrotate @@ -21,3 +21,27 @@ compress notifempty } + +/var/log/salt/api { + weekly + missingok + rotate 7 + compress + notifempty +} + +/var/log/salt/syndic { + weekly + missingok + rotate 7 + compress + notifempty +} + +/var/log/salt/proxy { + weekly + missingok + rotate 7 + compress + notifempty +} diff --git a/salt.spec b/salt.spec index acf8ff4..4336a73 100644 --- a/salt.spec +++ b/salt.spec @@ -10,7 +10,7 @@ %global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//) Name: salt -Version: 3005%{?__rc_ver} +Version: 3005.1%{?__rc_ver} Release: 1%{?dist} Summary: A parallel remote execution system Group: System Environment/Daemons @@ -317,6 +317,9 @@ install -p -m 0644 pkg/%{name}.zsh %{buildroot}%{zsh_dir}/_%{name} %changelog +* Tue Oct 04 2022 Salt Project Packaging - %{version}-1 +- Update to feature release %{version}-1 for Python 3 + * Thu Aug 25 2022 Salt Project Packaging - 3005-1 - Update to feature release 3005-1 for Python 3