OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-May-2006 08:55:54
Branch: HEAD Handle: 2006051007555400
Modified files:
openpkg-src/openldap openldap.spec
Log:
as long as the schema/ldif files are located under etc/ it is
reasonable to flag them as %config although they are not really
intended for editing
Summary:
Revision Changes Path
1.164 +4 -2 openpkg-src/openldap/openldap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.163 -r1.164 openldap.spec
--- openpkg-src/openldap/openldap.spec 9 Apr 2006 20:02:58 -0000
1.163
+++ openpkg-src/openldap/openldap.spec 10 May 2006 06:55:54 -0000
1.164
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 2.3.21
-Release: 20060409
+Release: 20060510
# package options
%option with_fsl yes
@@ -228,7 +228,9 @@
'%not %dir %{l_prefix}/etc/fsl' \
'%not %dir %{l_prefix}/lib/pkgconfig' \
'%config %{l_prefix}/etc/fsl/fsl.openldap' \
- '%config %{l_prefix}/etc/openldap/*.conf'
+ '%config %{l_prefix}/etc/openldap/*.conf' \
+ '%config %{l_prefix}/etc/openldap/schema/*.schema' \
+ '%config %{l_prefix}/etc/openldap/schema/*.ldif'
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]