]> git.pld-linux.org Git - packages/samba4.git/commitdiff
- really fix that package name
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 19 Jul 2013 19:00:24 +0000 (21:00 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 19 Jul 2013 19:00:24 +0000 (21:00 +0200)
samba4.spec

index 92d6a6720fad5e0546bc7e9c819c90903f2d095e..89e31346f60836c826e473e02c5c9a395eb14efc 100644 (file)
@@ -976,12 +976,12 @@ if [ "$1" = 0 ]; then
        %service -q rc-inetd reload
 fi
 
-%post -n openldap-schema-samba
+%post -n openldap-schema-samba3
 # dependant schemas: cosine(uid) inetorgperson(displayName) nis(gidNumber)
 %openldap_schema_register %{schemadir}/samba.schema -d cosine,inetorgperson,nis
 %service -q ldap restart
 
-%postun -n openldap-schema-samba
+%postun -n openldap-schema-samba3
 if [ "$1" = "0" ]; then
        %openldap_schema_unregister %{schemadir}/samba.schema
        %service -q ldap restart
@@ -1762,7 +1762,7 @@ fi
 %{_includedir}/wbclient.h
 
 %if %{with ldap}
-%files -n openldap-schema-samba
+%files -n openldap-schema-samba3
 %defattr(644,root,root,755)
 %{schemadir}/*.schema
 %endif
This page took 0.109176 seconds and 4 git commands to generate.