]> git.pld-linux.org Git - packages/samba.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>
Wed, 15 Jan 2014 18:06:11 +0000 (19:06 +0100)
samba4.spec

index 2810ffd9e3e91610d44f10c9c8e04506c7e8a4f6..6a6c57d0db111e302deb07c8ee150b785b26b082 100644 (file)
@@ -977,12 +977,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
@@ -1763,7 +1763,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.034939 seconds and 4 git commands to generate.