diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-11-10 17:04:53 -0500 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2010-11-15 11:47:27 -0500 |
commit | 23f03251e06ea6795376f5a7bac0db3e6796a46b (patch) | |
tree | 35a2ff884ceeeb37e322fd06a61c694d13e443af /ipa.spec.in | |
parent | edf0f9b90188b0f55ce4a26351b7c356a7ae7086 (diff) | |
download | freeipa-23f03251e06ea6795376f5a7bac0db3e6796a46b.tar.gz freeipa-23f03251e06ea6795376f5a7bac0db3e6796a46b.tar.xz freeipa-23f03251e06ea6795376f5a7bac0db3e6796a46b.zip |
uuid plugin: convert the plugin to use the libuuid library
The DS guys decided not to expose the DS inetrnal functions used to generate
UUIDs for DS. This means the interface is not guaranteed to be available.
Switch the ipa_uuid plugin to use the system libuuid plugin instead.
NOTE: This causes once again a change in the tring format used for UUIDs.
fixes: https://fedorahosted.org/freeipa/ticket/465
Diffstat (limited to 'ipa.spec.in')
-rw-r--r-- | ipa.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipa.spec.in b/ipa.spec.in index 45c5cfdf..1277d41e 100644 --- a/ipa.spec.in +++ b/ipa.spec.in @@ -47,6 +47,7 @@ BuildRequires: xmlrpc-c-devel BuildRequires: libcurl-devel BuildRequires: gettext BuildRequires: authconfig +BuildRequires: libuuid-devel %endif %description |