diff options
author | Gerald Carter <jerry@samba.org> | 2007-04-11 12:54:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:18 -0500 |
commit | a78ef28b62f8d8abd93ea40905d2768ccc342904 (patch) | |
tree | 059ed6df42e32d6a40a353d346949d04d67fb85a /packaging/RHEL | |
parent | d1491cc5005c216588e6dfe957a2247132b6c9ef (diff) | |
download | samba-a78ef28b62f8d8abd93ea40905d2768ccc342904.tar.gz samba-a78ef28b62f8d8abd93ea40905d2768ccc342904.tar.xz samba-a78ef28b62f8d8abd93ea40905d2768ccc342904.zip |
r22175: sync packaging changes from SAMBA_3_0_25
(This used to be commit 057db3255860e8462188f405712f89db97f6abac)
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 8235cb1d9e5..627d40eade2 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* ########## |