Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Fri Aug 19 12:27:12 CEST 2011.



--------
--- systemd/systemd.changes     2011-08-18 09:33:18.000000000 +0200
+++ /mounts/work_src_done/STABLE/systemd/systemd.changes        2011-08-19 
10:39:33.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 19 08:15:15 UTC 2011 - [email protected]
+
+- enable pam_systemd module, using pam-config.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.NGaXJx/_old  2011-08-19 12:26:58.000000000 +0200
+++ /var/tmp/diff_new_pack.NGaXJx/_new  2011-08-19 12:26:58.000000000 +0200
@@ -22,7 +22,7 @@
 Name:           systemd
 Url:            http://www.freedesktop.org/wiki/Software/systemd
 Version:        33
-Release:        11
+Release:        13
 License:        GPLv2+
 Group:          System/Base
 Summary:        A System and Session Manager
@@ -43,6 +43,7 @@
 Requires:       dbus-1 >= 1.4.0
 Requires:       kbd
 Requires:       util-linux >= 2.19
+Requires:       pam-config
 Conflicts:      filesystem < 11.5
 Conflicts:      mkinitrd < 2.7.0
 Source0:        
http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
@@ -183,6 +184,7 @@
 %endif
 
 %post
+/usr/sbin/pam-config -a --systemd || :
 /bin/systemd-machine-id-setup >/dev/null 2>&1 || :
 /bin/systemctl daemon-reexec >/dev/null 2>&1 || :
 /sbin/ldconfig
@@ -205,9 +207,12 @@
 
 %postun
 /sbin/ldconfig
-if [ $1 -ge 1 ] ; then
+if [ $1 -ge 1 ]; then
         /bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
 fi
+if [ $1 -eq 0 ]; then
+  /usr/sbin/pam-config -d --systemd || :
+fi
 
 %preun
 if [ $1 -eq 0 ]; then


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to