rpms/dhcp/F-8 dhcp.spec,1.176,1.177

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Mon Nov 12 16:49:53 UTC 2007


Author: dcantrel

Update of /cvs/pkgs/rpms/dhcp/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32227

Modified Files:
	dhcp.spec 
Log Message:
* Mon Nov 12 2007 David Cantrell <dcantrell at redhat.com> - 12:3.0.6-12
- Put dhcp.schema in /etc/openldap/schema (#330471)



Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-8/dhcp.spec,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- dhcp.spec	25 Oct 2007 19:10:34 -0000	1.176
+++ dhcp.spec	12 Nov 2007 16:49:15 -0000	1.177
@@ -13,7 +13,7 @@
 Summary:  DHCP (Dynamic Host Configuration Protocol) server and relay agent
 Name:     dhcp
 Version:  3.0.6
-Release:  11%{?dist}
+Release:  12%{?dist}
 Epoch:    12
 License:  ISC
 Group:    System Environment/Daemons
@@ -58,6 +58,8 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: groff openldap-devel
 
+Requires: openldap-servers
+
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
@@ -327,8 +329,8 @@
 %{__cp} -fp %SOURCE4 %{buildroot}%{_sysconfdir}
 
 # Install dhcp.schema for LDAP configuration
-%{__mkdir} -p %{buildroot}%{_sysconfdir}/openldap
-%{__install} -p -m 0644 -D %SOURCE13 %{buildroot}%{_sysconfdir}/openldap
+%{__mkdir} -p %{buildroot}%{_sysconfdir}/openldap/schema
+%{__install} -p -m 0644 -D %SOURCE13 %{buildroot}%{_sysconfdir}/openldap/schema
 
 %{__install} -p -m 0644 -D libdhcp4client.pc %{buildroot}%{_libdir}/pkgconfig/libdhcp4client.pc
 
@@ -376,7 +378,7 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/dhcpd
 %config(noreplace) %{_sysconfdir}/sysconfig/dhcrelay
 %config(noreplace) %{_sysconfdir}/dhcpd.conf
-%config(noreplace) %{_sysconfdir}/openldap/dhcp.schema
+%config(noreplace) %{_sysconfdir}/openldap/schema/dhcp.schema
 %{_initrddir}/dhcpd
 %{_initrddir}/dhcrelay
 %{_bindir}/omshell
@@ -432,6 +434,9 @@
 %{_libdir}/libdhcp4client.a
 
 %changelog
+* Mon Nov 12 2007 David Cantrell <dcantrell at redhat.com> - 12:3.0.6-12
+- Put dhcp.schema in /etc/openldap/schema (#330471)
+
 * Thu Oct 25 2007 David Cantrell <dcantrell at redhat.com> - 12:3.0.6-11
 - Remove chkconfig usage for ypbind in dhclient-script (#351211)
 




More information about the fedora-extras-commits mailing list