Hello community,

here is the log from the commit of package ecryptfs-utils for openSUSE:Factory 
checked in at 2013-08-18 22:29:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ecryptfs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.ecryptfs-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ecryptfs-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ecryptfs-utils/ecryptfs-utils.changes    
2013-08-06 12:41:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ecryptfs-utils.new/ecryptfs-utils.changes       
2013-08-18 22:29:40.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 15 19:41:04 UTC 2013 - da...@darins.net
+
+- fix %postun to not run pam-config on update (bnc#814098, bnc#834993)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ecryptfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.yRhIQh/_old  2013-08-18 22:29:40.000000000 +0200
+++ /var/tmp/diff_new_pack.yRhIQh/_new  2013-08-18 22:29:40.000000000 +0200
@@ -90,7 +90,9 @@
 
 %postun
 /sbin/ldconfig
-/usr/sbin/pam-config -d --ecryptfs
+if [ "$1" -eq 0 ]; then
+       /usr/sbin/pam-config -d --ecryptfs
+fi
 
 %files -f %{name}.lang
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to