Hello community, here is the log from the commit of package polkit for openSUSE:Factory checked in at 2019-10-10 11:52:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/polkit (Old) and /work/SRC/openSUSE:Factory/.polkit.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "polkit" Thu Oct 10 11:52:34 2019 rev:68 rq:736148 version:0.116 Changes: -------- --- /work/SRC/openSUSE:Factory/polkit/polkit.changes 2019-06-22 11:03:26.071739336 +0200 +++ /work/SRC/openSUSE:Factory/.polkit.new.2352/polkit.changes 2019-10-10 11:52:35.919456054 +0200 @@ -1,0 +2,5 @@ +Tue Oct 8 12:41:44 UTC 2019 - Marcus Meissner <[email protected]> + +- polkit-keyinit.patch: add pam_keyinit to the polkit configuration (bsc#1144053) + +------------------------------------------------------------------- New: ---- polkit-keyinit.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polkit.spec ++++++ --- /var/tmp/diff_new_pack.jmJKpk/_old 2019-10-10 11:52:37.447451998 +0200 +++ /var/tmp/diff_new_pack.jmJKpk/_new 2019-10-10 11:52:37.447451998 +0200 @@ -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 https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -34,6 +34,8 @@ Patch1: polkit-gettext.patch # PATCH-FIX-UPSTREAM pkexec.patch [email protected] -- pkexec: allow --version and --help even if not setuid Patch2: pkexec.patch +# PATCH-FIX-OPENSUSE polkit-keyinit.patch meissner@ -- bsc#1144053 Please add "pam_keyinit.so" to the /etc/pam.d/polkit-1 configuration file +Patch3: polkit-keyinit.patch BuildRequires: gcc-c++ BuildRequires: gtk-doc ++++++ polkit-keyinit.patch ++++++ Index: polkit-0.116/data/polkit-1.in =================================================================== --- polkit-0.116.orig/data/polkit-1.in +++ polkit-0.116/data/polkit-1.in @@ -4,3 +4,4 @@ auth include @PAM_FILE_INCLUD account include @PAM_FILE_INCLUDE_ACCOUNT@ password include @PAM_FILE_INCLUDE_PASSWORD@ session include @PAM_FILE_INCLUDE_SESSION@ +session optional pam_keyinit.so revoke [force]
