[Pkg-freeipa-devel] dogtag-pki: Changes to 'master'

Timo Aaltonen tjaalton at moszumanska.debian.org
Thu May 18 06:11:33 UTC 2017


 debian/changelog         |    6 ++++--
 debian/pki-base.postinst |    3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 6881c46bb5992de56e1f9e5aaee30046665c505b
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Thu May 18 09:10:42 2017 +0300

    releasing package dogtag-pki version 10.3.5+12-4

diff --git a/debian/changelog b/debian/changelog
index 094f756..9ee6c8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dogtag-pki (10.3.5+12-4) UNRELEASED; urgency=medium
+dogtag-pki (10.3.5+12-4) unstable; urgency=medium
 
   * pki-tomcatd.init: If no instance is configured, the initscript
     machinery would return error value 5 or 6. This messes up systemd, so
@@ -12,7 +12,7 @@ dogtag-pki (10.3.5+12-4) UNRELEASED; urgency=medium
   * pki-base.postinst: Force recreating pki.version if upgrading from
     older than 10.3.5-1. (LP: #1691655)
 
- -- Timo Aaltonen <tjaalton at debian.org>  Thu, 16 Feb 2017 16:43:49 +0200
+ -- Timo Aaltonen <tjaalton at debian.org>  Thu, 18 May 2017 09:10:17 +0300
 
 dogtag-pki (10.3.5+12-3) unstable; urgency=medium
 

commit 247330bcdd3b698a363d33bd52837d1186de2343
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Thu May 18 09:09:54 2017 +0300

    pki-base.postinst: Force recreating pki.version if upgrading from older than 10.3.5-1. (LP: #1691655)

diff --git a/debian/changelog b/debian/changelog
index 588122d..094f756 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ dogtag-pki (10.3.5+12-4) UNRELEASED; urgency=medium
     even after fixing the build.
   * pki-tools.links: Fix the convenience links DRMTool -> KRATool.
     (Closes: #857209)
+  * pki-base.postinst: Force recreating pki.version if upgrading from
+    older than 10.3.5-1. (LP: #1691655)
 
  -- Timo Aaltonen <tjaalton at debian.org>  Thu, 16 Feb 2017 16:43:49 +0200
 
diff --git a/debian/pki-base.postinst b/debian/pki-base.postinst
index cf6d7e3..59110de 100644
--- a/debian/pki-base.postinst
+++ b/debian/pki-base.postinst
@@ -6,7 +6,8 @@ VERSION=`dpkg-query -W pki-base | sed 's/.*\t//;s/-.*//;s/+git.*//'`
 
 if [ "$1" = configure ]; then
     # we've forgot to create pki.version before, do it here
-    if dpkg --compare-versions "$2" lt "10.2.6"; then
+    # and force recreating it if the version is old enough
+    if dpkg --compare-versions "$2" lt "10.3.5-1"; then
         echo "Configuration-Version: $OLD_VERSION" > /etc/pki/pki.version
     fi
 



More information about the Pkg-freeipa-devel mailing list