diff options
author | Gerald Carter <jerry@samba.org> | 2005-03-18 15:58:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:06 -0500 |
commit | 25088671a5814c79d41c583e48aaacb4c412cf44 (patch) | |
tree | ce1d2223f585b01aa22a844521b809ae6dd30f35 /packaging/RedHat/samba.spec.tmpl | |
parent | eb200fcddad841c91e9cd5c8c88543297518896c (diff) | |
download | samba-25088671a5814c79d41c583e48aaacb4c412cf44.tar.gz samba-25088671a5814c79d41c583e48aaacb4c412cf44.tar.bz2 samba-25088671a5814c79d41c583e48aaacb4c412cf44.zip |
r5884: require cups to build and install; remove restruction from winbindd.init to have 'idmap [g|u]id' range set in smb.conf
(This used to be commit dd7237f50afc54b826b784bd4635ef232a3ee16a)
Diffstat (limited to 'packaging/RedHat/samba.spec.tmpl')
-rw-r--r-- | packaging/RedHat/samba.spec.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/RedHat/samba.spec.tmpl b/packaging/RedHat/samba.spec.tmpl index d5124d05ed..dc15a5acc3 100644 --- a/packaging/RedHat/samba.spec.tmpl +++ b/packaging/RedHat/samba.spec.tmpl @@ -16,8 +16,8 @@ Source998: filter-requires-samba_rh8.sh Source999: filter-requires-samba_rh9.sh Packager: Gerald Carter [Samba-Team] <jerry@samba.org> -Requires: pam openldap krb5-libs -BuildRequires: openldap-devel krb5-devel pam-devel +Requires: pam openldap krb5-libs cups +BuildRequires: openldap-devel krb5-devel pam-devel cups-devel Prereq: chkconfig fileutils /sbin/ldconfig Provides: samba = %{version} Obsoletes: samba-common, samba-client, samba-swat @@ -90,6 +90,7 @@ CFLAGS="$RPM_OPT_FLAGS $EXTRA" ./configure \ --with-fhs \ --with-quotas \ --with-smbmount \ + --enable-cups \ --with-pam \ --with-pam_smbpass \ --with-syslog \ |