[Pkg-sssd-devel] sssd: Changes to 'debian-unstable'
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Tue May 8 15:03:34 UTC 2012
debian/sssd.preinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2834d3aac6fc75152d8b252d9ca601ad354c792b
Author: Timo Aaltonen <Timo Aaltonen tjaalton at cc.hut.fi>
Date: Tue May 8 18:03:24 2012 +0300
sssd.preinst: bump the version check for apparmor profile disabling
diff --git a/debian/sssd.preinst b/debian/sssd.preinst
index b56b578..3e3281a 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.2-1"; then
+ if dpkg --compare-versions "$2" lt "1.8.3-1"; then
disable_profile
fi
;;
More information about the Pkg-sssd-devel
mailing list