34c91909fc
- Prevent queryformat pattern from expanding (bsc#1079048) - Fix epoch handling for Rhel 6 and 7 (bsc#1068566) - Reverting to current API for split_input - Added: * yumpkg-don-t-use-diff_attr-when-determining-install-.patch - Removed: * fix-for-wrong-version-processing.patch - Fix for wrong version processing during yum pkg install (bsc#1068566) - Older logrotate need su directive (bsc#1071322) OBS-URL: https://build.opensuse.org/request/show/573717 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:saltstack/salt?expand=0&rev=110
26 lines
561 B
Diff
26 lines
561 B
Diff
From c0a3f1a73c5ca49c94ba9eae94193baf2d08c7eb Mon Sep 17 00:00:00 2001
|
|
From: Michael Calmer <mc@suse.de>
|
|
Date: Thu, 7 Dec 2017 17:30:31 +0100
|
|
Subject: [PATCH] older logrotate need su directive
|
|
|
|
---
|
|
pkg/suse/salt-common.logrotate | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/pkg/suse/salt-common.logrotate b/pkg/suse/salt-common.logrotate
|
|
index 0d99d1b801..625670942c 100644
|
|
--- a/pkg/suse/salt-common.logrotate
|
|
+++ b/pkg/suse/salt-common.logrotate
|
|
@@ -8,6 +8,7 @@
|
|
}
|
|
|
|
/var/log/salt/minion {
|
|
+ su root root
|
|
weekly
|
|
missingok
|
|
rotate 7
|
|
--
|
|
2.13.6
|
|
|
|
|