[Pkg-sssd-devel] sssd: Changes to 'debian-unstable'

Timo Aaltonen tjaalton-guest at alioth.debian.org
Thu May 31 21:30:22 UTC 2012


 debian/sssd.preinst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d99a491c5736ef1604b48925d0875f88409a52c3
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Fri Jun 1 00:30:13 2012 +0300

    bump the version check in sssd.preinst

diff --git a/debian/sssd.preinst b/debian/sssd.preinst
index 3e3281a..d90db96 100755
--- a/debian/sssd.preinst
+++ b/debian/sssd.preinst
@@ -48,7 +48,7 @@ upgrade)
         rm_conffile sssd "/etc/sssd/sssd.api.d/sssd-krb5.conf"
         rm_conffile sssd "/etc/sssd/sssd.api.d/sssd-ldap.conf"
     fi
-    if dpkg --compare-versions "$2" lt "1.8.3-1"; then
+    if dpkg --compare-versions "$2" lt "1.8.4-1"; then
         disable_profile
     fi
     ;;



More information about the Pkg-sssd-devel mailing list