[Pkg-freeipa-devel] [Git][freeipa-team/freeipa][master] client: Drop obsolete nssdb migration, which is now causing an error. (Closes: #971363)

Timo Aaltonen gitlab at salsa.debian.org
Tue Sep 29 16:02:35 BST 2020



Timo Aaltonen pushed to branch master at FreeIPA packaging / freeipa


Commits:
aac67a17 by Timo Aaltonen at 2020-09-29T18:01:20+03:00
client: Drop obsolete nssdb migration, which is now causing an error. (Closes: #971363)

- - - - -


2 changed files:

- debian/changelog
- debian/freeipa-client.postinst


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+freeipa (4.8.10-2) UNRELEASED; urgency=medium
+
+  * client: Drop obsolete nssdb migration, which is now causing an
+    error. (Closes: #971363)
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Tue, 29 Sep 2020 18:01:12 +0300
+
 freeipa (4.8.10-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/freeipa-client.postinst
=====================================
@@ -1,15 +1,6 @@
 #!/bin/sh
 set -e
 
-LOGFILE=/var/log/ipaclient-upgrade.log
-
-if [ "$1" = configure ]; then
-    if [ -f /etc/ipa/nssdb/cert8.db ]; then
-        python3 -c 'from ipaclient.install.client import update_ipa_nssdb; update_ipa_nssdb()' \
-        > $LOGFILE 2>&1
-    fi
-fi
-
 if [ ! -e /run/ipa ]; then
     mkdir -m 0700 /run/ipa
 fi



View it on GitLab: https://salsa.debian.org/freeipa-team/freeipa/-/commit/aac67a17a739ef9fb4739cbc30fa49586f619e68

-- 
View it on GitLab: https://salsa.debian.org/freeipa-team/freeipa/-/commit/aac67a17a739ef9fb4739cbc30fa49586f619e68
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20200929/d53bcbb6/attachment-0001.html>


More information about the Pkg-freeipa-devel mailing list