1
0
forked from pool/openldap2

- Move schema files into tarball addonschema.tar.gz:

ldapns.ldif ldapns.schema rfc2307bis.ldif rfc2307bis.schema
  yast.ldif yast.schema
- Package previously missing schema files in LDIF format:
  amavisd-new.ldif dhcp.ldif dlz.ldif dnszone.ldif samba3.ldif
  sudo.ldif suse-mailserver.ldif (bsc#984691)
- Fix a minor issue in schema2ldif script that led to missing
  attribute in the generated LDIF.

OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=161
This commit is contained in:
Howard Guo
2016-06-16 11:24:20 +00:00
committed by Git OBS Bridge
parent 0871407fdd
commit b455b63585
10 changed files with 20 additions and 782 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jun 16 10:10:36 UTC 2016 - hguo@suse.com
- Move schema files into tarball addonschema.tar.gz:
ldapns.ldif ldapns.schema rfc2307bis.ldif rfc2307bis.schema
yast.ldif yast.schema
- Package previously missing schema files in LDIF format:
amavisd-new.ldif dhcp.ldif dlz.ldif dnszone.ldif samba3.ldif
sudo.ldif suse-mailserver.ldif (bsc#984691)
- Fix a minor issue in schema2ldif script that led to missing
attribute in the generated LDIF.
-------------------------------------------------------------------
Tue May 17 08:37:00 UTC 2016 - hguo@suse.com