fix-bind-ldap-so-path.diff: Dropped, the plugin uses non-MA path now, fix depends to match.

This commit is contained in:
Timo Aaltonen
2018-04-16 13:07:53 +03:00
parent d01b59624d
commit 91ae1348e9
4 changed files with 8 additions and 12 deletions

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
freeipa (4.7.0~pre1+git20180411-2) UNRELEASED; urgency=medium
* fix-bind-ldap-so-path.diff: Dropped, the plugin uses non-MA path
now, fix depends to match.
-- Timo Aaltonen <tjaalton@debian.org> Mon, 16 Apr 2018 13:05:46 +0300
freeipa (4.7.0~pre1+git20180411-1) experimental; urgency=medium
* New upstream prerelease + git snapshot.

View File

@@ -60,7 +60,7 @@ Replaces: freeipa-server (<< 4.3.0-1)
Depends:
freeipa-server (>= ${source:Version}),
bind9 (>= 1:9.11.3),
bind9-dyndb-ldap (>= 11),
bind9-dyndb-ldap (>= 11.1-3),
opendnssec (>= 1:1.4.9-2),
${misc:Depends},
${python:Depends},

View File

@@ -1,10 +0,0 @@
--- a/ipaplatform/debian/paths.py
+++ b/ipaplatform/debian/paths.py
@@ -60,6 +60,7 @@ class DebianPathNamespace(BasePathNamesp
SBIN_SERVICE = "/usr/sbin/service"
CERTMONGER_COMMAND_TEMPLATE = "/usr/lib/ipa/certmonger/%s"
UPDATE_CA_TRUST = "/usr/sbin/update-ca-certificates"
+ BIND_LDAP_SO = "/usr/lib/{0}/bind/ldap.so".format(MULTIARCH)
BIND_LDAP_DNS_IPA_WORKDIR = "/var/cache/bind/dyndb-ldap/ipa/"
BIND_LDAP_DNS_ZONE_WORKDIR = "/var/cache/bind/dyndb-ldap/ipa/master/"
LIBSOFTHSM2_SO = "/usr/lib/softhsm/libsofthsm2.so"

View File

@@ -11,7 +11,6 @@ fix-named-conf-template.diff
fix-opendnssec-setup.diff
fix-httpd-group.diff
support-pam-mkhomedir.diff
fix-bind-ldap-so-path.diff
fix-paths.diff
hack-tomcat-race.diff
hack-duplicate-cert-directive.diff