mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix-bind-ldap-so-path.diff: Dropped, the plugin uses non-MA path now, fix depends to match.
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -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.
|
||||
|
||||
2
debian/control.server
vendored
2
debian/control.server
vendored
@@ -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},
|
||||
|
||||
10
debian/patches/fix-bind-ldap-so-path.diff
vendored
10
debian/patches/fix-bind-ldap-so-path.diff
vendored
@@ -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"
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user