Merge branch 'master' into master-next

This commit is contained in:
Timo Aaltonen
2019-08-08 20:45:51 +03:00
3 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@@ -8,6 +8,12 @@ freeipa (4.7.2+git20190502-1) UNRELEASED; urgency=medium
-- Timo Aaltonen <tjaalton@debian.org> Fri, 26 Apr 2019 00:12:20 +0300 -- Timo Aaltonen <tjaalton@debian.org> Fri, 26 Apr 2019 00:12:20 +0300
freeipa (4.7.2-3) unstable; urgency=medium
* control: Move python-jwcrypto to python-ipaserver depends.
-- Timo Aaltonen <tjaalton@debian.org> Mon, 06 May 2019 08:43:34 +0300
freeipa (4.7.2-2+exp1) experimental; urgency=medium freeipa (4.7.2-2+exp1) experimental; urgency=medium
* rules: Build the server for experimental. * rules: Build the server for experimental.

View File

@@ -95,7 +95,6 @@ Depends:
python-dbus, python-dbus,
python-dnspython, python-dnspython,
python-gssapi, python-gssapi,
python-jwcrypto,
python-ldap, python-ldap,
python-libipa-hbac, python-libipa-hbac,
python-lxml, python-lxml,

View File

@@ -132,6 +132,7 @@ Depends:
python-gssapi, python-gssapi,
python-ipaclient (= ${binary:Version}), python-ipaclient (= ${binary:Version}),
python-ipalib (>= ${source:Version}), python-ipalib (>= ${source:Version}),
python-jwcrypto,
python-kdcproxy, python-kdcproxy,
python-ldap (>= 2.4.22), python-ldap (>= 2.4.22),
python-libsss-nss-idmap, python-libsss-nss-idmap,