diff options
Diffstat (limited to 'packaging/RHEL')
-rw-r--r-- | packaging/RHEL/samba.spec.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl index 8235cb1d9e..627d40eade 100644 --- a/packaging/RHEL/samba.spec.tmpl +++ b/packaging/RHEL/samba.spec.tmpl @@ -149,7 +149,8 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA -D_GNU_SOURCE" ./configure \ --with-shared-modules=idmap_rid,idmap_ad \ --with-smbmount \ --with-syslog \ - --with-utmp + --with-utmp \ + --with-dnsupdate make showlayout @@ -390,6 +391,7 @@ fi %{_mandir}/man1/ntlm_auth.1* %{_mandir}/man1/wbinfo.1* %{_mandir}/man8/vfs_*.8* +%{_mandir}/man8/idmap_*.8* ########## |