[Pkg-freeipa-devel] freeipa: Changes to 'master-next'
Timo Aaltonen
tjaalton at moszumanska.debian.org
Fri Mar 11 08:12:56 UTC 2016
debian/changelog | 1 +
debian/control | 1 +
debian/patches/add-debian-platform.diff | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 91da3646b70ed34d236256ea4d8c175c3d449116
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Fri Mar 11 10:12:45 2016 +0200
platform: fix a typo in tasks.py.
diff --git a/debian/patches/add-debian-platform.diff b/debian/patches/add-debian-platform.diff
index 519591b..f5c7b87 100644
--- a/debian/patches/add-debian-platform.diff
+++ b/debian/patches/add-debian-platform.diff
@@ -614,7 +614,7 @@ Date: Fri Mar 1 12:21:00 2013 +0200
+from ipaplatform.base.tasks import *
+from ipaplatform.redhat.tasks import RedHatTaskNamespace
+
-+BaseTask = BaseTaskNameSpace()
++BaseTask = BaseTaskNamespace()
+
+class DebianTaskNamespace(RedHatTaskNamespace):
+
commit ae3ece74dca7482aac1208e15ebacfec86e417d9
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Fri Mar 11 10:11:46 2016 +0200
control: Add python-cffi to python-ipalib depends.
diff --git a/debian/changelog b/debian/changelog
index 281fb4e..97931b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -78,6 +78,7 @@ freeipa (4.3.0+git20160302-1) UNRELEASED; urgency=medium
* server-dns: Package is arch:all, so chmod the data dir on postinst
instead of during build.
* control: Add opendnssec to freeipa-server-dns depends.
+ * control: Add python-cffi to python-ipalib depends.
-- Timo Aaltonen <tjaalton at debian.org> Sat, 03 Oct 2015 08:56:31 +0300
diff --git a/debian/control b/debian/control
index bdf94f6..cad40d2 100644
--- a/debian/control
+++ b/debian/control
@@ -267,6 +267,7 @@ Depends:
gnupg-agent,
iproute,
keyutils,
+ python-cffi,
python-cryptography,
python-dbus,
python-dnspython,
More information about the Pkg-freeipa-devel
mailing list