forked from jengelh/openldap2
This commit is contained in:
parent
b3a186e17b
commit
cd49f5ad98
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 25 10:56:18 CEST 2008 - rhafer@suse.de
|
||||
|
||||
- Adjust ownership of DB_CONFIG to ldap:ldap (bnc#376204)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 23:07:30 CEST 2008 - matz@suse.de
|
||||
|
||||
|
@ -29,7 +29,7 @@ Summary: OpenLDAP Client Utilities
|
||||
%endif
|
||||
AutoReqProv: on
|
||||
Version: 2.4.8
|
||||
Release: 18
|
||||
Release: 21
|
||||
Source: openldap-%{version}.tar.bz2
|
||||
Source1: openldap-rc.tgz
|
||||
Source2: addonschema.tar.gz
|
||||
@ -227,8 +227,8 @@ cat >openldap2.filelist <<EOF
|
||||
%dir %attr(0770, ldap, ldap) /etc/openldap/slapd.d
|
||||
/etc/openldap/schema
|
||||
%config(noreplace) %attr(640, root, ldap) /etc/openldap/slapd.conf
|
||||
%config(noreplace) /var/lib/ldap/DB_CONFIG
|
||||
%config(noreplace) /var/lib/ldap/DB_CONFIG.example
|
||||
%config(noreplace) %attr(640, ldap, ldap) /var/lib/ldap/DB_CONFIG
|
||||
%config /var/lib/ldap/DB_CONFIG.example
|
||||
%attr(640, root, ldap) /%{_sysconfdir}/openldap/slapd.conf.default
|
||||
%config(noreplace) /etc/sasl2/slapd.conf
|
||||
%dir /usr/lib/openldap
|
||||
@ -345,6 +345,8 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 25 2008 rhafer@suse.de
|
||||
- Adjust ownership of DB_CONFIG to ldap:ldap (bnc#376204)
|
||||
* Fri Apr 11 2008 matz@suse.de
|
||||
- Compile with glibc 2.8.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 25 10:56:18 CEST 2008 - rhafer@suse.de
|
||||
|
||||
- Adjust ownership of DB_CONFIG to ldap:ldap (bnc#376204)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 23:07:30 CEST 2008 - matz@suse.de
|
||||
|
||||
|
@ -29,7 +29,7 @@ Summary: The OpenLDAP Server
|
||||
%endif
|
||||
AutoReqProv: on
|
||||
Version: 2.4.8
|
||||
Release: 18
|
||||
Release: 21
|
||||
Source: openldap-%{version}.tar.bz2
|
||||
Source1: openldap-rc.tgz
|
||||
Source2: addonschema.tar.gz
|
||||
@ -230,8 +230,8 @@ cat >openldap2.filelist <<EOF
|
||||
%dir %attr(0770, ldap, ldap) /etc/openldap/slapd.d
|
||||
/etc/openldap/schema
|
||||
%config(noreplace) %attr(640, root, ldap) /etc/openldap/slapd.conf
|
||||
%config(noreplace) /var/lib/ldap/DB_CONFIG
|
||||
%config(noreplace) /var/lib/ldap/DB_CONFIG.example
|
||||
%config(noreplace) %attr(640, ldap, ldap) /var/lib/ldap/DB_CONFIG
|
||||
%config /var/lib/ldap/DB_CONFIG.example
|
||||
%attr(640, root, ldap) /%{_sysconfdir}/openldap/slapd.conf.default
|
||||
%config(noreplace) /etc/sasl2/slapd.conf
|
||||
%dir /usr/lib/openldap
|
||||
@ -348,6 +348,8 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 25 2008 rhafer@suse.de
|
||||
- Adjust ownership of DB_CONFIG to ldap:ldap (bnc#376204)
|
||||
* Fri Apr 11 2008 matz@suse.de
|
||||
- Compile with glibc 2.8.
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user