diff --git a/dirmngr.spec b/dirmngr.spec index b321d7a..d1b110e 100644 --- a/dirmngr.spec +++ b/dirmngr.spec @@ -1,12 +1,12 @@ # Fedora Review: http://bugzilla.redhat.com/171289 -Name: dirmngr +Name: dirmngr Summary: Client for Managing/Downloading CRLs Version: 1.0.3 -Release: 4%{?dist} +Release: 5%{?dist} -License: GPLv2+ +License: GPLv2+ and GPLv3+ and OpenLDAP Group: System Environment/Libraries URL: http://www.gnupg.org/ Source0: ftp://ftp.gnupg.org/gcrypt/dirmngr/dirmngr-%{version}.tar.bz2 @@ -23,7 +23,7 @@ BuildRequires: gawk BuildRequires: gettext BuildRequires: libassuan-static, libassuan-devel BuildRequires: libgcrypt-devel >= 1.2.0 -BuildRequires: libksba-devel >= 1.0.0 +BuildRequires: libksba-devel >= 1.0.0 BuildRequires: openldap-devel BuildRequires: pth-devel @@ -58,7 +58,7 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} +rm -rf %{buildroot} # dirs mkdir -p %{buildroot}%{_sysconfdir}/dirmngr/trusted-certs @@ -96,7 +96,7 @@ fi %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files -f %{name}.lang @@ -120,6 +120,10 @@ rm -rf %{buildroot} %changelog +* Mon Jan 11 2010 Tomas Mraz - 1.0.3-5 +- better ldapservers.conf file +- correct the license field + * Tue Dec 8 2009 Michael Schwendt - 1.0.3-4 - Explicitly BR libassuan-static in accordance with the Packaging Guidelines (libassuan-devel is still static-only). diff --git a/ldapservers.conf b/ldapservers.conf index 0ef14e6..6e73d97 100644 --- a/ldapservers.conf +++ b/ldapservers.conf @@ -1,4 +1,15 @@ ## ldapservers.conf -# not sure exactly what file this is for, but -# dirmngr (sometimes? maybe only in --daemon mode?) simply -# won't run without it +# A list of LDAP servers to be contacted. +# +# The format is line oriented where empty lines and lines starting +# with a hash mark are ignored. All other lines are +# assumed to be colon seprated with these fields: +# +# 1. field: Hostname +# 2. field: Portnumber +# 3. field: Username +# 4. field: Password +# 5. field: Base DN +# +# Example: +# ldap.example.com:389:exampleuser:examplepassword:dc=example,dc=com