Mailinglist Archive: opensuse-commit (1500 mails)
| < Previous | Next > |
commit pam_keyring
- From: root@xxxxxxx (h_root)
- Date: Wed, 1 Nov 2006 01:40:11 +0100 (CET)
- Message-id: <20061101004011.D1BBC7F4EC@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package pam_keyring
checked in at Wed Nov 1 01:40:11 CET 2006.
--------
--- pam_keyring/pam_keyring.changes 2006-06-19 10:17:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/pam_keyring/pam_keyring.changes 2006-10-31 19:18:34.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 31 19:16:15 CET 2006 - sbrabec@xxxxxxx
+
+- Added PAM policy editing scriptlets (#186189).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pam_keyring.spec ++++++
--- /var/tmp/diff_new_pack.RXiXeh/_old 2006-11-01 01:39:30.000000000 +0100
+++ /var/tmp/diff_new_pack.RXiXeh/_new 2006-11-01 01:39:30.000000000 +0100
@@ -12,19 +12,20 @@
Name: pam_keyring
Version: 0.0.8
-Release: 1
+Release: 16
URL: http://www.hekanetworks.com/pam_keyring
Group: System/GUI/GNOME
-License: GPL
+License: GNU General Public License (GPL) - all versions
Summary: Unlocks a Keyring Using the Login Password
Source: %{name}-%{version}.tar.bz2
Autoreqprov: on
-BuildRequires: glib2-devel gnome-keyring-devel pam-devel
+BuildRequires: gdm glib2-devel gnome-keyring-devel pam-devel
+Prereq: sed grep gdm
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-pam_keyring is a pam module that launches the gnome-keyring-daemon and
-then tries to unlock a keyring using your login password.
+pam_keyring is a pam module that launches the gnome-keyring-daemon then
+tries to unlock a keyring using your login password.
@@ -54,6 +55,25 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%triggerin -- gdm
+if ! fgrep -q pam_keyring.so etc/pam.d/gdm ; then
+ sed -i '/ pam_keyring\.so/d
+$aauth optional pam_keyring.so try_first_pass\
+session optional pam_keyring.so' etc/pam.d/gdm
+fi
+
+%post
+if ! fgrep -q pam_keyring.so etc/pam.d/gdm ; then
+ sed -i '/ pam_keyring\.so/d
+$aauth optional pam_keyring.so try_first_pass\
+session optional pam_keyring.so' etc/pam.d/gdm
+fi
+
+%postun
+if ! test -f %{_lib}/security/pam_keyring.so ; then
+ sed -i '/ pam_keyring\.so/d' etc/pam.d/gdm
+fi
+
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog FAQ NEWS README TODO
@@ -62,5 +82,7 @@
/%{_lib}/security/*.so
%changelog -n pam_keyring
+* Tue Oct 31 2006 - sbrabec@xxxxxxx
+- Added PAM policy editing scriptlets (#186189).
* Mon Jun 19 2006 - sbrabec@xxxxxxx
- New SuSE package, version 0.0.8 (feature #300590).
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |