SPECS: dhcp.spec - rel .2 - unify schema package name - fixed serv...

baggins baggins at pld-linux.org
Tue Apr 17 21:49:20 CEST 2007


Author: baggins                      Date: Tue Apr 17 19:49:20 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel .2
- unify schema package name
- fixed server config options in ldap patch

---- Files affected:
SPECS:
   dhcp.spec (1.140 -> 1.141) 

---- Diffs:

================================================================
Index: SPECS/dhcp.spec
diff -u SPECS/dhcp.spec:1.140 SPECS/dhcp.spec:1.141
--- SPECS/dhcp.spec:1.140	Tue Apr 17 18:59:23 2007
+++ SPECS/dhcp.spec	Tue Apr 17 21:49:14 2007
@@ -10,7 +10,7 @@
 Name:		dhcp
 %define	_pre	a3
 Version:	3.1.0
-Release:	0.%{_pre}.1
+Release:	0.%{_pre}.2
 Epoch:		4
 License:	distributable
 Group:		Networking/Daemons
@@ -72,17 +72,17 @@
 atende aquelas requisições. Esta versão é ainda considerada um
 software BETA.
 
-%package ldap-schema
+%package -n openldap-schema-dhcp
 Summary:	LDAP Schema for DHCP Server
 Summary(pl.UTF-8):	Schemat LDAP dla serwera DHCP
 Group:		Networking/Daemons
 Requires(post,postun):	sed >= 4.0
 Requires:	openldap-servers
 
-%description ldap-schema
+%description -n openldap-schema-dhcp
 This package contains LDAPv3 schema for use with the DHCP Server.
 
-%description ldap-schema -l pl.UTF-8
+%description -n openldap-schema-dhcp -l pl.UTF-8
 Ten pakiet zawiera schemat LDAPv3 do używania z serwerem DHCP.
 
 %package client
@@ -226,11 +226,11 @@
 	/sbin/chkconfig --del dhcpd
 fi
 
-%post ldap-schema
+%post -n openldap-schema-dhcp
 %openldap_schema_register %{schemadir}/dhcp.schema -d core
 %service -q ldap restart
 
-%postun ldap-schema
+%postun -n openldap-schema-dhcp
 if [ "$1" = "0" ]; then
 	%openldap_schema_unregister %{schemadir}/dhcp.schema
 	%service -q ldap restart
@@ -280,7 +280,7 @@
 %ghost /var/lib/%{name}/dhcpd.leases
 
 %if %{with ldap}
-%files ldap-schema
+%files -n openldap-schema-dhcp
 %defattr(644,root,root,755)
 %doc contrib/dhcpd-conf-to-ldap.pl
 %{schemadir}/*.schema
@@ -315,6 +315,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.141  2007/04/17 19:49:14  baggins
+- rel .2
+- unify schema package name
+- fixed server config options in ldap patch
+
 Revision 1.140  2007/04/17 16:59:23  baggins
 - don't obsolete pump
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dhcp.spec?r1=1.140&r2=1.141&f=u



More information about the pld-cvs-commit mailing list