From b3b659138cf21ee82fb7ec37df645e8babdd1cdf4169faf8251e9d8eac81e31c Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Fri, 9 Nov 2018 17:46:24 +0000 Subject: [PATCH] Accepting request 645534 from home:elvigia:branches:Base:System - cronie-pam_config.diff: When crond is started with the -n switch like it does with systemd, the manual explicitly instructs to disable the pam_loginuid module. OBS-URL: https://build.opensuse.org/request/show/645534 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=167 --- cronie-pam_config.diff | 9 ++++----- cronie.changes | 7 +++++++ cronie.spec | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/cronie-pam_config.diff b/cronie-pam_config.diff index d016df5..8d6811d 100644 --- a/cronie-pam_config.diff +++ b/cronie-pam_config.diff @@ -1,8 +1,8 @@ -Index: cronie-1.5.1/pam/crond +Index: cronie-cronie-1.5.2/pam/crond =================================================================== ---- cronie-1.5.1.orig/pam/crond -+++ cronie-1.5.1/pam/crond -@@ -4,8 +4,10 @@ +--- cronie-cronie-1.5.2.orig/pam/crond ++++ cronie-cronie-1.5.2/pam/crond +@@ -4,8 +4,9 @@ # # Although no PAM authentication is called, auth modules # are used for credential setting @@ -16,5 +16,4 @@ Index: cronie-1.5.1/pam/crond +auth include common-auth +account include common-account +password include common-password -+session required pam_loginuid.so +session include common-session diff --git a/cronie.changes b/cronie.changes index 8a621ec..ab92d76 100644 --- a/cronie.changes +++ b/cronie.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 30 13:14:10 UTC 2018 - Cristian Rodríguez + +- cronie-pam_config.diff: When crond is started with the -n + switch like it does with systemd, the manual explicitly + instructs to disable the pam_loginuid module. + ------------------------------------------------------------------- Mon Sep 17 14:04:46 UTC 2018 - kstreitova@suse.com diff --git a/cronie.spec b/cronie.spec index 06c73c9..24d2596 100644 --- a/cronie.spec +++ b/cronie.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ #