diff --git a/dhcp.changes b/dhcp.changes index 9a68fd3..c40a94e 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 27 14:28:02 CEST 2008 - mt@suse.de + +- Added /etc/openldap directory to the file list of the dhcp-server + package, because it is not provided by the ldap package any more. + ------------------------------------------------------------------- Fri May 23 15:55:14 CEST 2008 - mt@suse.de diff --git a/dhcp.spec b/dhcp.spec index 37e4e11..4c864b6 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -24,7 +24,7 @@ License: BSD 3-Clause Group: Productivity/Networking/Boot/Servers AutoReqProv: on Version: 3.0.6 -Release: 83 +Release: 88 Summary: Common Files Used by ISC DHCP Software Url: http://www.isc.org/isc/dhcp.html Source0: http://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz @@ -456,6 +456,7 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi %doc contrib/dhcp.schema %doc contrib/dhcpd-conf-to-ldap.pl %doc README.ldap doc/draft-ietf-dhc-ldap-schema-01.txt +%dir /etc/openldap %dir /etc/openldap/schema %attr(0644, root, root) %config /etc/openldap/schema/dhcp.schema %endif @@ -492,6 +493,9 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi %doc %{_mandir}/man3/dhcpctl.3.gz %changelog +* Fri Jun 27 2008 mt@suse.de +- Added /etc/openldap directory to the file list of the dhcp-server + package, because it is not provided by the ldap package any more. * Fri May 23 2008 mt@suse.de - Don't set parts of host error messages as hostname (bnc#389668). * Mon May 19 2008 mt@suse.de